Home
last modified time | relevance | path

Searched refs:result_id (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api_browsertest.cc1480 int result_id = -1; in IN_PROC_BROWSER_TEST_F() local
1481 ASSERT_TRUE(result->GetAsInteger(&result_id)); in IN_PROC_BROWSER_TEST_F()
1482 DownloadItem* item = GetCurrentManager()->GetDownload(result_id); in IN_PROC_BROWSER_TEST_F()
1501 result_id, in IN_PROC_BROWSER_TEST_F()
1509 result_id))); in IN_PROC_BROWSER_TEST_F()
1527 int result_id = -1; in IN_PROC_BROWSER_TEST_F() local
1528 ASSERT_TRUE(result->GetAsInteger(&result_id)); in IN_PROC_BROWSER_TEST_F()
1529 DownloadItem* item = GetCurrentManager()->GetDownload(result_id); in IN_PROC_BROWSER_TEST_F()
1548 result_id, in IN_PROC_BROWSER_TEST_F()
1556 result_id))); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/chrome/browser/ui/app_list/search/
Dhistory_data.cc52 void HistoryData::Add(const std::string& query, const std::string& result_id) { in Add() argument
58 data.primary = result_id; in Add()
61 store_->SetPrimary(query, result_id); in Add()
73 if (!secondary.empty() && secondary.back() == result_id) { in Add()
75 if (data.primary == result_id) in Add()
82 data.primary = result_id; in Add()
84 store_->SetPrimary(query, result_id); in Add()
91 std::find(secondary.begin(), secondary.end(), result_id); in Add()
95 secondary.push_back(result_id); in Add()
Dhistory_unittest.cc133 KnownResultType GetResultType(const std::string& result_id) { in GetResultType() argument
134 return known_results_->find(result_id) != known_results_->end() in GetResultType()
135 ? (*known_results_.get())[result_id] in GetResultType()
278 std::string result_id = base::StringPrintf("%d", static_cast<int>(i)); in TEST_F() local
279 history()->AddLaunchEvent(kQuery, result_id); in TEST_F()
Dhistory.cc45 const std::string& result_id) { in AddLaunchEvent() argument
47 data_->Add(NormalizeString(query), result_id); in AddLaunchEvent()
Dhistory.h42 void AddLaunchEvent(const std::string& query, const std::string& result_id);
Dhistory_data.h63 void Add(const std::string& query, const std::string& result_id);
/external/chromium_org/third_party/webrtc/base/
Dmacutils.cc156 OSAID script_id, result_id; in RunAppleScript() local
161 result_id = kOSANullScript; in RunAppleScript()
187 &result_id); in RunAppleScript()
207 if (result_id != kOSANullScript) { in RunAppleScript()
208 OSADispose(component, result_id); in RunAppleScript()
/external/chromium_org/components/autofill/core/common/
Dsave_password_progress_logger.cc201 SavePasswordProgressLogger::StringID result_id = in FormSchemeToString() local
205 result_id = SavePasswordProgressLogger::STRING_SCHEME_HTML; in FormSchemeToString()
208 result_id = SavePasswordProgressLogger::STRING_SCHEME_BASIC; in FormSchemeToString()
211 result_id = SavePasswordProgressLogger::STRING_SCHEME_DIGEST; in FormSchemeToString()
214 result_id = SavePasswordProgressLogger::STRING_OTHER; in FormSchemeToString()
217 return GetStringFromID(result_id); in FormSchemeToString()
/external/chromium_org/content/renderer/media/crypto/
Dencrypted_media_player_support_impl.cc110 MediaKeyException result_id = MediaKeyExceptionForUMA(e); in ReportMediaKeyExceptionToUMA() local
111 DCHECK_NE(result_id, kUnknownResultId) << e; in ReportMediaKeyExceptionToUMA()
113 key_system, method, result_id, kMaxMediaKeyException); in ReportMediaKeyExceptionToUMA()
/external/lldb/source/Expression/
DASTResultSynthesizer.cpp371 IdentifierInfo &result_id = Ctx.Idents.get("$__lldb_expr_result"); in SynthesizeBodyResult() local
377 &result_id, in SynthesizeBodyResult()
/external/chromium_org/content/renderer/media/android/
Dwebmediaplayer_android.cc1466 MediaKeyException result_id = MediaKeyExceptionForUMA(e); in ReportMediaKeyExceptionToUMA() local
1467 DCHECK_NE(result_id, kUnknownResultId) << e; in ReportMediaKeyExceptionToUMA()
1469 key_system, method, result_id, kMaxMediaKeyException); in ReportMediaKeyExceptionToUMA()