HomeSort by relevance Sort by last modified time
    Searched defs:GetResult (Results 1 - 24 of 24) sorted by null

  /external/chromium/net/base/
test_completion_callback.cc 29 int TestCompletionCallback::GetResult(int result) {
  /external/chromium/chrome/browser/diagnostics/
diagnostics_test.cc 33 DiagnosticsModel::TestResult DiagnosticTest::GetResult() {
  /art/compiler/sea_ir/debug/
dot_gen.h 86 std::string GetResult() const {
110 std::string graph_as_string = dgv.GetResult();
  /external/chromium/chrome/browser/extensions/
extension_function.cc 46 const std::string AsyncExtensionFunction::GetResult() {
extensions_quota_service_unittest.cc 57 virtual const std::string GetResult() { return std::string(); }
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_test.cc 67 DiagnosticsModel::TestResult DiagnosticsTest::GetResult() const {
  /external/chromium_org/components/webdata/common/
web_data_request_manager.cc 66 scoped_ptr<WDTypedResult> WebDataRequest::GetResult(){
140 scoped_ptr<WDTypedResult> r = request->GetResult();
  /external/chromium_org/net/base/
test_completion_callback.h 58 R GetResult(R result) {
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl2_unittest.cc 56 DataTypeManager::ConfigureResult GetResult(
156 ::testing::ResultOf(&GetResult, result)));
  /external/chromium/sdch/open-vcdiff/src/
headerparser.h 204 // 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 {
354 // GetResult() can be called to return the reason that the two values could
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache_unittest.cc 56 ASSERT_EQ(net::OK, init_cb.GetResult(rv));
69 EXPECT_EQ(net::OK, store_cb.GetResult(net::ERR_IO_PENDING));
74 // Then call GetResult, which will pump the message loop until it gets a result,
83 net::DrainableIOBuffer* GetResult(int* result) {
107 scoped_refptr<net::DrainableIOBuffer> buf(load_cb.GetResult(&rv));
205 EXPECT_EQ(net::ERR_FAILED, store_cb.GetResult(net::ERR_IO_PENDING));
257 scoped_refptr<net::DrainableIOBuffer> buf(load_cb.GetResult(&rv));
  /external/chromium_org/gpu/command_buffer/client/
query_tracker.cc 189 uint32 QueryTracker::Query::GetResult() const {
  /external/chromium_org/net/proxy/
dhcp_proxy_script_adapter_fetcher_win.cc 101 int DhcpProxyScriptAdapterFetcher::GetResult() const {
  /external/chromium_org/sdch/open-vcdiff/src/
headerparser.h 204 // 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 {
354 // GetResult() can be called to return the reason that the two values could
  /external/open-vcdiff/src/
headerparser.h 204 // 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 {
354 // GetResult() can be called to return the reason that the two values could
  /external/chromium/chrome/browser/google/
google_update.cc 214 STDMETHOD(GetResult)(GoogleUpdateUpgradeResult* result) {
344 hr = job_observer->GetResult(&results);
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 193 STDMETHOD(GetResult)(GoogleUpdateUpgradeResult* result) {
348 hr = job_observer->GetResult(&results);
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 383 bool IMM32Manager::GetResult(
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 444 int GetResult() {
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_org/third_party/handlebar/
handlebar.py 259 def GetResult(self):
1001 return render_state.GetResult()
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 538 request->GetResult());
542 WDTypedResult const *result = request->GetResult();
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 324 HRESULT GetResult()
365 HRESULT res = Status->GetResult();
  /external/chromium_org/v8/src/
liveedit.cc 356 Handle<JSArray> GetResult() {
569 Handle<JSArray> GetResult() {
570 return array_writer_.GetResult();
601 return output.GetResult();
883 Handle<JSArray> GetResult() { return result_; }
995 return *(listener.GetResult());
    [all...]
  /external/v8/src/
liveedit.cc 353 Handle<JSArray> GetResult() {
562 Handle<JSArray> GetResult() {
563 return array_writer_.GetResult();
594 return output.GetResult();
842 Handle<JSArray> GetResult() { return result_; }
905 return *(listener.GetResult());
    [all...]

Completed in 1243 milliseconds