Searched defs:BlockState (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
H A Dexternal_protocol_handler.h17 enum BlockState { enum in class:ExternalProtocolHandler
24 static BlockState GetBlockState(const std::string& scheme);
27 static void SetBlockState(const std::string& scheme, BlockState state);
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.h21 enum BlockState { enum in class:ExternalProtocolHandler
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/chromium_org/v8/src/
H A Dparser.cc466 // 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) function in class:v8::internal::BASE_EMBEDDED
480 ~BlockState() { parser_->top_scope_ = outer_scope_; }
1050 BlockState block_state(this, scope);
1766 { BlockState block_state(this, block_scope);
2364 { BlockState block_state(this, with_scope);
2511 BlockState block_state(this, catch_scope);
/external/v8/src/
H A Dparser.cc462 // 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) function in class:v8::internal::BASE_EMBEDDED
476 ~BlockState() { parser_->top_scope_ = outer_scope_; }
1319 BlockState block_state(this, scope);
2001 { BlockState block_state(this, block_scope);
2583 { BlockState block_state(this, with_scope);
2729 BlockState block_state(this, catch_scope);

Completed in 163 milliseconds