Searched refs:full_frame_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.h97 bool full_frame_; member in class:content::PepperWebPluginImpl
H A Dpepper_webplugin_impl.cc61 full_frame_(params.loadManually),
94 init_data_->arg_names, init_data_->arg_values, full_frame_);
H A Dpepper_plugin_instance_impl.h192 bool full_frame() const { return full_frame_; }
733 bool full_frame_; member in class:content::PepperPluginInstanceImpl
H A Dpepper_plugin_instance_impl.cc522 full_frame_(false),
789 if (full_frame_ && !IsViewAccelerated()) {
873 full_frame_ = full_frame;
2968 if (!full_frame_)

Completed in 118 milliseconds