Searched defs:found_match (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_data.cc59 bool found_match = false; local
64 found_match = true;
69 if (!found_match) {
/external/chromium_org/tools/gn/
H A Dsubstitution_pattern.cc58 bool found_match = false; local
66 found_match = true;
72 if (!found_match) {
H A Doperators.cc84 bool found_match = false; local
87 found_match = true;
93 if (!found_match) {
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_impl.cc468 bool found_match = false; local
471 found_match = true;
475 if (!found_match && csrc) {
485 bool found_match = false; local
488 found_match = true;
492 if (!found_match && csrc) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector_browsertest.cc770 bool found_match = false; local
784 found_match = true;
789 EXPECT_TRUE(found_match) << "No matching interface for fake device " << i;
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc272 bool found_match = false; local
275 if (!found_match) {
276 found_match = (strncmp(line_cur, "build=", 6) == 0);
287 if (!found_match) {
291 found_match = (chars_scanned > 0 && !has_leading_space);
301 if (!found_match) {
304 found_match = (chars_scanned > 0);
307 if (!found_match)
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc272 bool found_match = false; local
275 if (!found_match) {
276 found_match = (strncmp(line_cur, "build=", 6) == 0);
287 if (!found_match) {
291 found_match = (chars_scanned > 0 && !has_leading_space);
301 if (!found_match) {
304 found_match = (chars_scanned > 0);
307 if (!found_match)
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache_unittest.cc372 bool found_match = false; local
376 found_match = true;
394 if (!found_match)
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_dispatcher_host_unittest.cc369 bool found_match = false; local
378 EXPECT_FALSE(found_match);
379 found_match = true;
390 EXPECT_FALSE(found_match);
391 found_match = true;
394 if (!found_match)
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c1540 int found_match; local
1606 found_match = 1;
1626 found_match = 0;
1631 found_match = 0;
1635 if (found_match) {
1640 if (!found_match) {
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc177 bool found_match = false; local
188 found_match = true;
192 return found_match;

Completed in 3598 milliseconds