Home
last modified time | relevance | path

Searched refs:BlockState (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/external_protocol/
Dexternal_protocol_handler.h21 enum BlockState { enum
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);
Dexternal_protocol_handler_unittest.cc53 virtual ExternalProtocolHandler::BlockState GetBlockState( in GetBlockState()
84 void set_block_state(ExternalProtocolHandler::BlockState value) { in set_block_state()
93 ExternalProtocolHandler::BlockState block_state_;
115 void DoTest(ExternalProtocolHandler::BlockState block_state, in DoTest()
Dexternal_protocol_handler.cc50 ExternalProtocolHandler::BlockState GetBlockStateWithDelegate( in GetBlockStateWithDelegate()
204 ExternalProtocolHandler::BlockState ExternalProtocolHandler::GetBlockState( in GetBlockState()
237 BlockState state) { in SetBlockState()
264 BlockState block_state = GetBlockStateWithDelegate(escaped_url.scheme(), in LaunchUrlWithDelegate()
/external/chromium/chrome/browser/
Dexternal_protocol_handler.h17 enum BlockState { enum
24 static BlockState GetBlockState(const std::string& scheme);
27 static void SetBlockState(const std::string& scheme, BlockState state);
Dexternal_protocol_handler.cc78 ExternalProtocolHandler::BlockState ExternalProtocolHandler::GetBlockState( in GetBlockState()
111 BlockState state) { in SetBlockState()
138 BlockState block_state = GetBlockState(escaped_url.scheme()); in LaunchUrl()
/external/chromium/chrome/browser/ui/cocoa/
Dexternal_protocol_dialog.mm106 ExternalProtocolHandler::BlockState blockState =
/external/chromium_org/chrome/browser/ui/cocoa/
Dexternal_protocol_dialog.mm115 ExternalProtocolHandler::BlockState blockState =
/external/chromium_org/v8/src/
Dparser.h445 class BlockState; variable
784 friend class BlockState; variable
Dparser.cc472 class Parser::BlockState BASE_EMBEDDED {
474 BlockState(Parser* parser, Scope* scope) in BlockState() function in v8::internal::BASE_EMBEDDED
480 ~BlockState() { parser_->top_scope_ = outer_scope_; } in ~BlockState()
1062 BlockState block_state(this, scope); in ParseModuleLiteral()
1744 { BlockState block_state(this, block_scope); in ParseScopedBlock()
2354 { BlockState block_state(this, with_scope); in ParseWithStatement()
2504 BlockState block_state(this, catch_scope); in ParseTryStatement()
/external/v8/src/
Dparser.h479 class BlockState; variable
837 friend class BlockState; variable
Dparser.cc468 class Parser::BlockState BASE_EMBEDDED {
470 BlockState(Parser* parser, Scope* scope) in BlockState() function in v8::internal::BASE_EMBEDDED
476 ~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()
/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_input.cc199 ExternalProtocolHandler::BlockState block_state = in Parse()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete.cc184 ExternalProtocolHandler::BlockState block_state = in Parse()
/external/clang/lib/Format/
DUnwrappedLineParser.cpp1135 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local