/external/chromium/base/ |
D | timer.h | 144 method_(method) { in TimerTask() 161 DispatchToMethod(receiver_, method_, Tuple0()); in Run() 165 return new TimerTask(delay_, receiver_, method_); in Clone() 194 ReceiverMethod method_; variable 226 method_(method), in DelayTimer() 259 (receiver_->*method_)(); in Check() 263 const ReceiverMethod method_; variable
|
/external/chromium/net/url_request/ |
D | url_request_netlog_params.cc | 17 method_(method), in URLRequestStartEventParameters() 25 dict->SetString("method", method_); in ToValue()
|
D | url_request.cc | 116 method_("GET"), in URLRequest() 343 method_ = method; in set_method() 410 url(), method_, load_flags_, priority_))); in StartJob() 616 strip_post_specific_headers = method_ == "POST"; in Redirect() 617 method_ = "GET"; in Redirect()
|
D | url_request_netlog_params.h | 38 const std::string method_; variable
|
D | url_request.h | 294 const std::string& method() const { return method_; } in method() 634 std::string method_; // "GET", "POST", etc. Should be all uppercase. variable
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common.h | 843 : object_(object), method_(method), self_deleting_(self_deleting) {} in MethodClosure0() 847 (object_->*method_)(); in Run() 853 MethodType method_; variable 886 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure1() 891 (object_->*method_)(arg1_); in Run() 897 MethodType method_; variable 932 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure2() 937 (object_->*method_)(arg1_, arg2_); in Run() 943 MethodType method_; variable
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 881 method_(""), in MockTestService() 899 method_ = "Foo"; in Foo() 912 method_ = "Bar"; in Bar() 922 string method_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService 933 method_(NULL), in MockRpcChannel() 955 method_ = method; in CallMethod() 965 const MethodDescriptor* method_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel 1064 EXPECT_EQ("Foo" , mock_service_.method_ ); in TEST_F() 1076 EXPECT_EQ("Bar", mock_service_.method_); in TEST_F() 1118 EXPECT_EQ(foo_ , mock_channel_.method_ ); in TEST_F() [all …]
|
/external/webp/src/enc/ |
D | analysis.c | 235 const int max_mode = (it->enc_->method_ >= 3) ? MAX_INTRA16_MODE : 4; in MBAnalyzeBestIntra16Mode() 257 const int max_mode = (it->enc_->method_ >= 3) ? MAX_INTRA4_MODE : NUM_BMODES; in MBAnalyzeBestIntra4Mode() 289 const int max_mode = (it->enc_->method_ >= 3) ? MAX_UV_MODE : 4; in MBAnalyzeBestUVMode() 315 if (enc->method_ != 3) { in MBAnalyze()
|
D | quant.c | 161 (enc->method_ >= 4) ? enc->config_->sns_strength in SetupMatrices() 903 if (it->enc_->method_ >= 2) { in VP8Decimate() 913 it->do_trellis_ = (it->enc_->method_ == 2); in VP8Decimate()
|
D | webpenc.c | 115 enc->method_ = method; in MapConfigToTools()
|
D | vp8enci.h | 362 int method_; // 0=fastest, 6=best/slowest. member
|
D | frame.c | 675 const int fast_probe = (enc->method_ < 2 && !do_search); in VP8StatLoop() 687 const int rd_opt = (enc->method_ > 2); in VP8StatLoop()
|
/external/chromium/chrome/browser/search_engines/ |
D | template_url_parser.cc | 102 method_(GET), in ParsingContext() 193 void set_method(Method method) { method_ = method; } in set_method() 194 Method method() { return method_; } in method() 244 Method method_; member in __anonf36477230111::ParsingContext
|
/external/chromium/chrome/browser/autofill/ |
D | form_structure.h | 174 RequestMethod method_; variable
|
D | form_structure.cc | 80 method_ = POST; in FormStructure() 84 method_ = GET; in FormStructure() 325 return !require_method_post || (method_ == POST); in ShouldBeParsed()
|
/external/chromium/chrome/browser/ui/webui/ |
D | net_internals_ui.cc | 376 method_(method) { in CallbackHelper() 392 list_copy, method_))) { in RunWithParams() 400 IOThreadImpl::MessageHandler method_; member in __anonb626c2e70111::NetInternalsMessageHandler::IOThreadImpl::CallbackHelper
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 1232 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_; 3421 return method_.size(); in method_size() 3424 method_.Clear(); in clear_method() 3427 return method_.Get(index); in method() 3430 return method_.Mutable(index); in mutable_method() 3433 return method_.Add(); in add_method() 3437 return method_; in method() 3441 return &method_; in mutable_method()
|
D | descriptor.pb.cc | 221 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, method_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 3495 method_.Clear(); in Clear() 3681 method_.MergeFrom(from.method_); in MergeFrom() 3719 method_.Swap(&other->method_); in Swap()
|
/external/chromium/testing/ |
D | gmock_mutant.h | 921 : obj_(obj), method_(method), pb_(pb) { in Mutant() 926 return DispatchToMethod<R>(this->obj_, this->method_, pb_, params); in RunWithParams() 930 Method method_; variable 959 : obj_(obj), method_(method), pb_(pb) { in MutantLateObjectBind() 967 return DispatchToMethod<R>( *this->obj_, this->method_, pb_, params); in RunWithParams() 971 Method method_; variable
|