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

  /external/chromium_org/ppapi/thunk/
ppb_instance_private_thunk.cc 20 struct PP_Var GetWindowObject(PP_Instance instance) {
21 VLOG(4) << "PPB_Instance_Private::GetWindowObject()";
25 return enter.functions()->GetWindowObject(instance);
47 &GetWindowObject,
  /external/chromium_org/ppapi/c/private/
ppb_instance_private.h 62 * GetWindowObject is a pointer to a function that determines
68 struct PP_Var (*GetWindowObject)(PP_Instance instance);
  /external/chromium_org/ppapi/cpp/private/
instance_private.cc 50 VarPrivate InstancePrivate::GetWindowObject() {
54 get_interface<PPB_Instance_Private>()->GetWindowObject(pp_instance()));
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 265 PP_Var PPB_Instance_Proxy::GetWindowObject(PP_Instance instance) {
825 result.Return(dispatcher(), enter.functions()->GetWindowObject(instance));
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]

Completed in 28 milliseconds