/external/chromium_org/chrome/browser/external_protocol/ |
D | external_protocol_handler.h | 21 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);
|
D | external_protocol_handler_unittest.cc | 53 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()
|
D | external_protocol_handler.cc | 50 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/ |
D | external_protocol_handler.h | 17 enum BlockState { enum 24 static BlockState GetBlockState(const std::string& scheme); 27 static void SetBlockState(const std::string& scheme, BlockState state);
|
D | external_protocol_handler.cc | 78 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/ |
D | external_protocol_dialog.mm | 106 ExternalProtocolHandler::BlockState blockState =
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | external_protocol_dialog.mm | 115 ExternalProtocolHandler::BlockState blockState =
|
/external/chromium_org/v8/src/ |
D | parser.h | 445 class BlockState; variable 784 friend class BlockState; variable
|
D | parser.cc | 472 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/ |
D | parser.h | 479 class BlockState; variable 837 friend class BlockState; variable
|
D | parser.cc | 468 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/ |
D | autocomplete_input.cc | 199 ExternalProtocolHandler::BlockState block_state = in Parse()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete.cc | 184 ExternalProtocolHandler::BlockState block_state = in Parse()
|
/external/clang/lib/Format/ |
D | UnwrappedLineParser.cpp | 1135 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local
|