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

  /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/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/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/srec/seti/sltsEngine/src/
run_seq_lts.c 1540 int found_match; local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 211 found_match = match(last_in_line_regex, current_line)
212 if found_match:
213 return Position(current_row, found_match.end(1))
    [all...]

Completed in 70 milliseconds