OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:windowless_contexts_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/plugin/
webplugin_proxy.h
193
return
windowless_contexts_
[windowless_buffer_index_].get();
229
base::ScopedCFTypeRef<CGContextRef>
windowless_contexts_
[2];
member in class:content::WebPluginProxy
webplugin_proxy.cc
365
// It is possible for
windowless_contexts_
to change during plugin painting
381
if (
windowless_contexts_
[saved_index].get() == saved_context_weak)
382
CGContextRestoreGState(
windowless_contexts_
[saved_index]);
529
&
windowless_contexts_
[0]);
533
&
windowless_contexts_
[1]);
Completed in 98 milliseconds