Home
last modified time | relevance | path

Searched refs:windowless_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl.cc88 windowless_ = instance_->windowless(); in Initialize()
89 if (!windowless_) { in Initialize()
141 if (windowless_) { in UpdateGeometry()
149 DCHECK(windowless_); in SetFocus()
177 if (!windowless_) in SetContentAreaHasFocus()
223 if (!windowless_) { in DidReceiveManualResponse()
263 DCHECK(windowless_) << "events should only be received in windowless mode"; in HandleInputEvent()
Dplugin_instance.h86 bool windowless() { return windowless_; } in windowless()
87 void set_windowless(bool value) { windowless_ = value; } in set_windowless()
294 bool windowless_; variable
Dwebplugin_delegate_impl_android.cc22 windowless_(false), in WebPluginDelegateImpl()
Dwebplugin_delegate_impl_gtk.cc36 windowless_(false), in WebPluginDelegateImpl()
74 if (!windowless_) in ~WebPluginDelegateImpl()
90 windowless_ ? 0 : gtk_plug_get_id(GTK_PLUG(plug_)); in PlatformInitialize()
100 if (!windowless_ || !skia::SupportsPlatformPaint(canvas)) in Paint()
727 if (windowless_ && in PlatformHandleInputEvent()
Dwebplugin_delegate_impl_win.cc233 windowless_(false), in WebPluginDelegateImpl()
340 if (!windowless_) in ~WebPluginDelegateImpl()
351 if (windowless_) { in PlatformInitialize()
365 if (windowless_ && !g_iat_patch_track_popup_menu.Pointer()->is_patched()) { in PlatformInitialize()
378 if (windowless_ && !g_iat_patch_set_cursor.Pointer()->is_patched() && in PlatformInitialize()
426 if (windowless_ && !g_iat_patch_window_from_point.Pointer()->is_patched() && in PlatformInitialize()
465 if (windowless_ && skia::SupportsPlatformPaint(canvas)) { in Paint()
Dwebplugin_delegate_impl.h136 bool IsWindowless() const { return windowless_; } in IsWindowless()
303 bool windowless_; variable
Dplugin_instance.cc35 windowless_(false), in PluginInstance()
Dwebplugin_delegate_impl_mac.mm153 windowless_(true),
/external/chromium_org/content/renderer/npapi/
Dwebplugin_impl.cc487 : windowless_(false), in WebPluginImpl()
520 DCHECK(!windowless_); in SetWindow()
527 windowless_ = true; in SetWindow()
544 windowless_ = true; in SetWindow()
Dwebplugin_impl.h279 bool windowless_; variable