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

  /external/chromium_org/pdf/
out_of_process_instance.cc 139 static const char kPPPPdfInterface[] = PPP_PDF_INTERFACE_1;
143 void* object = pp::Instance::GetPerInstanceObject(instance, kPPPPdfInterface);
153 pp::Instance::GetPerInstanceObject(instance, kPPPPdfInterface);
253 pp::Module::Get()->AddPluginInterface(kPPPPdfInterface, &ppp_private);
254 AddPerInstanceObject(kPPPPdfInterface, this);
262 RemovePerInstanceObject(kPPPPdfInterface, this);
    [all...]
instance.cc 191 static const char kPPPPdfInterface[] = PPP_PDF_INTERFACE_1;
196 pp::Instance::GetPerInstanceObject(instance, kPPPPdfInterface);
204 pp::Instance::GetPerInstanceObject(instance, kPPPPdfInterface);
300 pp::Module::Get()->AddPluginInterface(kPPPPdfInterface, &ppp_private);
301 AddPerInstanceObject(kPPPPdfInterface, this);
310 RemovePerInstanceObject(kPPPPdfInterface, this);
    [all...]

Completed in 158 milliseconds