HomeSort by relevance Sort by last modified time
    Searched refs:match_count (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/android_webview/browser/
find_helper.cc 57 int match_count,
65 NotifyResults(active_ordinal, match_count, finished);
101 int match_count,
104 if (match_count == -1)
105 match_count = last_match_count_;
107 last_match_count_ = match_count;
120 if (match_count == -1) {
122 match_count = 0;
135 listener_->OnFindResultReceived(active_ordinal, match_count, finished);
find_helper.h 22 int match_count,
37 int match_count,
47 void NotifyResults(int active_ordinal, int match_count, bool finished);
  /external/chromium/chrome/browser/history/
history_types_unittest.cc 19 size_t match_count; local
20 const size_t* matches = result.MatchesForURL(result[i].url(), &match_count);
23 for (size_t match = 0; match < match_count; match++) {
77 size_t match_count; local
78 const size_t* matches = results.MatchesForURL(url1, &match_count);
79 ASSERT_EQ(2U, match_count);
84 matches = results.MatchesForURL(url2, &match_count);
85 ASSERT_EQ(1U, match_count);
93 matches = results.MatchesForURL(url1, &match_count);
94 ASSERT_EQ(1U, match_count);
120 size_t match_count; local
153 size_t match_count; local
    [all...]
  /external/chromium_org/chrome/browser/history/
history_types_unittest.cc 19 size_t match_count; local
20 const size_t* matches = result.MatchesForURL(result[i].url(), &match_count);
23 for (size_t match = 0; match < match_count; match++) {
77 size_t match_count; local
78 const size_t* matches = results.MatchesForURL(url1, &match_count);
79 ASSERT_EQ(2U, match_count);
84 matches = results.MatchesForURL(url2, &match_count);
85 ASSERT_EQ(1U, match_count);
93 matches = results.MatchesForURL(url1, &match_count);
94 ASSERT_EQ(1U, match_count);
120 size_t match_count; local
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 330 void JdwpState::CleanupMatchList(JdwpEvent** match_list, int match_count) {
333 while (match_count--) {
477 static JdwpSuspendPolicy scanSuspendPolicy(JdwpEvent** match_list, int match_count) {
480 while (match_count--) {
756 int match_count = 0; local
764 FindMatchingEvents(EK_BREAKPOINT, &basket, match_list, &match_count);
767 FindMatchingEvents(EK_SINGLE_STEP, &basket, match_list, &match_count);
770 FindMatchingEvents(EK_METHOD_ENTRY, &basket, match_list, &match_count);
773 FindMatchingEvents(EK_METHOD_EXIT, &basket, match_list, &match_count);
776 // FindMatchingEvents(EK_METHOD_EXIT_WITH_RETURN_VALUE, &basket, match_list, &match_count);
827 int match_count = 0; local
914 int match_count = 0; local
982 int match_count = 0; local
    [all...]
jdwp.h 279 int match_count)
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider_unittest.cc 183 // must equal |match_count|. The second index represents each expected
206 const size_t match_count; // This count must match the number of major member in struct:QueryData
252 EXPECT_LE(matches.size(), query_data[i].match_count)
256 EXPECT_GE(matches.size(), query_data[i].match_count)
283 // |match_count| must match the number of elements in the following
285 const size_t match_count; member in struct:QueryData
326 for (size_t j = 0; j < std::max(query_data[i].match_count, matches.size());
328 EXPECT_LT(j, query_data[i].match_count) << " Unexpected match '"
331 if (j >= query_data[i].match_count)
history_quick_provider.cc 333 size_t match_count = matches.size(); local
334 for (size_t i = 0; i < match_count;) {
342 } while ((i < match_count) && (offset == matches[i].offset));
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 227 size_t match_count = matches.size(); local
228 for (size_t i = 0; i < match_count;) {
236 } while ((i < match_count) && (offset == matches[i].offset));
  /external/chromium_org/tools/win/split_link/
split_link.py 320 match_count = 0
333 match_count += 1
334 if match_count == 0:
  /external/chromium/sdch/open-vcdiff/src/
encodetable_test.cc 119 static bool AnyMatch(int match_count) { return match_count != 0; }
  /external/chromium_org/android_webview/native/
aw_contents.h 148 int match_count,
aw_contents.cc 565 int match_count,
573 env, obj.obj(), active_ordinal, match_count, finished);
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 4787 int match_count = result ? 1 : 0; \/\/ 1 here means possibly more coming. local
    [all...]
render_view_impl.h     [all...]

Completed in 722 milliseconds