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

  /external/chromium_org/content/test/plugin/
plugin_windowless_test.h 21 virtual bool IsWindowless() const OVERRIDE;
plugin_test.h 26 virtual bool IsWindowless() const;
plugin_test.cc 22 bool PluginTest::IsWindowless() const { return false; }
plugin_client.cc 124 if ((ret == NPERR_NO_ERROR) && new_test->IsWindowless()) {
plugin_windowless_test.cc 76 bool WindowlessPluginTest::IsWindowless() const {
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 452 if (delegate_->IsWindowless() && !clip_rect.IsEmpty() &&
591 if (delegate_->IsWindowless() && use_shm_pixmap_) {
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 122 bool IsWindowless() const { return windowless_; }

Completed in 84 milliseconds