OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BackgroundContentsServiceFactory
(Results
1 - 20
of
20
) sorted by null
/external/chromium/chrome/browser/
background_contents_service_factory.cc
13
BackgroundContentsService*
BackgroundContentsServiceFactory
::GetForProfile(
20
BackgroundContentsServiceFactory
*
BackgroundContentsServiceFactory
::
22
return Singleton<
BackgroundContentsServiceFactory
>::get();
25
BackgroundContentsServiceFactory
::
BackgroundContentsServiceFactory
()
29
BackgroundContentsServiceFactory
::~
BackgroundContentsServiceFactory
() {
32
ProfileKeyedService*
BackgroundContentsServiceFactory
::BuildServiceInstanceFor(
38
bool
BackgroundContentsServiceFactory
::ServiceHasOwnInstanceInIncognito()
[
all
...]
background_contents_service_factory.h
18
class
BackgroundContentsServiceFactory
: public ProfileKeyedServiceFactory {
22
static
BackgroundContentsServiceFactory
* GetInstance();
25
friend struct DefaultSingletonTraits<
BackgroundContentsServiceFactory
>;
27
BackgroundContentsServiceFactory
();
28
virtual ~
BackgroundContentsServiceFactory
();
background_contents_service.cc
68
BackgroundContentsServiceFactory
::GetForProfile(profile_)->
266
BackgroundContentsServiceFactory
::GetForProfile(profile)->
background_page_tracker.cc
237
BackgroundContentsServiceFactory
::GetForProfile(profile);
/external/chromium_org/chrome/browser/background/
background_contents_service_factory.cc
17
BackgroundContentsService*
BackgroundContentsServiceFactory
::GetForProfile(
24
BackgroundContentsServiceFactory
*
BackgroundContentsServiceFactory
::
26
return Singleton<
BackgroundContentsServiceFactory
>::get();
29
BackgroundContentsServiceFactory
::
BackgroundContentsServiceFactory
()
35
BackgroundContentsServiceFactory
::~
BackgroundContentsServiceFactory
() {
39
BackgroundContentsServiceFactory
::BuildServiceInstanceFor(
45
void
BackgroundContentsServiceFactory
::RegisterProfilePrefs
[
all
...]
background_contents_service_factory.h
18
class
BackgroundContentsServiceFactory
23
static
BackgroundContentsServiceFactory
* GetInstance();
26
friend struct DefaultSingletonTraits<
BackgroundContentsServiceFactory
>;
28
BackgroundContentsServiceFactory
();
29
virtual ~
BackgroundContentsServiceFactory
();
background_contents_service_unittest.cc
127
BackgroundContentsServiceFactory
::GetInstance()->
154
BackgroundContentsServiceFactory
::GetInstance()->
175
BackgroundContentsServiceFactory
::GetInstance()->
207
BackgroundContentsServiceFactory
::GetInstance()->
background_contents_service.cc
120
BackgroundContentsServiceFactory
::GetForProfile(profile_);
418
BackgroundContentsServiceFactory
::GetForProfile(profile)->
background_application_list_model.cc
318
BackgroundContentsServiceFactory
::GetForProfile(profile);
/external/chromium_org/chrome/browser/extensions/
app_background_page_apitest.cc
215
BackgroundContentsServiceFactory
::GetForProfile(browser()->profile())->
263
BackgroundContentsServiceFactory
::GetForProfile(browser()->profile())->
269
BackgroundContentsServiceFactory
::GetForProfile(browser()->profile())->
309
BackgroundContentsServiceFactory
::GetForProfile(browser()->profile())->
437
BackgroundContentsServiceFactory
::GetForProfile(browser()->profile())->
445
BackgroundContentsServiceFactory
::GetForProfile(browser()->profile())->
452
BackgroundContentsServiceFactory
::GetForProfile(browser()->profile())->
492
BackgroundContentsServiceFactory
::GetForProfile(browser()->profile())->
/external/chromium/chrome/browser/extensions/
app_background_page_apitest.cc
129
BackgroundContentsServiceFactory
::GetForProfile(browser()->profile())->
/external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc
163
BackgroundContentsServiceFactory
::GetForProfile(browser()->profile());
191
BackgroundContentsServiceFactory
::GetForProfile(browser()->profile());
task_manager_resource_providers.cc
697
BackgroundContentsServiceFactory
::GetForProfile(profiles[i]);
[
all
...]
/external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.cc
279
BackgroundContentsServiceFactory
::GetForProfile(profile_);
360
BackgroundContentsServiceFactory
::GetForProfile(profile_);
/external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc
205
BackgroundContentsServiceFactory
::GetInstance();
/external/chromium_org/chrome/browser/task_manager/
background_resource_provider.cc
172
BackgroundContentsServiceFactory
::GetForProfile(profiles[i]);
/external/chromium/chrome/browser/profiles/
profile.cc
172
BackgroundContentsServiceFactory
::GetForProfile(this);
profile_impl.cc
350
BackgroundContentsServiceFactory
::GetForProfile(this);
[
all
...]
/external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc
69
BackgroundContentsServiceFactory
::GetForProfile(profile);
/external/chromium_org/chrome/browser/ui/
browser.cc
[
all
...]
Completed in 516 milliseconds