HomeSort by relevance Sort by last modified time
    Searched defs:found_match (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/password_manager/
password_form_data.cc 57 bool found_match = false; local
62 found_match = true;
67 if (!found_match) {
  /external/chromium/chrome/browser/password_manager/
password_form_data.cc 82 bool found_match = false; local
87 found_match = true;
92 if (!found_match) {
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 277 bool found_match = false; // stays false iff no dir matches restrict local
285 found_match = true; // this flag passed the match!
299 if (!found_match && !substrings.empty()) {
  /external/chromium_org/tools/gn/
operators.cc 62 bool found_match = false; local
65 found_match = true;
71 if (!found_match) {
  /external/open-vcdiff/gflags/src/
gflags_reporting.cc 277 bool found_match = false; // stays false iff no dir matches restrict local
285 found_match = true; // this flag passed the match!
299 if (!found_match && !substrings.empty()) {
  /external/chromium/chrome/browser/importer/
profile_writer.cc 332 bool found_match = true; local
336 (path_it != entry.path.rend()) && found_match; ++path_it) {
341 found_match = false;
350 if (found_match &&
355 found_match = false;
358 if (found_match)
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 272 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/
profiledata_unittest.cc 272 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/chromeos/policy/
device_status_collector_browsertest.cc 751 bool found_match = false; local
765 found_match = true;
770 EXPECT_TRUE(found_match) << "No matching interface for fake device " << i;
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_dispatcher_host_unittest.cc 330 bool found_match = false; local
339 EXPECT_FALSE(found_match);
340 found_match = true;
351 EXPECT_FALSE(found_match);
352 found_match = true;
355 if (!found_match)
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 390 bool found_match = false; local
394 found_match = true;
412 if (!found_match)
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 174 bool found_match = false; local
185 found_match = true;
189 return found_match;
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 1540 int found_match; local
    [all...]

Completed in 912 milliseconds