OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestingBrowserProcess
(Results
26 - 50
of
87
) sorted by null
1
2
3
4
/external/chromium_org/chrome/test/base/
view_event_test_base.cc
78
// The
TestingBrowserProcess
must be created in the constructor because there
80
TestingBrowserProcess
::CreateInstance();
201
TestingBrowserProcess
::DeleteInstance();
testing_profile_manager.cc
32
TestingProfileManager::TestingProfileManager(
TestingBrowserProcess
* process)
/external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc
152
TestingBrowserProcess
::GetGlobal());
185
TestingBrowserProcess
::GetGlobal());
209
TestingBrowserProcess
::GetGlobal());
238
TestingBrowserProcess
::GetGlobal());
401
TestingBrowserProcess
::GetGlobal());
434
TestingBrowserProcess
::GetGlobal());
/external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc
156
TestingBrowserProcess
* testing_browser_process =
157
static_cast<
TestingBrowserProcess
*>(g_browser_process);
171
TestingBrowserProcess
* testing_browser_process =
172
static_cast<
TestingBrowserProcess
*>(g_browser_process);
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence_unittest.cc
34
: mock_profile_manager_(
TestingBrowserProcess
::GetGlobal()) {}
/external/chromium_org/chrome/browser/chromeos/login/
user_manager_unittest.cc
46
new ScopedTestingLocalState(
TestingBrowserProcess
::GetGlobal()));
multi_profile_user_controller_unittest.cc
103
: profile_manager_(
TestingBrowserProcess
::GetGlobal()),
112
this,
TestingBrowserProcess
::GetGlobal()->local_state()));
existing_user_controller_auto_login_unittest.cc
50
local_state_(
TestingBrowserProcess
::GetGlobal()),
/external/chromium_org/chrome/browser/ui/ash/
screenshot_taker_unittest.cc
108
new TestingProfileManager(
TestingBrowserProcess
::GetGlobal()));
/external/chromium_org/chrome/browser/chromeos/extensions/
device_local_account_external_policy_loader_unittest.cc
133
TestingBrowserProcess
::GetGlobal()->SetSystemRequestContext(
153
TestingBrowserProcess
::GetGlobal()->SetSystemRequestContext(NULL);
/external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win_unittest.cc
63
// Pointer to the storage monitor. Owned by
TestingBrowserProcess
.
80
TestingBrowserProcess
* browser_process =
TestingBrowserProcess
::GetGlobal();
/external/chromium_org/chrome/browser/ui/tab_contents/
tab_contents_iterator_unittest.cc
199
TestingBrowserProcess
* testing_browser_process =
200
TestingBrowserProcess
::GetGlobal();
/external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_manager_chromeos_unittest.cc
109
TestingBrowserProcess
::GetGlobal()->SetSystemRequestContext(
111
TestingBrowserProcess
::GetGlobal()->SetLocalState(&local_state_);
127
TestingBrowserProcess
::GetGlobal()->SetLocalState(NULL);
/external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_unittest.cc
73
new TestingProfileManager(
TestingBrowserProcess
::GetGlobal()));
/external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc
27
: testing_profile_manager_(
TestingBrowserProcess
::GetGlobal()) {};
multi_user_notification_blocker_chromeos_unittest.cc
31
testing_profile_manager_(
TestingBrowserProcess
::GetGlobal()) {}
/external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_unittest.cc
139
TestingBrowserProcess
::GetGlobal()->SetSystemRequestContext(
141
TestingBrowserProcess
::GetGlobal()->SetLocalState(local_state_.get());
186
TestingBrowserProcess
* testing_browser_process =
187
TestingBrowserProcess
::GetGlobal();
/external/chromium_org/chrome/browser/signin/
signin_names_io_thread_unittest.cc
43
TestingBrowserProcess
::GetGlobal()) {
signin_manager_unittest.cc
77
TestingBrowserProcess
::GetGlobal()->SetLocalState(
97
TestingBrowserProcess
::GetGlobal()->SetLocalState(NULL);
/external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_win_unittest.cc
91
TestingBrowserProcess
* browser_process =
TestingBrowserProcess
::GetGlobal();
131
TestingBrowserProcess
* browser_process =
TestingBrowserProcess
::GetGlobal();
/external/chromium_org/chrome/browser/web_resource/
promo_resource_service_mobile_ntp_unittest.cc
30
: local_state_(
TestingBrowserProcess
::GetGlobal()),
/external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc
64
: profile_manager_(
TestingBrowserProcess
::GetGlobal()),
/external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_unittest.cc
72
scoped_testing_local_state_(
TestingBrowserProcess
::GetGlobal()),
/external/chromium_org/chrome/browser/history/android/
android_history_provider_service_unittest.cc
37
TestingBrowserProcess
::GetGlobal()),
sqlite_cursor_unittest.cc
45
TestingBrowserProcess
::GetGlobal()),
Completed in 1379 milliseconds
1
2
3
4