/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++) { 63 size_t match_count; local 64 const size_t* matches = results.MatchesForURL(url1, &match_count); 65 ASSERT_EQ(2U, match_count); 70 matches = results.MatchesForURL(url2, &match_count); 71 ASSERT_EQ(1U, match_count); 79 matches = results.MatchesForURL(url1, &match_count); 80 ASSERT_EQ(1U, match_count); 106 size_t match_count; local [all...] |
/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);
|
/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/ |
history_provider.cc | 88 size_t match_count = matches.size(); local 89 for (size_t i = 0; i < match_count;) { 97 } while ((i < match_count) && (offset == matches[i].offset));
|
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)
|
/external/chromium/chrome/browser/ui/views/ |
find_bar_view.h | 95 // match_count label. The user, however, expects being able to click anywhere 97 // match_count label) and have focus brought to the find box.
|
find_bar_view.cc | 222 // The match_count label may have increased/decreased in size so we need to
|
/external/chromium_org/chrome/test/functional/ |
chromeos_accessibility.py | 79 self.assertEqual(1, self.FindInPage('title')['match_count'], 110 self.assertEqual(373, self.FindInPage('daughter of Prince')['match_count'],
|
gpu.py | 40 find_result = self.FindInPage(search)['match_count']
|
test_pyauto.py | 36 self.assertEqual(self.FindInPage(flag)['match_count'], 1,
|
fullscreen_mouselock.py | 561 'This text is outside of the container')['match_count'],
|
/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/chrome/browser/ui/views/ |
find_bar_view.h | 99 // match_count label. The user, however, expects being able to click anywhere 101 // match_count label) and have focus brought to the find box.
|
find_bar_view.cc | 219 // The match_count label may have increased/decreased in size so we need to
|
/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_org/android_webview/native/ |
aw_contents.h | 142 int match_count,
|
aw_contents.cc | 578 int match_count, 587 env, obj.obj(), active_ordinal, match_count, finished); [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
encodetable_test.cc | 119 static bool AnyMatch(int match_count) { return match_count != 0; }
|
/external/chromium_org/content/renderer/ |
render_view_impl.cc | 4661 int match_count = result ? 1 : 0; \/\/ 1 here means possibly more coming. local [all...] |
render_view_impl.h | [all...] |
/external/chromium/chrome/browser/automation/ |
automation_provider_observers.cc | [all...] |
/external/chromium_org/chrome/browser/automation/ |
automation_provider_observers.cc | [all...] |