/external/chromium_org/chrome/browser/extensions/api/downloads/ |
D | downloads_api_browsertest.cc | 1480 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/ |
D | history_data.cc | 52 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()
|
D | history_unittest.cc | 133 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()
|
D | history.cc | 45 const std::string& result_id) { in AddLaunchEvent() argument 47 data_->Add(NormalizeString(query), result_id); in AddLaunchEvent()
|
D | history.h | 42 void AddLaunchEvent(const std::string& query, const std::string& result_id);
|
D | history_data.h | 63 void Add(const std::string& query, const std::string& result_id);
|
/external/chromium_org/third_party/webrtc/base/ |
D | macutils.cc | 156 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/ |
D | save_password_progress_logger.cc | 201 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/ |
D | encrypted_media_player_support_impl.cc | 110 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/ |
D | ASTResultSynthesizer.cpp | 371 IdentifierInfo &result_id = Ctx.Idents.get("$__lldb_expr_result"); in SynthesizeBodyResult() local 377 &result_id, in SynthesizeBodyResult()
|
/external/chromium_org/content/renderer/media/android/ |
D | webmediaplayer_android.cc | 1466 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()
|