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

  /external/chromium_org/ppapi/c/
ppb_url_response_info.h 84 } PP_URLResponseProperty;
85 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_URLResponseProperty, 4);
117 * @param[in] property A <code>PP_URLResponseProperty</code> identifying
124 PP_URLResponseProperty property);
  /external/chromium_org/ppapi/thunk/
ppb_url_response_info_api.h 18 virtual PP_Var GetProperty(PP_URLResponseProperty property) = 0;
ppb_url_response_info_thunk.cc 26 PP_URLResponseProperty property) {
  /external/chromium_org/ppapi/api/
ppb_url_response_info.idl 21 enum PP_URLResponseProperty {
104 * @param[in] property A <code>PP_URLResponseProperty</code> identifying
112 [in] PP_URLResponseProperty property);
  /external/chromium_org/ppapi/proxy/
url_response_info_resource.h 37 virtual PP_Var GetProperty(PP_URLResponseProperty property) OVERRIDE;
url_response_info_resource.cc 41 PP_Var URLResponseInfoResource::GetProperty(PP_URLResponseProperty property) {
  /external/chromium_org/ppapi/cpp/
url_response_info.cc 29 Var URLResponseInfo::GetProperty(PP_URLResponseProperty property) const {
url_response_info.h 37 /// @param[in] property A <code>PP_URLResponseProperty</code> identifying the
43 Var GetProperty(PP_URLResponseProperty property) const;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_url_loader.h 124 PP_URLResponseProperty property);
fake_pepper_interface_url_loader.cc 547 PP_URLResponseProperty property) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h 184 PP_URLResponseProperty)
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 1637 milliseconds