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

  /external/chromium/chrome/browser/
external_protocol_handler.cc 78 ExternalProtocolHandler::BlockState ExternalProtocolHandler::GetBlockState(
138 BlockState block_state = GetBlockState(escaped_url.scheme());
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler.cc 51 return ExternalProtocolHandler::GetBlockState(scheme);
53 return delegate->GetBlockState(scheme);
196 ExternalProtocolHandler::BlockState ExternalProtocolHandler::GetBlockState(

Completed in 1264 milliseconds