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

  /external/chromium_org/net/url_request/
redirect_info.h 29 std::string new_method; member in struct:net::RedirectInfo
url_request_job.cc 765 redirect_info.new_method = URLRequest::ComputeMethodForRedirect(
url_request.cc 988 if (redirect_info.new_method != method_) {
999 method_ = redirect_info.new_method;
    [all...]
  /external/chromium_org/third_party/protobuf/python/
mox.py 1371 def new_method(self, *args, **kwargs): function in function:MoxMetaTestBase.CleanUpTest
    [all...]
  /external/protobuf/python/
mox.py 1371 def new_method(self, *args, **kwargs): function in function:MoxMetaTestBase.CleanUpTest
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_url_fetcher.cc 220 redirect_info.new_method == "POST" &&
  /external/chromium_org/content/common/
resource_messages.h 130 IPC_STRUCT_TRAITS_MEMBER(new_method)
  /art/runtime/mirror/
art_method-inl.h 100 inline void ArtMethod::SetDexCacheResolvedMethod(uint16_t method_idx, ArtMethod* new_method) {
101 GetDexCacheResolvedMethods()->Set<false>(method_idx, new_method);
art_method.h 214 ALWAYS_INLINE void SetDexCacheResolvedMethod(uint16_t method_idx, ArtMethod* new_method)
  /external/chromium_org/mojo/services/network/
url_loader_impl.cc 259 response->redirect_method = redirect_info.new_method;
  /external/chromium_org/content/child/
web_url_loader_impl.cc 496 new_request.setHTTPMethod(WebString::fromUTF8(redirect_info.new_method));
497 if (redirect_info.new_method == old_method)
    [all...]
web_url_loader_impl_unittest.cc 288 redirect_info.new_method = "GET";
resource_dispatcher_unittest.cc 253 redirect_info.new_method = "GET";
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]

Completed in 3853 milliseconds