IsWindowless 137 content/child/npapi/webplugin_delegate_impl.h bool IsWindowless() const { return windowless_; } IsWindowless 453 content/plugin/webplugin_proxy.cc if (delegate_->IsWindowless() && !clip_rect.IsEmpty() && IsWindowless 592 content/plugin/webplugin_proxy.cc if (delegate_->IsWindowless() && use_shm_pixmap_) { IsWindowless 124 content/test/plugin/plugin_client.cc if ((ret == NPERR_NO_ERROR) && new_test->IsWindowless()) { IsWindowless 26 content/test/plugin/plugin_test.h virtual bool IsWindowless() const; IsWindowless 21 content/test/plugin/plugin_windowless_test.h virtual bool IsWindowless() const OVERRIDE;