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

  /external/chromium_org/ppapi/api/dev/
ppb_url_util_dev.idl 34 struct PP_URLComponent_Dev {
41 PP_URLComponent_Dev scheme;
42 PP_URLComponent_Dev username;
43 PP_URLComponent_Dev password;
44 PP_URLComponent_Dev host;
45 PP_URLComponent_Dev port;
46 PP_URLComponent_Dev path;
47 PP_URLComponent_Dev query;
48 PP_URLComponent_Dev ref;
  /external/chromium_org/ppapi/c/dev/
ppb_url_util_dev.h 49 struct PP_URLComponent_Dev {
53 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_URLComponent_Dev, 8);
56 struct PP_URLComponent_Dev scheme;
57 struct PP_URLComponent_Dev username;
58 struct PP_URLComponent_Dev password;
59 struct PP_URLComponent_Dev host;
60 struct PP_URLComponent_Dev port;
61 struct PP_URLComponent_Dev path;
62 struct PP_URLComponent_Dev query;
63 struct PP_URLComponent_Dev ref
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_url_util_shared.cc 18 PP_URLComponent_Dev* output) {
  /external/chromium_org/ppapi/tests/
test_url_util.cc 13 static bool ComponentEquals(const PP_URLComponent_Dev& component,
  /external/chromium_org/ppapi/proxy/
ppapi_messages.h 207 IPC_STRUCT_TRAITS_BEGIN(PP_URLComponent_Dev)
    [all...]

Completed in 293 milliseconds