HomeSort by relevance Sort by last modified time
    Searched refs:GetAllCookieStoresFunction (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_cookies_api.h 177 class GetAllCookieStoresFunction : public CookiesFunction {
180 // GetAllCookieStoresFunction is sync.
extension_cookies_api.cc 468 bool GetAllCookieStoresFunction::RunImpl() {
512 void GetAllCookieStoresFunction::Run() {
extension_function_dispatcher.cc 230 RegisterFunction<GetAllCookieStoresFunction>();

Completed in 91 milliseconds