OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:browser_process
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/chrome/browser/storage_monitor/
test_storage_monitor.cc
9
#include "chrome/browser/
browser_process
.h"
36
TestingBrowserProcess*
browser_process
= TestingBrowserProcess::GetGlobal();
local
37
if (
browser_process
) {
38
DCHECK(
browser_process
->storage_monitor() == NULL);
39
browser_process
->SetStorageMonitor(pass_monitor.Pass());
52
BrowserProcessImpl*
browser_process
=
local
54
DCHECK(
browser_process
);
55
browser_process
->set_storage_monitor_for_test(monitor.Pass());
61
TestingBrowserProcess*
browser_process
= TestingBrowserProcess::GetGlobal();
local
62
if (
browser_process
)
[
all
...]
storage_monitor_chromeos_unittest.cc
177
TestingBrowserProcess*
browser_process
= TestingBrowserProcess::GetGlobal();
local
178
DCHECK(
browser_process
);
179
browser_process
->SetStorageMonitor(pass_monitor.Pass());
storage_monitor_win_unittest.cc
91
TestingBrowserProcess*
browser_process
= TestingBrowserProcess::GetGlobal();
local
92
DCHECK(
browser_process
);
93
browser_process
->SetStorageMonitor(pass_monitor.Pass());
131
TestingBrowserProcess*
browser_process
= TestingBrowserProcess::GetGlobal();
local
132
DCHECK(
browser_process
);
133
browser_process
->SetStorageMonitor(pass_monitor.Pass());
storage_monitor_linux_unittest.cc
180
TestingBrowserProcess*
browser_process
= TestingBrowserProcess::GetGlobal();
variable
181
DCHECK(
browser_process
);
variable
182
browser_process
->SetStorageMonitor(pass_monitor.Pass());
/external/chromium/chrome/browser/extensions/
extension_event_router_forwarder_unittest.cc
49
TestingBrowserProcess*
browser_process
= testing_browser_process_.get();
local
50
browser_process
->SetProfileManager(new ProfileManager);
55
browser_process
->profile_manager()->RegisterProfile(profile1_, true);
56
browser_process
->profile_manager()->RegisterProfile(profile2_, true);
/external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win_unittest.cc
12
#include "chrome/browser/
browser_process
.h"
80
TestingBrowserProcess*
browser_process
= TestingBrowserProcess::GetGlobal();
local
81
DCHECK(
browser_process
);
83
browser_process
->SetStorageMonitor(monitor.Pass());
86
browser_process
->media_file_system_registry()->GetPreferences(profile())->
/external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl_unittest.cc
90
browser_process
()->SetLocalState(prefs_.get());
100
browser_process
()->SetLocalState(NULL);
105
TestingBrowserProcess*
browser_process
() {
function in class:OffTheRecordProfileImplTest
profile_shortcut_manager_unittest_win.cc
47
TestingBrowserProcess*
browser_process
=
variable
49
profile_manager_.reset(new TestingProfileManager(
browser_process
));
[
all
...]
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_unittest.cc
140
ScopedTestingBrowserProcess
browser_process
;
local
autocomplete_unittest.cc
451
ScopedTestingBrowserProcess
browser_process
;
local
/external/chromium/chrome/browser/translate/
translate_manager_browsertest.cc
788
TestingBrowserProcess*
browser_process
=
local
790
std::string original_lang =
browser_process
->GetApplicationLocale();
791
browser_process
->SetApplicationLocale("qbz");
800
browser_process
->SetApplicationLocale(original_lang);
[
all
...]
/external/chromium_org/chrome/browser/notifications/
desktop_notifications_unittest.cc
300
TestingBrowserProcess*
browser_process
=
local
302
TestingProfileManager profile_manager(
browser_process
);
/external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc
487
TestingBrowserProcess*
browser_process
=
local
489
TestingProfileManager profile_manager(
browser_process
);
517
TestingBrowserProcess*
browser_process
=
local
520
TestingProfileManager profile_manager(
browser_process
);
566
TestingBrowserProcess*
browser_process
=
local
568
TestingProfileManager profile_manager(
browser_process
);
/external/chromium_org/chrome/test/base/
testing_browser_process.cc
11
#include "chrome/browser/
browser_process
.h"
61
BrowserProcess*
browser_process
= g_browser_process;
local
63
delete
browser_process
;
/external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc
585
FakeBrowserProcessImpl* FakeExternalTab::
browser_process
() const {
function in class:FakeExternalTab
822
fake_chrome_->
browser_process
()->PreCreateThreads();
874
fake_chrome_->
browser_process
()->StartTearDown();
[
all
...]
/external/chromium/chrome/browser/
browser_main.cc
35
#include "chrome/browser/
browser_process
.h"
574
void RunUIMessageLoop(BrowserProcess*
browser_process
) {
1199
scoped_ptr<BrowserProcessImpl>
browser_process
;
local
[
all
...]
Completed in 565 milliseconds