Searched defs:GetResult (Results 1 - 24 of 24) 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:__anon2181::MockFunction
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_test.cc93 DiagnosticsModel::TestResult DiagnosticsTest::GetResult() const { function in class:diagnostics::DiagnosticsTest
/external/chromium_org/components/webdata/common/
H A Dweb_data_request_manager.cc66 scoped_ptr<WDTypedResult> WebDataRequest::GetResult(){ function in class:WebDataRequest
140 scoped_ptr<WDTypedResult> r = request->GetResult();
/external/chromium_org/net/base/
H A Dtest_completion_callback.h58 R GetResult(R result) { function in class:net::internal::TestCompletionCallbackTemplate
/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_org/components/nacl/browser/
H A Dpnacl_translation_cache_unittest.cc62 ASSERT_EQ(net::OK, init_cb.GetResult(rv));
75 EXPECT_EQ(net::OK, store_cb.GetResult(net::ERR_IO_PENDING));
80 // Then call GetResult, which will pump the message loop until it gets a result,
89 net::DrainableIOBuffer* GetResult(int* result) { function in class:pnacl::TestNexeCallback
113 scoped_refptr<net::DrainableIOBuffer> buf(load_cb.GetResult(&rv));
213 EXPECT_EQ(net::ERR_FAILED, store_cb.GetResult(net::ERR_IO_PENDING));
265 scoped_refptr<net::DrainableIOBuffer> buf(load_cb.GetResult(&rv));
/external/chromium_org/gpu/command_buffer/client/
H A Dquery_tracker.cc188 uint32 QueryTracker::Query::GetResult() const { function in class:gpu::gles2::QueryTracker::Query
/external/chromium_org/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/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_org/chrome/browser/google/
H A Dgoogle_update_win.cc193 STDMETHOD(GetResult)(GoogleUpdateUpgradeResult* result) { function in class:GoogleUpdateJobObserver
348 hr = job_observer->GetResult(&results);
/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_adapter_fetcher_win.cc103 int DhcpProxyScriptAdapterFetcher::GetResult() const { function in class:net::DhcpProxyScriptAdapterFetcher
/external/chromium_org/third_party/handlebar/
H A Dhandlebar.py270 def GetResult(self): member in class:_RenderState
1143 return render_state.GetResult()
/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager.cc383 bool IMM32Manager::GetResult( function in class:ui::IMM32Manager
/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/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_popup_view_gtk.cc259 const AutocompleteResult& result = GetResult();
346 return std::min(line + GetHiddenMatchCount(), GetResult().size() - 1);
358 return GetResult().ShouldHideTopMatch() ? 1 : 0;
361 const AutocompleteResult& OmniboxPopupViewGtk::GetResult() const { function in class:OmniboxPopupViewGtk
494 omnibox_view_->OpenMatch(GetResult().match_at(line), disposition, GURL(),
544 const AutocompleteResult& result = GetResult();
617 const AutocompleteResult& result = GetResult();
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp324 HRESULT GetResult() function in class:CBenchProgressStatus
365 HRESULT res = Status->GetResult();
/external/v8/src/
H A Dliveedit.cc353 Handle<JSArray> GetResult() { function in class:v8::internal::Differencer::CompareOutputArrayWriter
562 Handle<JSArray> GetResult() { function in class:v8::internal::Differencer::TokenizingLineArrayCompareOutput
563 return array_writer_.GetResult();
594 return output.GetResult();
842 Handle<JSArray> GetResult() { return result_; } function in class:v8::internal::Differencer::FunctionInfoListener
905 return *(listener.GetResult());
1209 Vector<byte> GetResult() { function in class:v8::internal::Differencer::RelocInfoBuffer
1284 Vector<byte> buffer = buffer_writer.GetResult();
/external/chromium_org/v8/src/
H A Dliveedit.cc356 Handle<JSArray> GetResult() { function in class:v8::internal::Differencer::CompareOutputArrayWriter
569 Handle<JSArray> GetResult() { function in class:v8::internal::Differencer::TokenizingLineArrayCompareOutput
570 return array_writer_.GetResult();
601 return output.GetResult();
886 Handle<JSArray> GetResult() { return result_; } function in class:v8::internal::Differencer::FunctionInfoListener
996 return *(listener.GetResult());
1436 Vector<byte> GetResult() { function in class:v8::internal::Differencer::RelocInfoBuffer
1515 Vector<byte> buffer = buffer_writer.GetResult();

Completed in 777 milliseconds