HomeSort by relevance Sort by last modified time
    Searched refs:windowless (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/child/npapi/
plugin_instance.h 84 // Get/Set whether this instance is in Windowless mode.
86 bool windowless() { return windowless_; } function in class:content::PluginInstance
90 // windowless plugins. Transparent plugins require that webkit paint the
webplugin_delegate_impl.cc 88 windowless_ = instance_->windowless();
154 // On Windows, historically browsers did not set focus events to windowless
263 DCHECK(windowless_) << "events should only be received in windowless mode";
webplugin_delegate_impl_win.cc 97 // Doing so allows removing NPP_SetWindow call during painting a windowless
259 // Flash only requests windowless plugins if we return a Mozilla user
282 // Windowless mode doesn't work in the WMP NPAPI plugin.
355 // Windowless plugins call the WindowFromPoint API and passes the result of
367 // Windowless plugins can set cursors by calling the SetCursor API. This
369 // thread are attached. We intercept the SetCursor API for windowless
372 // change when a windowless plugin instance changes the cursor
648 // windowless plugins. We throttle the rate at which they deliver messages
687 // We need to know when the dummy window is parented because windowless
780 LOG(ERROR) << "Failed to wrap all windowless Flash windows"
    [all...]
plugin_host.cc 590 // else Flash won't request windowless mode.
621 // windowless plugin
623 // Before a windowless plugin can refresh part of its drawing area, it must
628 // The browser redraws invalid areas of the document and any windowless
636 if (!plugin->windowless()) {
672 // Forces repaint for a windowless plug-in.
841 // Sets windowless mode for display of the plugin
853 // before having the plugin paint. By default, windowless plugins
854 // are transparent. Making a windowless plugin opaque means that
    [all...]
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 545 * Marks this dream as windowless. Only available to doze dreams.
549 public void setWindowless(boolean windowless) {
550 mWindowless = windowless;
554 * Returns whether or not this dream is windowless. Only available to doze dreams.
    [all...]

Completed in 300 milliseconds