OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getglobal
(Results
1 - 25
of
162
) sorted by null
1
2
3
4
5
6
7
/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/renderer/extensions/
send_request_natives.cc
26
RouteFunction("
GetGlobal
",
27
base::Bind(&SendRequestNatives::
GetGlobal
,
68
void SendRequestNatives::
GetGlobal
(
send_request_natives.h
33
void
GetGlobal
(const v8::FunctionCallbackInfo<v8::Value>& args);
/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/
app_controller_mac_unittest.mm
28
TestingBrowserProcess::
GetGlobal
()->SetProfileManager(NULL);
50
TestingProfileManager manager(TestingBrowserProcess::
GetGlobal
());
/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/cocoa/
cocoa_profile_test.mm
22
: profile_manager_(TestingBrowserProcess::
GetGlobal
()),
37
TestingBrowserProcess::
GetGlobal
()->SetProfileManager(NULL);
/external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp
43
const GlobalValue *GV = MO.
getGlobal
();
72
StubValueTy(AP.Mang->getSymbol(MO.
getGlobal
()),
73
!MO.
getGlobal
()->hasInternalLinkage());
98
StubValueTy(AP.Mang->getSymbol(MO.
getGlobal
()),
99
!MO.
getGlobal
()->hasInternalLinkage());
PPCAsmPrinter.cpp
192
const GlobalValue *GV = MO.
getGlobal
();
366
MOSymbol = Mang->getSymbol(MO.
getGlobal
());
401
const GlobalValue *GValue = MO.
getGlobal
();
444
const GlobalValue *GValue = MO.
getGlobal
();
478
const GlobalValue *GValue = MO.
getGlobal
();
504
const GlobalValue *GValue = MO.
getGlobal
();
522
const GlobalValue *GValue = MO.
getGlobal
();
536
const GlobalValue *GValue = MO.
getGlobal
();
552
const GlobalValue *GValue = MO.
getGlobal
();
573
const GlobalValue *GValue = MO.
getGlobal
();
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager_unittest.cc
49
TestingBrowserProcess::
GetGlobal
()->SetLocalState(local_state_.get());
64
TestingBrowserProcess::
GetGlobal
()->SetLocalState(0);
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_prompt_controller_unittest.cc
65
TestingBrowserProcess::
GetGlobal
()->
77
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/views/bookmarks/
bookmark_bar_view_unittest.cc
47
ScopedTestingLocalState local_state(TestingBrowserProcess::
GetGlobal
());
/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
());
chrome_select_file_policy_unittest.cc
95
TestingBrowserProcess::
GetGlobal
());
/external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate_unittest.cc
25
new TestingProfileManager(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);
/frameworks/base/docs/html/sdk/api_diff/19/changes/
java.util.logging.Logger.html
87
<nobr><code>Logger</code> <A HREF="../../../../reference/java/util/logging/Logger.html#
getGlobal
()" target="_top"><code>
getGlobal
</code></A>()</nobr>
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence_unittest.cc
34
: mock_profile_manager_(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/ui/ash/
screenshot_taker_unittest.cc
108
new TestingProfileManager(TestingBrowserProcess::
GetGlobal
()));
/external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp
76
MCO = GetSymbolRef(MO, AP.Mang->getSymbol(MO.
getGlobal
()), AP);
Completed in 541 milliseconds
1
2
3
4
5
6
7