Searched refs:BlockState (Results 1 – 6 of 6) sorted by relevance
17 enum BlockState { enum24 static BlockState GetBlockState(const std::string& scheme);27 static void SetBlockState(const std::string& scheme, BlockState state);
78 ExternalProtocolHandler::BlockState ExternalProtocolHandler::GetBlockState( in GetBlockState()111 BlockState state) { in SetBlockState()138 BlockState block_state = GetBlockState(escaped_url.scheme()); in LaunchUrl()
106 ExternalProtocolHandler::BlockState blockState =
479 class BlockState; variable837 friend class BlockState; variable
468 class Parser::BlockState BASE_EMBEDDED {470 BlockState(Parser* parser, Scope* scope) in BlockState() function in v8::internal::BASE_EMBEDDED476 ~BlockState() { parser_->top_scope_ = outer_scope_; } in ~BlockState()1319 BlockState block_state(this, scope); in ParseModuleLiteral()2001 { BlockState block_state(this, block_scope); in ParseScopedBlock()2583 { BlockState block_state(this, with_scope); in ParseWithStatement()2729 BlockState block_state(this, catch_scope); in ParseTryStatement()
184 ExternalProtocolHandler::BlockState block_state = in Parse()