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

  /external/chromium_org/ppapi/cpp/
url_request_info.h 114 /// SetMethod() sets the <code>PP_URLREQUESTPROPERTY_METHOD</code>
124 bool SetMethod(const Var& method_string) {
  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 94 new_shadow_frame->SetMethod(method);
  /external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader_handler.cc 37 url_request_.SetMethod("GET");
  /external/chromium_org/ppapi/examples/url_loader/
stream_to_file.cc 90 request.SetMethod("GET");
streaming.cc 85 request.SetMethod("GET");
  /external/chromium_org/ppapi/tests/
test_url_loader.cc 303 request.SetMethod(method);
313 request.SetMethod(method);
346 request.SetMethod("POST");
368 request.SetMethod("POST");
389 request.SetMethod("POST");
397 request.SetMethod("POST");
408 request.SetMethod("POST");
416 request.SetMethod("POST");
435 request.SetMethod("POST");
  /art/runtime/
object_utils.h 384 SetMethod(m);
391 SetMethod(m);
409 SetMethod(new_m);
645 void SetMethod(const mirror::ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
stack.h 209 void SetMethod(mirror::ArtMethod* method) {
  /external/chromium_org/content/renderer/pepper/
pepper_url_request_unittest.cc 227 TEST_F(URLRequestInfoTest, SetMethod) {
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 217 request_info.SetMethod("GET");
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
drive.cc 108 url_request.SetMethod(params.method);

Completed in 330 milliseconds