/external/chromium_org/content/plugin/ |
plugin_carbon_interpose_mac.cc | 81 static void ChromePluginShowHide(WindowRef window, Boolean show) { 82 if (show) { 84 ShowHide(window, show); 88 ShowHide(window, show);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ContentVideoViewLegacy.java | 62 public void show() { method in class:ContentVideoViewLegacy.FullScreenMediaController 63 super.show(); 108 mMediaController.show(); 124 mMediaController.show(); 186 // If paused , should show the controller forever. 188 mMediaController.show(); 190 mMediaController.show(0); 201 mMediaController.show(); 274 mMediaController.show();
|
/external/chromium_org/content/renderer/ |
render_widget_fullscreen.h | 17 virtual void show(blink::WebNavigationPolicy);
|
/external/chromium_org/mojo/services/public/interfaces/native_viewport/ |
native_viewport.mojom | 14 Show();
|
/external/chromium_org/ppapi/api/dev/ |
ppb_file_chooser_dev.idl | 82 * the plugin is visible. Show will fail if the tab is in the background. 87 * visible while Chrome believes it is invisible and the Show() call will 96 * @return PP_OK_COMPLETIONPENDING if request to show the dialog was 100 int32_t Show( 105 * After a successful completion callback call from Show, this method may be 129 * the plugin is visible. Show() will fail if the tab is in the background. 134 * it is invisible and the Show() call will fail. This will not generally 147 * @return PP_OK_COMPLETIONPENDING if request to show the dialog was 151 int32_t Show([in] PP_Resource chooser,
|
/external/chromium_org/ppapi/cpp/private/ |
flash_menu.h | 24 int32_t Show(const Point& location,
|
/external/chromium_org/third_party/WebKit/ManualTests/blackberry/ |
select-popup-items-unicode-display.html | 4 <p>This tests if we can show unicode correctly. It is for <a href="https://bugs.webkit.org/show_bug.cgi?id=89969">https://bugs.webkit.org/show_bug.cgi?id=89969.</a></p>
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
styled-error-bubbles-in-scripts.html | 6 resource should show syntax highlighted JavaScript with a red error bubble.</p>
|
/external/chromium_org/third_party/WebKit/ManualTests/resources/ |
redraw-page-cache-visited-links-2.html | 13 <div><a href="http://bugs.webkit.org/show_bug.cgi?id=8079">Bug 8079 REGRESSION: Redraw from page cache does not show visited links</a></div>
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
show-modal-dialog-test.html | 12 <input type="button" value="Show Modal" onClick="showModal()"></p>
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
RenderingOptionsView.js | 42 div.appendChild(WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Show paint rectangles"), WebInspector.settings.showPaintRects)); 43 div.appendChild(WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Show composited layer borders"), WebInspector.settings.showDebugBorders)); 44 div.appendChild(WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Show FPS meter"), WebInspector.settings.showFPSCounter)); 46 var child = WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Show potential scroll bottlenecks"), WebInspector.settings.showScrollBottleneckRects);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/ |
SimpleApp.js | 18 WebInspector.inspectorView.show(rootView.element);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
module.json | 18 "title": "Show advanced heap snapshot properties",
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
errmsg.h | 27 /* Show warnings? */
|
/external/chromium_org/tools/traceline/svgui/ |
README | 3 Events can be moused over to show details, stack traces, etc.
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
DropdownItem.java | 8 * Dropdown item interface used to access all the information needed to show the item.
|
/external/chromium_org/ui/compositor/test/ |
test_compositor_host.h | 26 virtual void Show() = 0;
|
/external/chromium_org/ui/views/controls/menu/ |
menu_runner_handler.h | 16 // Used internally by MenuRunner to show the menu. Can be set in tests (see
|
/external/clang/test/Modules/ |
dependency-gen-inferred-map.m | 1 // Test that the virtual file "__inferred_module.map" doesn't show up as dependency.
|
/external/fio/examples/ |
numa.fio | 2 ; 'numactl --show' to determine the maximum numa nodes
|
/external/icu/icu4c/source/tools/genrb/ |
errmsg.h | 28 /* Show warnings? */
|
/external/ipsec-tools/src/racoon/ |
racoonctl.8 | 44 show-schedule 47 show-sa 67 show-event 94 .It show-schedule 96 .It show-sa Op isakmp|esp|ah|ipsec 138 .It show-event Op Fl l 158 show-sa 160 show-schedule 172 show-event
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/ |
helpline.h | 12 int (*show)(const char *fmt, va_list ap); member in struct:ui_helpline
|
/external/lldb/source/Interpreter/ |
OptionGroupVariable.cpp | 33 { LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "show-globals", 'g', no_argument, NULL, 0, eArgTypeNone, "Show the current frame source file global and static variables."}, 34 { LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "show-declaration",'c', no_argument, NULL, 0, eArgTypeNone, "Show variable declaration information (source file and line where the variable was declared)."}, 36 { LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "scope", 's', no_argument, NULL, 0, eArgTypeNone, "Show variable scope (argument, local, global, static)."}, 123 // Show the "--no-args", "--no-locals" and "--show-globals" 128 // Skip the "--no-args", "--no-locals" and "--show-globals" 136 // Count the "--no-args", "--no-locals" and "--show-globals"
|
/external/llvm/test/MC/AArch64/ |
arm64-arm64-fixup.s | 1 ; RUN: llvm-mc < %s -triple arm64-apple-darwin --show-encoding | FileCheck %s
|