Home
last modified time | relevance | path

Searched refs:IsWindowless (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/test/plugin/
Dplugin_windowless_test.h21 virtual bool IsWindowless() const OVERRIDE;
Dplugin_test.h26 virtual bool IsWindowless() const;
Dplugin_test.cc22 bool PluginTest::IsWindowless() const { return false; } in IsWindowless() function in NPAPIClient::PluginTest
Dplugin_windowless_test.cc76 bool WindowlessPluginTest::IsWindowless() const { in IsWindowless() function in NPAPIClient::WindowlessPluginTest
Dplugin_client.cc124 if ((ret == NPERR_NO_ERROR) && new_test->IsWindowless()) { in NPP_New()
/external/chromium_org/content/plugin/
Dwebplugin_proxy.cc453 if (delegate_->IsWindowless() && !clip_rect.IsEmpty() && in UpdateGeometry()
592 if (delegate_->IsWindowless() && use_shm_pixmap_) { in SetWindowlessBuffers()
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl.h136 bool IsWindowless() const { return windowless_; } in IsWindowless() function