Searched defs:Checkpoint (Results 1 - 12 of 12) 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 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&);
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
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;
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;
/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/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 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/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.cc220 Node* AstGraphBuilder::Environment::Checkpoint( function in class:v8::internal::compiler::AstGraphBuilder::Environment
2028 node, environment()->Checkpoint(ast_id, combine));
/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 7209 milliseconds