OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:full_frame
(Results
1 - 2
of
2
) 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
...]
Completed in 116 milliseconds