OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetGlobal
(Results
1 - 25
of
75
) sorted by null
1
2
3
/external/chromium_org/chrome/renderer/extensions/
send_request_natives.h
33
void
GetGlobal
(const v8::FunctionCallbackInfo<v8::Value>& args);
send_request_natives.cc
26
RouteFunction("
GetGlobal
",
27
base::Bind(&SendRequestNatives::
GetGlobal
,
68
void SendRequestNatives::
GetGlobal
(
/external/chromium_org/chrome/test/base/
testing_io_thread_state.cc
50
new IOThread(TestingBrowserProcess::
GetGlobal
()->local_state(),
51
TestingBrowserProcess::
GetGlobal
()->policy_service(),
62
TestingBrowserProcess::
GetGlobal
()->SetIOThread(io_thread_state_.get());
73
TestingBrowserProcess::
GetGlobal
()->SetIOThread(NULL);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_unittest.cc
47
ScopedTestingLocalState local_state(TestingBrowserProcess::
GetGlobal
());
/external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager_unittest.cc
49
TestingBrowserProcess::
GetGlobal
()->SetLocalState(local_state_.get());
64
TestingBrowserProcess::
GetGlobal
()->SetLocalState(0);
user_manager_unittest.cc
46
new ScopedTestingLocalState(TestingBrowserProcess::
GetGlobal
()));
/external/chromium_org/chrome/renderer/resources/extensions/
last_error.js
6
var
GetGlobal
= requireNative('sendRequest').
GetGlobal
;
71
var targetChrome =
GetGlobal
(callback).chrome;
/external/chromium_org/chrome/browser/storage_monitor/
test_storage_monitor.cc
36
TestingBrowserProcess* browser_process = TestingBrowserProcess::
GetGlobal
();
61
TestingBrowserProcess* browser_process = TestingBrowserProcess::
GetGlobal
();
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_prompt_controller_unittest.cc
65
TestingBrowserProcess::
GetGlobal
()->
77
TestingBrowserProcess::
GetGlobal
()->
/external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate_unittest.cc
25
new TestingProfileManager(TestingBrowserProcess::
GetGlobal
()));
/external/chromium_org/chrome/browser/signin/
local_auth_unittest.cc
23
TestingBrowserProcess::
GetGlobal
());
signin_names_io_thread_unittest.cc
43
TestingBrowserProcess::
GetGlobal
()) {
/external/chromium_org/chrome/browser/ui/
chrome_select_file_policy_unittest.cc
95
TestingBrowserProcess::
GetGlobal
());
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_org/chrome/browser/ui/views/frame/
test_with_browser_view.cc
48
new ScopedTestingLocalState(TestingBrowserProcess::
GetGlobal
()));
/external/chromium_org/chrome/browser/ui/views/
native_widget_win_interactive_uitest.cc
20
TestingBrowserProcess::
GetGlobal
()));
/external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc
68
TestingBrowserProcess::
GetGlobal
()->SetLocalState(prefs_.get());
76
TestingBrowserProcess::
GetGlobal
()->SetLocalState(NULL);
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence_unittest.cc
34
: mock_profile_manager_(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/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
()) {};
/external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl_unittest.cc
106
return TestingBrowserProcess::
GetGlobal
();
/external/chromium_org/chrome/browser/web_resource/
promo_resource_service_mobile_ntp_unittest.cc
30
: local_state_(TestingBrowserProcess::
GetGlobal
()),
Completed in 460 milliseconds
1
2
3