/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_org/content/test/plugin/ |
plugin_get_javascript_url_test.cc | 49 if (!::GetProp(window_handle, L"Plugin_Instance")) { 70 (::GetProp(window, L"Plugin_Instance"));
|
plugin_npobject_lifetime_test.cc | 29 if (!::GetProp(window_handle, L"Plugin_Instance")) { 47 (::GetProp(window, L"Plugin_Instance"));
|
plugin_create_instance_in_paint.cc | 66 (::GetProp(window, L"Plugin_Instance"));
|
plugin_windowed_test.cc | 127 (::GetProp(window, L"Plugin_Instance"));
|
/external/chromium_org/third_party/angle/src/libEGL/ |
Surface.cpp | 237 Surface* surf = reinterpret_cast<Surface*>(GetProp(hwnd, kSurfaceProperty)); 243 WNDPROC prevWndFunc = reinterpret_cast<WNDPROC >(GetProp(hwnd, kParentWndProc)); 282 LONG_PTR parentWndFunc = reinterpret_cast<LONG_PTR>(GetProp(mWindow, kParentWndProc));
|
/external/chromium/chrome/browser/hang_monitor/ |
hung_plugin_action.cc | 76 reinterpret_cast<int>(GetProp(
|
hung_window_detector.cc | 87 reinterpret_cast<int>(GetProp(child_window, kHungChildWindowTimeout));
|
/external/chromium_org/chrome/browser/hang_monitor/ |
hung_window_detector.cc | 100 reinterpret_cast<int>(GetProp(child_window, kHungChildWindowTimeout));
|
hung_plugin_action.cc | 132 reinterpret_cast<int>(GetProp(
|
/external/chromium_org/gpu/config/ |
gpu_dx_diagnostics_win.cc | 41 hr = container->GetProp(prop_name16, &variant);
|
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl_win.cc | 691 GetProp(hwnd, kWebPluginDelegateProperty)); [all...] |
/external/chromium_org/content/browser/aura/ |
gpu_process_transport_factory.cc | 189 if (::GetProp(compositor->widget(), kForceSoftwareCompositor)) {
|
/external/chromium_org/win8/metro_driver/ |
chrome_app_view.cc | 205 ::GetProp(window, kChromeSubclassWindowProp)); 221 if (::GetProp(hwnd, kChromeSubclassWindowProp) == NULL) { [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_aura.cc | 127 if (GetProp(window, kWidgetOwnerProperty) == widget) { 138 if (GetProp(window, kWidgetOwnerProperty) == widget) 147 if (GetProp(window, kWidgetOwnerProperty) == widget && 169 if (GetProp(window, kWidgetOwnerProperty) == params->widget) { 845 if (!GetProp(window, kWidgetOwnerProperty)) [all...] |
/external/chromium_org/ui/views/win/ |
hwnd_message_handler.cc | [all...] |
/prebuilts/tools/windows/swt/ |
swt.jar | |
/prebuilts/tools/windows-x86_64/swt/ |
swt.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |