Home | Sort by relevance Sort by last modified time |
/external/chromium_org/content/renderer/pepper/ | |
pepper_webplugin_impl.h | 99 bool full_frame_; member in class:content::PepperWebPluginImpl |
pepper_webplugin_impl.cc | 64 full_frame_(params.loadManually), 100 full_frame_); |
pepper_plugin_instance_impl.h | 177 bool full_frame() const { return full_frame_; } 678 bool full_frame_; member in class:content::PepperPluginInstanceImpl [all...] |
pepper_plugin_instance_impl.cc | 490 full_frame_(false), 692 if (full_frame_ && !IsViewAccelerated()) { 772 full_frame_ = full_frame; [all...] |