HomeSort by relevance Sort by last modified time
    Searched refs:GetPerInstanceObject (Results 1 - 15 of 15) 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));
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 535 /// calling GetPerInstanceObject.
545 /// Refer to RemovePerInstanceObject() and GetPerInstanceObject() for further
578 static void* GetPerInstanceObject(PP_Instance instance,
instance.cc 158 // type. Otherwise, we'll get confused in GetPerInstanceObject.
194 void* Instance::GetPerInstanceObject(PP_Instance instance,
  /external/chromium_org/ppapi/cpp/private/
find_private.cc 26 void* object = Instance::GetPerInstanceObject(instance, kPPPFindInterface);
35 void* object = Instance::GetPerInstanceObject(instance, kPPPFindInterface);
41 void* object = Instance::GetPerInstanceObject(instance, kPPPFindInterface);
content_decryptor_private.cc 29 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
47 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
71 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
88 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
109 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
127 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
143 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
159 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
172 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface);
184 Instance::GetPerInstanceObject(instance, kPPPContentDecryptorInterface)
    [all...]
  /external/chromium_org/pdf/
out_of_process_instance.cc 143 void* object = pp::Instance::GetPerInstanceObject(instance, kPPPPdfInterface);
153 pp::Instance::GetPerInstanceObject(instance, kPPPPdfInterface);
    [all...]
instance.cc 196 pp::Instance::GetPerInstanceObject(instance, kPPPPdfInterface);
204 pp::Instance::GetPerInstanceObject(instance, kPPPPdfInterface);
    [all...]

Completed in 147 milliseconds