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

  /external/chromium/chrome/browser/
external_protocol_handler.cc 63 bool should_block; local
65 if (!win_pref->GetBoolean(denied_schemes[i], &should_block)) {
71 if (!win_pref->GetBoolean(allowed_schemes[i], &should_block)) {
101 bool should_block; local
102 if (update_excluded_schemas->GetBoolean(scheme, &should_block))
103 return should_block ? BLOCK : DONT_BLOCK;
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler.cc 181 bool should_block; local
183 if (!win_pref->GetBoolean(denied_schemes[i], &should_block)) {
189 if (!win_pref->GetBoolean(allowed_schemes[i], &should_block)) {
219 bool should_block; local
220 if (update_excluded_schemas->GetBoolean(scheme, &should_block))
221 return should_block ? BLOCK : DONT_BLOCK;
  /external/blktrace/
blkparse.c 2162 int pdu_len, should_block, ret; local
    [all...]

Completed in 878 milliseconds