Searched refs:IsWindowless (Results 1 – 7 of 7) sorted by relevance
21 virtual bool IsWindowless() const OVERRIDE;
26 virtual bool IsWindowless() const;
22 bool PluginTest::IsWindowless() const { return false; } in IsWindowless() function in NPAPIClient::PluginTest
76 bool WindowlessPluginTest::IsWindowless() const { in IsWindowless() function in NPAPIClient::WindowlessPluginTest
124 if ((ret == NPERR_NO_ERROR) && new_test->IsWindowless()) { in NPP_New()
453 if (delegate_->IsWindowless() && !clip_rect.IsEmpty() && in UpdateGeometry()592 if (delegate_->IsWindowless() && use_shm_pixmap_) { in SetWindowlessBuffers()
136 bool IsWindowless() const { return windowless_; } in IsWindowless() function