Searched refs:IsFullFrame (Results 1 – 11 of 11) sorted by relevance
28 PP_Bool IsFullFrame(PP_Instance instance) { in IsFullFrame() function33 return enter.functions()->IsFullFrame(instance); in IsFullFrame()38 &IsFullFrame
49 virtual PP_Bool IsFullFrame(PP_Instance instance) = 0;
77 PP_Bool (*IsFullFrame)(PP_Instance instance); member
96 bool Instance::IsFullFrame() { in IsFullFrame() function in pp::Instance99 return PP_ToBool(get_interface<PPB_Instance_1_0>()->IsFullFrame( in IsFullFrame()
326 bool IsFullFrame();
54 * IsFullFrame() determines if the instance is full-frame. Such an instance66 PP_Bool IsFullFrame(
128 PP_Bool full_frame = PPBInstance()->IsFullFrame(pp_instance()); in TestIsFullFrame()
50 virtual PP_Bool IsFullFrame(PP_Instance instance) OVERRIDE;
247 PP_Bool PPB_Instance_Proxy::IsFullFrame(PP_Instance instance) { in IsFullFrame() function in ppapi::proxy::PPB_Instance_Proxy873 *result = enter.functions()->IsFullFrame(instance); in OnHostMsgIsFullFrame()
377 virtual PP_Bool IsFullFrame(PP_Instance instance) OVERRIDE;
2142 PP_Bool PepperPluginInstanceImpl::IsFullFrame(PP_Instance instance) { in IsFullFrame() function in content::PepperPluginInstanceImpl