Home
last modified time | relevance | path

Searched refs:windowless_ (Results 1 – 9 of 9) 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_win.cc231 windowless_(false), in WebPluginDelegateImpl()
336 if (!windowless_) in ~WebPluginDelegateImpl()
347 if (windowless_) { in PlatformInitialize()
361 if (windowless_ && !g_iat_patch_track_popup_menu.Pointer()->is_patched()) { in PlatformInitialize()
374 if (windowless_ && !g_iat_patch_set_cursor.Pointer()->is_patched() && in PlatformInitialize()
421 if (windowless_ && !g_iat_patch_window_from_point.Pointer()->is_patched() && in PlatformInitialize()
458 if (windowless_ && skia::SupportsPlatformPaint(canvas)) { in Paint()
Dwebplugin_delegate_impl.h131 bool IsWindowless() const { return windowless_; } in IsWindowless()
292 bool windowless_; variable
Dplugin_instance.cc37 windowless_(false), in PluginInstance()
Dwebplugin_delegate_impl_mac.mm153 windowless_(true),
/external/chromium_org/content/renderer/npapi/
Dwebplugin_impl.cc532 : windowless_(false), in WebPluginImpl()
566 DCHECK(!windowless_); in SetWindow()
573 windowless_ = true; in SetWindow()
583 windowless_ = true; in SetWindow()
Dwebplugin_impl.h272 bool windowless_; variable