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

  /external/chromium_org/ppapi/c/
ppb_url_request_info.h 20 #define PPB_URLREQUESTINFO_INTERFACE PPB_URLREQUESTINFO_INTERFACE_1_0
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.cc 141 GetBrowserInterfaceSafe(PPB_URLREQUESTINFO_INTERFACE));
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc 48 static PPB_URLRequestInfo* ppb_urlrequestinfo_interface = NULL; variable
427 req->request_ = ppb_urlrequestinfo_interface->Create(inst);
437 ppb_urlrequestinfo_interface->SetProperty(
439 ppb_urlrequestinfo_interface->SetProperty(
441 ppb_urlrequestinfo_interface->SetProperty(
585 ppb_urlrequestinfo_interface =
586 (PPB_URLRequestInfo*)(get_browser(PPB_URLREQUESTINFO_INTERFACE));
  /external/chromium_org/ppapi/tests/
test_url_request.cc 50 pp::Module::Get()->GetBrowserInterface(PPB_URLREQUESTINFO_INTERFACE));

Completed in 620 milliseconds