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

  /external/chromium/chrome/browser/
external_protocol_handler.h 17 enum BlockState {
24 static BlockState GetBlockState(const std::string& scheme);
27 static void SetBlockState(const std::string& scheme, BlockState state);
external_protocol_handler.cc 78 ExternalProtocolHandler::BlockState ExternalProtocolHandler::GetBlockState(
111 BlockState state) {
138 BlockState block_state = GetBlockState(escaped_url.scheme());
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler.h 21 enum BlockState {
33 virtual BlockState GetBlockState(const std::string& scheme) = 0;
44 static BlockState GetBlockState(const std::string& scheme);
47 static void SetBlockState(const std::string& scheme, BlockState state);
external_protocol_handler_unittest.cc 53 virtual ExternalProtocolHandler::BlockState GetBlockState(
84 void set_block_state(ExternalProtocolHandler::BlockState value) {
93 ExternalProtocolHandler::BlockState block_state_;
115 void DoTest(ExternalProtocolHandler::BlockState block_state,
external_protocol_handler.cc 47 ExternalProtocolHandler::BlockState GetBlockStateWithDelegate(
196 ExternalProtocolHandler::BlockState ExternalProtocolHandler::GetBlockState(
229 BlockState state) {
256 BlockState block_state = GetBlockStateWithDelegate(escaped_url.scheme(),
  /external/v8/src/
parser.h 479 class BlockState;
837 friend class BlockState;
parser.cc 462 // FunctionState and BlockState together implement the parser's scope stack.
463 // The parser's current scope is in top_scope_. The BlockState and
468 class Parser::BlockState BASE_EMBEDDED {
470 BlockState(Parser* parser, Scope* scope)
476 ~BlockState() { parser_->top_scope_ = outer_scope_; }
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 196 ExternalProtocolHandler::BlockState block_state =
  /external/chromium_org/v8/src/
parser.h 494 class BlockState;
878 friend class BlockState;
parser.cc 466 // FunctionState and BlockState together implement the parser's scope stack.
467 // The parser's current scope is in top_scope_. The BlockState and
472 class Parser::BlockState BASE_EMBEDDED {
474 BlockState(Parser* parser, Scope* scope)
480 ~BlockState() { parser_->top_scope_ = outer_scope_; }
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 184 ExternalProtocolHandler::BlockState block_state =
    [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.cpp     [all...]

Completed in 846 milliseconds