Searched refs:BlockState (Results 1 - 10 of 10) sorted by relevance

/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);
H A Dexternal_protocol_handler_unittest.cc53 virtual ExternalProtocolHandler::BlockState GetBlockState(
86 void set_block_state(ExternalProtocolHandler::BlockState value) {
95 ExternalProtocolHandler::BlockState block_state_;
117 void DoTest(ExternalProtocolHandler::BlockState block_state,
H A Dexternal_protocol_handler.cc50 ExternalProtocolHandler::BlockState GetBlockStateWithDelegate(
205 ExternalProtocolHandler::BlockState ExternalProtocolHandler::GetBlockState(
238 BlockState state) {
265 BlockState block_state =
/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_scheme_classifier.cc48 const ExternalProtocolHandler::BlockState block_state =
/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp54 // BlockState - Each block is either:
71 struct BlockState { struct in class:__anon26204::VZeroUpperInserter
72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {} function in struct:__anon26204::VZeroUpperInserter::BlockState
77 typedef SmallVector<BlockState, 8> BlockStateMap;
294 BlockState &BBState = BlockStates[MBB.getNumber()];
/external/chromium_org/v8/src/
H A Dpreparser.cc615 BlockState block_state(&scope_, &with_scope);
789 BlockState block_state(&scope_, &with_scope);
H A Dpreparser.h42 // // Used by FunctionState and BlockState.
142 // FunctionState and BlockState together implement the parser's scope stack.
143 // The parser's current scope is in scope_. BlockState and FunctionState
146 class BlockState BASE_EMBEDDED {
148 BlockState(typename Traits::Type::Scope** scope_stack, function in class:v8::internal::ParserBase::BASE_EMBEDDED
155 ~BlockState() { *scope_stack_ = outer_scope_; }
1114 // Used by FunctionState and BlockState.
H A Dparser.cc1274 BlockState block_state(&scope_, scope);
2037 { BlockState block_state(&scope_, block_scope);
2615 { BlockState block_state(&scope_, with_scope);
2756 BlockState block_state(&scope_, catch_scope);
/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp1539 ScopedLineState BlockState(*this, SwitchToPreprocessorLines);
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc1011 // This will crash, but it shouldn't get this far with BlockState::BLOCK
1015 virtual ExternalProtocolHandler::BlockState GetBlockState(

Completed in 1177 milliseconds