Searched defs:shell_browser_context (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/shell/geolocation/
H A Dshell_access_token_store.cc11 #include "content/shell/browser/shell_browser_context.h"
16 content::ShellBrowserContext* shell_browser_context)
17 : shell_browser_context_(shell_browser_context),
38 content::ShellBrowserContext* shell_browser_context) {
39 system_request_context_ = shell_browser_context->GetRequestContext();
15 ShellAccessTokenStore( content::ShellBrowserContext* shell_browser_context) argument
37 GetRequestContextOnUIThread( content::ShellBrowserContext* shell_browser_context) argument
/external/chromium_org/content/shell/browser/
H A Dshell_content_browser_client.cc19 #include "content/shell/browser/shell_browser_context.h"
165 ShellBrowserContext* shell_browser_context = local
167 return shell_browser_context->CreateRequestContext(
178 ShellBrowserContext* shell_browser_context = local
180 return shell_browser_context->CreateRequestContextForStoragePartition(

Completed in 492 milliseconds