Searched defs:GetResult (Results 1 - 10 of 10) sorted by relevance

/external/chromium/net/base/
H A Dtest_completion_callback.cc29 int TestCompletionCallback::GetResult(int result) { function in class:TestCompletionCallback
/external/chromium/chrome/browser/diagnostics/
H A Ddiagnostics_test.cc33 DiagnosticsModel::TestResult DiagnosticTest::GetResult() { function in class:DiagnosticTest
/external/chromium/chrome/browser/extensions/
H A Dextension_function.cc46 const std::string AsyncExtensionFunction::GetResult() { function in class:AsyncExtensionFunction
H A Dextensions_quota_service_unittest.cc57 virtual const std::string GetResult() { return std::string(); } function in class:__anon1291::MockFunction
/external/chromium/sdch/open-vcdiff/src/
H A Dheaderparser.h204 // then *value is unchanged, and GetResult() can be called to return the
213 // return header_parser.GetResult();
225 // if (RESULT_SUCCESS != header_parser.GetResult()) {
226 // return header_parser.GetResult();
243 // GetResult() can be called to return the reason that the two values
325 VCDiffResult GetResult() const { function in class:open_vcdiff::VCDiffHeaderParser
354 // GetResult() can be called to return the reason that the two values could
/external/chromium/chrome/browser/google/
H A Dgoogle_update.cc214 STDMETHOD(GetResult)(GoogleUpdateUpgradeResult* result) { function in class:GoogleUpdateJobObserver
344 hr = job_observer->GetResult(&results);
/external/chromium/chrome/browser/sync/glue/
H A Ddata_type_manager_impl2_unittest.cc56 DataTypeManager::ConfigureResult GetResult( function
156 ::testing::ResultOf(&GetResult, result)));
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_service_browsertest.cc444 int GetResult() { function in class:TestSBClient
513 EXPECT_EQ(SafeBrowsingService::SAFE, client->GetResult());
524 EXPECT_EQ(SafeBrowsingService::BINARY_MALWARE_URL, client->GetResult());
540 EXPECT_EQ(SafeBrowsingService::SAFE, client->GetResult());
551 EXPECT_EQ(SafeBrowsingService::BINARY_MALWARE_URL, client->GetResult());
561 EXPECT_EQ(SafeBrowsingService::SAFE, client->GetResult());
572 EXPECT_EQ(SafeBrowsingService::BINARY_MALWARE_HASH, client->GetResult());
588 EXPECT_EQ(SafeBrowsingService::BINARY_MALWARE_URL, client->GetResult());
603 EXPECT_EQ(SafeBrowsingService::SAFE, client->GetResult());
621 EXPECT_EQ(SafeBrowsingService::BINARY_MALWARE_HASH, client->GetResult());
[all...]
/external/chromium/chrome/browser/webdata/
H A Dweb_data_service.cc538 request->GetResult());
542 WDTypedResult const *result = request->GetResult();
1330 const WDTypedResult* WebDataService::WebDataRequest::GetResult() const { function in class:WebDataService::WebDataRequest
/external/v8/src/
H A Dliveedit.cc296 Handle<JSArray> GetResult() { function in class:v8::internal::Differencer::CompareOutputArrayWriter
478 Handle<JSArray> GetResult() { function in class:v8::internal::Differencer::TokenizingLineArrayCompareOutput
479 return array_writer_.GetResult();
504 return output.GetResult();
751 Handle<JSArray> GetResult() { return result_; } function in class:v8::internal::Differencer::FunctionInfoListener
833 return *(listener.GetResult());
1135 Vector<byte> GetResult() { function in class:v8::internal::Differencer::RelocInfoBuffer
1209 Vector<byte> buffer = buffer_writer.GetResult();

Completed in 310 milliseconds