OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:browsercontext
(Results
76 - 100
of
1263
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/apps/
app_lifetime_monitor_factory.h
34
content::
BrowserContext
* profile) const OVERRIDE;
36
virtual content::
BrowserContext
* GetBrowserContextToUse(
37
content::
BrowserContext
* context) const OVERRIDE;
app_load_service_factory.h
31
content::
BrowserContext
* context) const OVERRIDE;
34
virtual content::
BrowserContext
* GetBrowserContextToUse(
35
content::
BrowserContext
* context) const OVERRIDE;
/external/chromium_org/apps/shell/browser/
shell_browser_main_delegate.h
9
class
BrowserContext
;
22
virtual void Start(content::
BrowserContext
* context) = 0;
25
// other services such as
BrowserContext
/ extension system are shut down.
/external/chromium_org/apps/shell/test/
shell_test.h
17
class
BrowserContext
;
41
content::
BrowserContext
* browser_context() { return browser_context_; }
44
content::
BrowserContext
* browser_context_;
/external/chromium_org/chrome/browser/apps/
ephemeral_app_service_factory.h
28
content::
BrowserContext
* context) const OVERRIDE;
29
virtual content::
BrowserContext
* GetBrowserContextToUse(
30
content::
BrowserContext
* context) const OVERRIDE;
/external/chromium_org/chrome/browser/autofill/
personal_data_manager_factory.h
39
content::
BrowserContext
* profile) const OVERRIDE;
40
virtual content::
BrowserContext
* GetBrowserContextToUse(
41
content::
BrowserContext
* context) const OVERRIDE;
/external/chromium_org/chrome/browser/background/
background_contents_service_factory.h
33
content::
BrowserContext
* profile) const OVERRIDE;
36
virtual content::
BrowserContext
* GetBrowserContextToUse(
37
content::
BrowserContext
* context) const OVERRIDE;
/external/chromium_org/chrome/browser/bookmarks/
bookmark_model_factory.h
33
content::
BrowserContext
* context) const OVERRIDE;
36
virtual content::
BrowserContext
* GetBrowserContextToUse(
37
content::
BrowserContext
* context) const OVERRIDE;
chrome_bookmark_client_factory.cc
35
content::
BrowserContext
* context) const {
39
content::
BrowserContext
* ChromeBookmarkClientFactory::GetBrowserContextToUse(
40
content::
BrowserContext
* context) const {
chrome_bookmark_client_factory.h
33
content::
BrowserContext
* context) const OVERRIDE;
34
virtual content::
BrowserContext
* GetBrowserContextToUse(
35
content::
BrowserContext
* context) const OVERRIDE;
/external/chromium_org/chrome/browser/captive_portal/
captive_portal_service_factory.cc
34
content::
BrowserContext
* profile) const {
38
content::
BrowserContext
* CaptivePortalServiceFactory::GetBrowserContextToUse(
39
content::
BrowserContext
* context) const {
captive_portal_service_factory.h
38
content::
BrowserContext
* profile) const OVERRIDE;
39
virtual content::
BrowserContext
* GetBrowserContextToUse(
40
content::
BrowserContext
* context) const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_api_factory.h
28
virtual content::
BrowserContext
* GetBrowserContextToUse(
29
content::
BrowserContext
* context) const OVERRIDE;
41
content::
BrowserContext
* context) const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/extensions/
input_method_event_router.h
15
class
BrowserContext
;
24
explicit ExtensionInputMethodEventRouter(content::
BrowserContext
* context);
33
content::
BrowserContext
* context_;
media_player_event_router.h
11
class
BrowserContext
;
19
explicit MediaPlayerEventRouter(content::
BrowserContext
* context);
32
content::
BrowserContext
* browser_context_;
/external/chromium_org/chrome/browser/domain_reliability/
service_factory.h
12
class
BrowserContext
;
25
content::
BrowserContext
* context);
37
content::
BrowserContext
* context) const OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager_factory.h
30
content::
BrowserContext
* profile) const OVERRIDE;
31
virtual content::
BrowserContext
* GetBrowserContextToUse(
32
content::
BrowserContext
* context) const OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.h
18
explicit SpellcheckAPI(content::
BrowserContext
* context);
28
virtual void OnExtensionLoaded(content::
BrowserContext
* browser_context,
31
content::
BrowserContext
* browser_context,
/external/chromium_org/chrome/browser/extensions/
extension_garbage_collector_factory.h
23
content::
BrowserContext
* context);
27
static KeyedService* BuildInstanceFor(content::
BrowserContext
* profile);
37
content::
BrowserContext
* context) const OVERRIDE;
extension_toolbar_model_factory.h
31
content::
BrowserContext
* profile) const OVERRIDE;
32
virtual content::
BrowserContext
* GetBrowserContextToUse(
33
content::
BrowserContext
* context) const OVERRIDE;
menu_manager_factory.h
30
content::
BrowserContext
* profile) const OVERRIDE;
31
virtual content::
BrowserContext
* GetBrowserContextToUse(
32
content::
BrowserContext
* context) const OVERRIDE;
/external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_factory.h
33
content::
BrowserContext
* profile) const OVERRIDE;
36
virtual content::
BrowserContext
* GetBrowserContextToUse(
37
content::
BrowserContext
* context) const OVERRIDE;
/external/chromium_org/chrome/browser/google/
google_url_tracker_factory.h
32
content::
BrowserContext
* profile) const OVERRIDE;
35
virtual content::
BrowserContext
* GetBrowserContextToUse(
36
content::
BrowserContext
* context) const OVERRIDE;
/external/chromium_org/chrome/browser/history/
chrome_history_client_factory.h
32
content::
BrowserContext
* context) const OVERRIDE;
33
virtual content::
BrowserContext
* GetBrowserContextToUse(
34
content::
BrowserContext
* context) const OVERRIDE;
/external/chromium_org/chrome/browser/media/
midi_permission_context_factory.cc
35
content::
BrowserContext
* profile) const {
39
content::
BrowserContext
*
41
content::
BrowserContext
* context) const {
Completed in 1158 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>