/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
H A D | BackgroundHTMLInputStream.h | 56 struct Checkpoint { struct in class:blink::BackgroundHTMLInputStream 57 Checkpoint(const SegmentedString& i, size_t n, size_t t) : input(i), numberOfSegmentsAlreadyAppended(n), tokensExtractedSincePreviousCheckpoint(t) { } function in struct:blink::BackgroundHTMLInputStream::Checkpoint 71 Vector<Checkpoint> m_checkpoints;
|
H A D | BackgroundHTMLInputStream.cpp | 52 m_checkpoints.append(Checkpoint(m_current, m_segments.size(), tokensExtractedSincePreviousCheckpoint)); 65 const Checkpoint& lastInvalidCheckpoint = m_checkpoints[newFirstValidCheckpointIndex - 1]; 82 const Checkpoint& checkpoint = m_checkpoints[checkpointIndex];
|
H A D | HTMLPreloadScanner.h | 76 struct Checkpoint { struct in class:blink::TokenPreloadScanner 77 Checkpoint(const KURL& predictedBaseElementURL, bool inStyle, size_t templateCount) function in struct:blink::TokenPreloadScanner::Checkpoint 98 Vector<Checkpoint> m_checkpoints;
|
H A D | BackgroundHTMLParser.h | 60 struct Checkpoint { struct in class:blink::BackgroundHTMLParser 75 void resumeFrom(PassOwnPtr<Checkpoint>);
|
H A D | HTMLTokenizer.h | 124 struct Checkpoint { struct in class:blink::HTMLTokenizer 131 Checkpoint() function in struct:blink::HTMLTokenizer::Checkpoint 142 void createCheckpoint(Checkpoint&) const; 143 void restoreFromCheckpoint(const Checkpoint&);
|
H A D | HTMLPreloadScanner.cpp | 389 m_checkpoints.append(Checkpoint(m_predictedBaseElementURL, m_inStyle, m_templateCount)); 396 const Checkpoint& checkpoint = m_checkpoints[checkpointIndex];
|
H A D | BackgroundHTMLParser.cpp | 151 void BackgroundHTMLParser::resumeFrom(PassOwnPtr<Checkpoint> checkpoint)
|
H A D | HTMLDocumentParser.cpp | 417 OwnPtr<BackgroundHTMLParser::Checkpoint> checkpoint = adoptPtr(new BackgroundHTMLParser::Checkpoint);
|
H A D | HTMLTokenizer.cpp | 138 void HTMLTokenizer::createCheckpoint(Checkpoint& result) const 148 void HTMLTokenizer::restoreFromCheckpoint(const Checkpoint& checkpoint)
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
H A D | NewWebSocketChannelImplTest.cpp | 40 typedef testing::StrictMock< testing::MockFunction<void(int)> > Checkpoint; typedef in namespace:blink::__anon11226 167 Checkpoint checkpoint; 204 Checkpoint checkpoint; 258 Checkpoint checkpoint; 374 Checkpoint checkpoint; 501 Checkpoint checkpoint; 666 Checkpoint checkpoint; 695 Checkpoint checkpoint;
|
H A D | DOMWebSocketTest.cpp | 36 typedef testing::StrictMock<testing::MockFunction<void(int)> > Checkpoint; // NOLINT typedef in namespace:blink::__anon11225 495 Checkpoint checkpoint; 516 Checkpoint checkpoint; 596 Checkpoint checkpoint;
|
/external/chromium_org/third_party/WebKit/Source/core/streams/ |
H A D | ReadableStreamTest.cpp | 30 typedef ::testing::StrictMock<::testing::MockFunction<void(int)> > Checkpoint; typedef in namespace:blink::__anon11153 155 Checkpoint checkpoint; 181 Checkpoint checkpoint; 445 Checkpoint checkpoint; 480 Checkpoint checkpoint;
|
/external/chromium_org/net/websockets/ |
H A D | websocket_channel_test.cc | 143 typedef StrictMock< MockFunction<void(int)> > Checkpoint; // NOLINT typedef in namespace:net::__anon9820 1456 Checkpoint checkpoint; 1757 Checkpoint checkpoint; 1778 Checkpoint checkpoint; 1825 Checkpoint checkpoint; 2152 Checkpoint checkpoint; 2185 Checkpoint checkpoint; 2205 Checkpoint checkpoint; 2230 Checkpoint checkpoint; 2269 Checkpoint checkpoin [all...] |
/external/chromium_org/v8/src/compiler/ |
H A D | ast-graph-builder.h | 261 Node* Checkpoint(BailoutId ast_id, OutputFrameStateCombine combine);
|
H A D | ast-graph-builder.cc | 220 Node* AstGraphBuilder::Environment::Checkpoint( function in class:v8::internal::compiler::AstGraphBuilder::Environment 2028 node, environment()->Checkpoint(ast_id, combine));
|
/external/chromium_org/v8/src/ |
H A D | preparser.cc | 35 class PreParserTraits::Checkpoint class in class:v8::internal::PreParserTraits 38 explicit Checkpoint(ParserBase<PreParserTraits>* parser) function in class:v8::internal::PreParserTraits::Checkpoint
|
H A D | preparser.h | 126 friend class Traits::Checkpoint; 1142 class Checkpoint; 2151 typename Traits::Checkpoint checkpoint(this);
|
H A D | parser.h | 377 class Checkpoint;
|
H A D | parser.cc | 345 class ParserTraits::Checkpoint class in class:v8::internal::ParserTraits 348 explicit Checkpoint(ParserBase<ParserTraits>* parser) function in class:v8::internal::ParserTraits::Checkpoint
|
/external/chromium_org/media/filters/ |
H A D | chunk_demuxer_unittest.cc | 1087 MOCK_METHOD1(Checkpoint, void(int id)); 1503 EXPECT_CALL(*this, Checkpoint(1)); 1507 EXPECT_CALL(*this, Checkpoint(2)); 1509 Checkpoint(1); 1515 Checkpoint(2);
|
/external/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 312 // Checkpoint the state of the tables. Future calls to Rollback() will 316 // Checkpoint() before it starts building and Rollback() if it encounters 318 void Checkpoint(); 320 // Roll back the Tables to the state of the last Checkpoint(), removing 502 void DescriptorPool::Tables::Checkpoint() { function in class:google::protobuf::DescriptorPool::Tables 2739 // Checkpoint the tables so that we can roll back if something goes wrong. 2740 tables_->Checkpoint(); 2856 tables_->Checkpoint();
|