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

  /external/chromium_org/ppapi/shared_impl/
api_id.h 61 API_ID_PPP_PRINTING,
  /external/chromium_org/ppapi/proxy/
ppp_printing_proxy.cc 35 new PpapiMsg_PPPPrinting_QuerySupportedFormats(API_ID_PPP_PRINTING,
51 new PpapiMsg_PPPPrinting_Begin(API_ID_PPP_PRINTING, instance,
66 new PpapiMsg_PPPPrinting_PrintPages(API_ID_PPP_PRINTING,
85 new PpapiMsg_PPPPrinting_End(API_ID_PPP_PRINTING, instance));
93 new PpapiMsg_PPPPrinting_IsScalingDisabled(API_ID_PPP_PRINTING,
interface_list.cc 303 AddProxy(API_ID_PPP_PRINTING, &ProxyFactory<PPP_Printing_Proxy>);

Completed in 56 milliseconds