HomeSort by relevance Sort by last modified time
    Searched full:overlay (Results 951 - 975 of 1450) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_visualizer.js 93 * Called during the initialization of the View. Create a overlay
  /external/chromium_org/chrome/browser/resources/options/
content_settings.js 76 $('content-settings-overlay-confirm').onclick =
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.html 1 <div id="sync-setup-overlay" class="page" hidden>
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view_delegate.h 96 // Returns a struct full of data concerning what overlay, if any, should be
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.mm 189 // Lock bar visibility, forcing the overlay to stay visible if we are in
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_root_window_host_win.cc 209 // appears to overlay the minimize button.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 105 // same pairing overlay where the PIN code or Passkey is displayed.
  /external/chromium_org/chrome/browser/ui/webui/options/
create_profile_handler.cc 264 // right away, a confirmation overlay will be shown by JS from the creation
  /external/chromium_org/chrome/test/functional/
autofill.py 174 'autofill-edit-address-overlay')
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
plotter.js 221 * @param {string} eventName The string name of an event to overlay on the
222 * graph. Should be 'null' if there are no events to overlay.
224 * points to overlay on the graph. Each event point in the array is itself
283 // Need two different coordinate systems to overlay on the same graph.
    [all...]
  /external/chromium_org/chromeos/
chromeos_switches.cc 194 // Disables new first-run overlay UI.
  /external/chromium_org/content/public/common/
content_switches.cc 495 // Enables use of hardware overlay for fullscreen video playback. Android only.
496 const char kEnableOverlayFullscreenVideo[] = "enable-overlay-fullscreen-video";
498 // Enables overlay scrollbars on Aura or Linux. Does nothing on Mac.
499 const char kEnableOverlayScrollbars[] = "enable-overlay-scrollbars";
    [all...]
  /external/chromium_org/content/renderer/
web_preferences.cc 220 // overlay of rects, if requested on the command line.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 245 PassOwnPtr<InspectorPageAgent> InspectorPageAgent::create(InstrumentingAgents* instrumentingAgents, Page* page, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, InspectorClient* client, InspectorOverlay* overlay)
247 return adoptPtr(new InspectorPageAgent(instrumentingAgents, page, state, injectedScriptManager, client, overlay));
319 InspectorPageAgent::InspectorPageAgent(InstrumentingAgents* instrumentingAgents, Page* page, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager, InspectorClient* client, InspectorOverlay* overlay)
325 , m_overlay(overlay)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 581 // Our proprietary overflow: overlay value doesn't trigger a layout.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CodeMirrorTextEditor.js 41 importScript("cm/overlay.js");
    [all...]
  /external/chromium_org/third_party/jinja2/
environment.py 224 #: True if the environment is just an overlay
227 #: the environment this environment is linked to if it is an overlay
323 def overlay(self, block_start_string=missing, block_end_string=missing, member in class:Environment
332 """Create a new overlay environment that shares all the data with the
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 199 * for hardware overlay based implementation this flag
200 * can be used to turn off the overlay
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_draw.c 150 /* Install the default (ie Current) attributes first, then overlay
  /external/chromium_org/third_party/zlib/
deflate.c 226 ushf *overlay; local
227 /* We overlay pending_buf and d_buf+l_buf. This works since the average
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
294 s->pending_buf = (uchf *) overlay;
304 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
    [all...]
  /external/chromium_org/ui/views/window/
non_client_view.cc 30 // The overlay view is always on top (index == child_count() - 1).
non_client_view.h 241 // The overlay view, when non-NULL and visible, takes up the entire widget and
  /external/mesa3d/src/mesa/vbo/
vbo_save_draw.c 150 /* Install the default (ie Current) attributes first, then overlay
  /external/neven/Embedded/common/src/b_ImageEm/
UInt8PyramidalImage.h 149 /** create overlay bim_UInt8Image (does not own memory) */
  /external/qemu/
a.out.h 342 unsigned short e_ovno; /* Overlay number, 0x0 */

Completed in 456 milliseconds

<<31323334353637383940>>