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

  /external/chromium_org/ppapi/shared_impl/
ppb_url_util_shared.h 25 static PP_Var Canonicalize(PP_Var url, PP_URLComponents_Dev* components);
28 PP_URLComponents_Dev* components);
34 PP_URLComponents_Dev* components);
45 PP_URLComponents_Dev* components);
ppb_url_util_shared.cc 29 void ConvertComponents(const url::Parsed& input, PP_URLComponents_Dev* output) {
47 PP_URLComponents_Dev* components) {
59 PP_URLComponents_Dev* components) {
92 PP_URLComponents_Dev* components) {
101 PP_URLComponents_Dev* components) {
  /external/chromium_org/ppapi/c/dev/
ppb_url_util_dev.h 55 struct PP_URLComponents_Dev {
65 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_URLComponents_Dev, 64);
92 struct PP_URLComponents_Dev* components);
112 struct PP_URLComponents_Dev* components);
125 struct PP_URLComponents_Dev* components);
153 struct PP_URLComponents_Dev* components);
166 struct PP_URLComponents_Dev* components);
177 struct PP_URLComponents_Dev* components);
184 struct PP_URLComponents_Dev* components);
188 struct PP_URLComponents_Dev* components)
    [all...]
  /external/chromium_org/ppapi/cpp/dev/
url_util_dev.h 25 PP_URLComponents_Dev* components = NULL) const;
29 PP_URLComponents_Dev* components = NULL) const;
32 PP_URLComponents_Dev* components = NULL) const;
39 PP_URLComponents_Dev* components = NULL) const;
42 PP_URLComponents_Dev* components = NULL) const;
44 PP_URLComponents_Dev* components = NULL) const;
url_util_dev.cc 43 PP_URLComponents_Dev* components) const {
59 PP_URLComponents_Dev* components) const {
80 PP_URLComponents_Dev* components) const {
151 PP_URLComponents_Dev* components) const {
168 PP_URLComponents_Dev* components) const {
185 PP_URLComponents_Dev* components) const {
  /external/chromium_org/ppapi/api/dev/
ppb_url_util_dev.idl 40 struct PP_URLComponents_Dev {
68 PP_Var Canonicalize([in] PP_Var url, [out] PP_URLComponents_Dev components);
89 [out] PP_URLComponents_Dev components);
103 [out] PP_URLComponents_Dev components);
136 [out] PP_URLComponents_Dev components);
149 [out] PP_URLComponents_Dev components);
161 [out] PP_URLComponents_Dev components);
  /external/chromium_org/ppapi/thunk/
ppb_url_util_thunk.cc 18 PP_URLComponents_Dev* components) {
41 PP_URLComponents_Dev* components) {
49 PP_URLComponents_Dev* components) {
57 PP_URLComponents_Dev* components) {
ppb_instance_api.h 155 PP_URLComponents_Dev* components) = 0;
204 PP_URLComponents_Dev* components) = 0;
209 PP_URLComponents_Dev* components) = 0;
211 PP_URLComponents_Dev* components) = 0;
  /external/chromium_org/ppapi/c/private/
ppb_testing_private.h 124 struct PP_URLComponents_Dev* components);
  /external/chromium_org/ppapi/api/private/
ppb_testing_private.idl 112 [out] PP_URLComponents_Dev components);