HomeSort by relevance Sort by last modified time
    Searched defs:BlockState (Results 1 - 2 of 2) 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/v8/src/
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...]

Completed in 162 milliseconds