OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAllowTransparencyAttribute
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc
184
bool BrowserPlugin::
GetAllowTransparencyAttribute
() const {
269
bool opaque = !
GetAllowTransparencyAttribute
();
393
attach_params.opaque = !
GetAllowTransparencyAttribute
();
[
all
...]
browser_plugin.h
66
bool
GetAllowTransparencyAttribute
() const;
browser_plugin_bindings.cc
325
bindings->instance()->
GetAllowTransparencyAttribute
();
Completed in 170 milliseconds