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

  /external/chromium_org/ppapi/cpp/dev/
video_decoder_client_dev.cc 26 void* object = Instance::GetPerInstanceObject(instance,
37 void* object = Instance::GetPerInstanceObject(instance,
48 void* object = Instance::GetPerInstanceObject(instance,
58 void* object = Instance::GetPerInstanceObject(instance,
printing_dev.cc 25 Instance::GetPerInstanceObject(instance, kPPPPrintingInterface);
34 Instance::GetPerInstanceObject(instance, kPPPPrintingInterface);
44 pp::Instance::GetPerInstanceObject(instance, kPPPPrintingInterface);
53 pp::Instance::GetPerInstanceObject(instance, kPPPPrintingInterface);
60 pp::Instance::GetPerInstanceObject(instance, kPPPPrintingInterface);
video_capture_client_dev.cc 24 Instance::GetPerInstanceObject(instance, kPPPVideoCaptureInterface));
38 Instance::GetPerInstanceObject(instance, kPPPVideoCaptureInterface));
45 Instance::GetPerInstanceObject(instance, kPPPVideoCaptureInterface));
54 Instance::GetPerInstanceObject(instance, kPPPVideoCaptureInterface));
find_dev.cc 25 void* object = Instance::GetPerInstanceObject(instance, kPPPFindInterface);
34 void* object = Instance::GetPerInstanceObject(instance, kPPPFindInterface);
40 void* object = Instance::GetPerInstanceObject(instance, kPPPFindInterface);
widget_client_dev.cc 28 void* object = Instance::GetPerInstanceObject(instance, kPPPWidgetInterface);
47 Instance::GetPerInstanceObject(instance, kPPPScrollbarInterface);
58 Instance::GetPerInstanceObject(instance, kPPPScrollbarInterface);
selection_dev.cc 20 pp::Instance::GetPerInstanceObject(instance, kPPPSelectionInterface);
zoom_dev.cc 22 void* object = Instance::GetPerInstanceObject(instance, kPPPZoomInterface);
text_input_dev.cc 21 void* object = Instance::GetPerInstanceObject(instance,
  /external/chromium_org/ppapi/cpp/
graphics_3d_client.cc 21 Instance::GetPerInstanceObject(instance, kPPPGraphics3DInterface);
mouse_lock.cc 23 Instance::GetPerInstanceObject(instance, kPPPMouseLockInterface);
instance.h 523 /// calling GetPerInstanceObject.
533 /// Refer to RemovePerInstanceObject() and GetPerInstanceObject() for further
566 static void* GetPerInstanceObject(PP_Instance instance,
instance.cc 150 // type. Otherwise, we'll get confused in GetPerInstanceObject.
186 void* Instance::GetPerInstanceObject(PP_Instance instance,
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 31 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
59 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
86 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
105 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
121 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
137 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
150 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
162 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
176 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);

Completed in 81 milliseconds