HomeSort by relevance Sort by last modified time
    Searched refs:full_frame (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/
ppapi_extension_mime_handler.cc 128 PP_Bool full_frame = PPBInstance()->IsFullFrame(pp_instance()); local
129 EXPECT(full_frame == PP_TRUE);
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 177 bool full_frame() const { return full_frame_; } function in class:content::PepperPluginInstanceImpl
183 bool full_frame);
    [all...]
pepper_plugin_instance_impl.cc 769 bool full_frame) {
772 full_frame_ = full_frame;
    [all...]

Completed in 1120 milliseconds