Searched refs:Checkpoint (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DBackgroundHTMLInputStream.h56 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 DBackgroundHTMLInputStream.cpp52 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 DHTMLPreloadScanner.h76 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 DBackgroundHTMLParser.h60 struct Checkpoint { struct in class:blink::BackgroundHTMLParser
75 void resumeFrom(PassOwnPtr<Checkpoint>);
H A DHTMLTokenizer.h124 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 DHTMLPreloadScanner.cpp389 m_checkpoints.append(Checkpoint(m_predictedBaseElementURL, m_inStyle, m_templateCount));
396 const Checkpoint& checkpoint = m_checkpoints[checkpointIndex];
H A DBackgroundHTMLParser.cpp151 void BackgroundHTMLParser::resumeFrom(PassOwnPtr<Checkpoint> checkpoint)
H A DHTMLDocumentParser.cpp417 OwnPtr<BackgroundHTMLParser::Checkpoint> checkpoint = adoptPtr(new BackgroundHTMLParser::Checkpoint);
H A DHTMLTokenizer.cpp138 void HTMLTokenizer::createCheckpoint(Checkpoint& result) const
148 void HTMLTokenizer::restoreFromCheckpoint(const Checkpoint& checkpoint)
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DNewWebSocketChannelImplTest.cpp40 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 DDOMWebSocketTest.cpp36 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 DReadableStreamTest.cpp30 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 Dwebsocket_channel_test.cc143 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 Dast-graph-builder.h261 Node* Checkpoint(BailoutId ast_id, OutputFrameStateCombine combine);
H A Dast-graph-builder.cc220 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 Dpreparser.cc35 class PreParserTraits::Checkpoint class in class:v8::internal::PreParserTraits
38 explicit Checkpoint(ParserBase<PreParserTraits>* parser) function in class:v8::internal::PreParserTraits::Checkpoint
H A Dpreparser.h126 friend class Traits::Checkpoint;
1142 class Checkpoint;
2151 typename Traits::Checkpoint checkpoint(this);
H A Dparser.h377 class Checkpoint;
H A Dparser.cc345 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 Dchunk_demuxer_unittest.cc1087 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 Ddescriptor.cc312 // 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();

Completed in 460 milliseconds