OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
453
if (delegate_->
IsWindowless
() && !clip_rect.IsEmpty() &&
592
if (delegate_->
IsWindowless
() && use_shm_pixmap_) {
/external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h
136
bool
IsWindowless
() const { return windowless_; }
Completed in 477 milliseconds