Searched refs:DONT_BLOCK (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_scheme_classifier.cc51 case ExternalProtocolHandler::DONT_BLOCK:
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler_unittest.cc73 ASSERT_EQ(block_state_, ExternalProtocolHandler::DONT_BLOCK);
162 DoTest(ExternalProtocolHandler::DONT_BLOCK,
168 DoTest(ExternalProtocolHandler::DONT_BLOCK,
174 DoTest(ExternalProtocolHandler::DONT_BLOCK,
H A Dexternal_protocol_handler.h22 DONT_BLOCK, enumerator in enum:ExternalProtocolHandler::BlockState
H A Dexternal_protocol_handler.cc230 return should_block ? BLOCK : DONT_BLOCK;
/external/chromium_org/chrome/browser/ui/
H A Dexternal_protocol_dialog_delegate.cc66 url.scheme(), ExternalProtocolHandler::DONT_BLOCK);
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_protocol_dialog.cc69 scheme_, ExternalProtocolHandler::DONT_BLOCK);

Completed in 818 milliseconds