HomeSort by relevance Sort by last modified time
    Searched defs:IsFullFrame (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/c/
ppb_instance.h 65 * IsFullFrame() determines if the instance is full-frame. Such an instance
77 PP_Bool (*IsFullFrame)(PP_Instance instance);
  /external/chromium_org/ppapi/thunk/
ppb_instance_thunk.cc 28 PP_Bool IsFullFrame(PP_Instance instance) {
29 VLOG(4) << "PPB_Instance::IsFullFrame()";
33 return enter.functions()->IsFullFrame(instance);
38 &IsFullFrame
  /external/chromium_org/ppapi/cpp/
instance.cc 96 bool Instance::IsFullFrame() {
99 return PP_ToBool(get_interface<PPB_Instance_1_0>()->IsFullFrame(
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 247 PP_Bool PPB_Instance_Proxy::IsFullFrame(PP_Instance instance) {
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]

Completed in 654 milliseconds