Home
last modified time | relevance | path

Searched refs:GetBlockState (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
Dexternal_protocol_handler.cc78 ExternalProtocolHandler::BlockState ExternalProtocolHandler::GetBlockState( in GetBlockState() function in ExternalProtocolHandler
138 BlockState block_state = GetBlockState(escaped_url.scheme()); in LaunchUrl()
Dexternal_protocol_handler.h24 static BlockState GetBlockState(const std::string& scheme);
/external/chromium/chrome/browser/autocomplete/
Dautocomplete.cc185 ExternalProtocolHandler::GetBlockState(UTF16ToUTF8(parsed_scheme)); in Parse()