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

  /external/chromium_org/ppapi/cpp/
graphics_3d_client.cc 37 instance->AddPerInstanceObject(kPPPGraphics3DInterface, this);
mouse_lock.cc 42 instance->AddPerInstanceObject(kPPPMouseLockInterface, this);
instance.h 574 /// AddPerInstanceObject() associates an instance with an interface,
602 void AddPerInstanceObject(const std::string& interface_name, void* object);
606 /// Refer to AddPerInstanceObject() for further information.
613 /// Static version of AddPerInstanceObject that takes an InstanceHandle. As
624 /// Refer to AddPerInstanceObject() for further information.
instance.cc 210 void Instance::AddPerInstanceObject(const std::string& interface_name,
  /external/chromium_org/ppapi/cpp/dev/
selection_dev.cc 36 instance->AddPerInstanceObject(kPPPSelectionInterface, this);
widget_client_dev.cc 75 instance->AddPerInstanceObject(kPPPWidgetInterface, this);
78 instance->AddPerInstanceObject(kPPPScrollbarInterface, this);
zoom_dev.cc 40 instance->AddPerInstanceObject(kPPPZoomInterface, this);
video_decoder_client_dev.cc 78 instance->AddPerInstanceObject(kPPPVideoDecoderInterface, this);
printing_dev.cc 81 instance->AddPerInstanceObject(
text_input_dev.cc 48 instance->AddPerInstanceObject(kPPPTextInputInterface, this);
video_capture_client_dev.cc 72 instance->AddPerInstanceObject(kPPPVideoCaptureInterface, this);
  /external/chromium_org/ppapi/cpp/private/
find_private.cc 57 instance->AddPerInstanceObject(kPPPFindInterface, this);
content_decryptor_private.cc 284 instance->AddPerInstanceObject(kPPPContentDecryptorInterface, this);
  /external/chromium_org/pdf/
out_of_process_instance.cc 253 AddPerInstanceObject(kPPPPdfInterface, this);
    [all...]
instance.cc 302 AddPerInstanceObject(kPPPPdfInterface, this);
    [all...]

Completed in 625 milliseconds