Home
last modified time | relevance | path

Searched refs:matchesCount (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextEncodingDetector.cpp44 int matchesCount = 0; in detectTextEncoding() local
64 const UCharsetMatch** matches = ucsdet_detectAll(detector, &matchesCount, &status); in detectTextEncoding()
82 for (int i = 0; i < matchesCount; ++i) { in detectTextEncoding()
105 if (!encoding && matchesCount > 0) in detectTextEncoding()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTests.js686 var matchesCount = 0;
690 ++matchesCount;
695 ++matchesCount;
707 if (matchesCount === 2)
715 if (matchesCount === 2) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelinePanel.js923 var matchesCount = matches.length;
924 if (matchesCount) {
926 this._searchableView.updateSearchMatchesCount(matchesCount);