Searched defs:in_method (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium_unittest.cc21 const MethodID in_method = kSequentialFileRead; local
22 const Status s = MakeIOError("Somefile.txt", "message", in_method);
27 EXPECT_EQ(in_method, method);
32 const MethodID in_method = kWritableFileClose; local
35 const Status s = MakeIOError("Somefile.txt", "message", in_method, pfe);
40 EXPECT_EQ(in_method, method);
45 const MethodID in_method = kWritableFileFlush; local
48 MakeIOError("Somefile.txt", "message", in_method, some_errno);
53 EXPECT_EQ(in_method, method);
/external/chromium/chrome/common/
H A Dautomation_messages.cc18 const std::string& in_method,
25 method(in_method),
16 AutomationURLRequest( const std::string& in_url, const std::string& in_method, const std::string& in_referrer, const std::string& in_extra_request_headers, scoped_refptr<net::UploadData> in_upload_data, int in_resource_type, int in_load_flags) argument

Completed in 85 milliseconds