OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProp
(Results
1 - 9
of
9
) sorted by null
/development/scripts/
add-accounts
43
def
GetProp
(adb_flags, name):
45
"/system/bin/
getprop
", name)
97
hosted_account =
GetProp
(adb_flags, "ro.config.hosted_account").strip()
98
google_account =
GetProp
(adb_flags, "ro.config.google_account").strip()
add-accounts-sdk
43
def
GetProp
(adb_flags, name):
44
args = ("adb",) + adb_flags + ("shell", "/system/bin/
getprop
", name)
94
hosted_account =
GetProp
(adb_flags, "ro.config.hosted_account").strip()
95
google_account =
GetProp
(adb_flags, "ro.config.google_account").strip()
/external/chromium/base/
win_util.cc
301
HANDLE original_handler =
GetProp
(window, kHandlerKey);
313
return reinterpret_cast<WNDPROC>(
GetProp
(window, kHandlerKey));
/external/webkit/WebKit/win/
WebNodeHighlight.cpp
216
WebNodeHighlight* highlight = reinterpret_cast<WebNodeHighlight*>(::
GetProp
(hwnd, kWebNodeHighlightPointerProp));
/external/webkit/WebCore/plugins/win/
PluginViewWin.cpp
150
PluginView* pluginView = reinterpret_cast<PluginView*>(
GetProp
(hWnd, kWebPluginViewProperty));
183
PluginView* pluginView = reinterpret_cast<PluginView*>(
GetProp
(hWnd, kWebPluginViewProperty));
328
PluginView* pluginView = reinterpret_cast<PluginView*>(
GetProp
(hWnd, kWebPluginViewProperty));
[
all
...]
/external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp
453
WebInspectorClient* client = reinterpret_cast<WebInspectorClient*>(::
GetProp
(hwnd, kWebInspectorPointerProp));
/external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp
[
all
...]
/prebuilt/windows/swt/
swt.jar
/prebuilt/windows-x86_64/swt/
swt.jar
Completed in 280 milliseconds