MCPcopy Create free account
hub / github.com/cztomczak/cefpython / CreateTask_DeleteCookies

Function CreateTask_DeleteCookies

src/client_handler/task.cpp:44–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44CefRefPtr<CefTask> CreateTask_DeleteCookies(
45 CefCookieManager* obj,
46 const CefString& url,
47 const CefString& cookie_name,
48 CefRefPtr<CefDeleteCookiesCallback> callback)
49{
50 return CefCreateClosureTask(base::Bind(
51 base::IgnoreResult(&CefCookieManager::DeleteCookies), obj,
52 url,
53 cookie_name,
54 callback
55 ));
56}

Callers

nothing calls this directly

Calls 2

BindFunction · 0.85
IgnoreResultFunction · 0.85

Tested by

no test coverage detected