HomeSort by relevance Sort by last modified time
    Searched defs:Checkpoint (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
BackgroundHTMLInputStream.h 56 struct Checkpoint {
57 Checkpoint(const SegmentedString& i, size_t n, size_t t) : input(i), numberOfSegmentsAlreadyAppended(n), tokensExtractedSincePreviousCheckpoint(t) { }
71 Vector<Checkpoint> m_checkpoints;
HTMLPreloadScanner.h 76 struct Checkpoint {
77 Checkpoint(const KURL& predictedBaseElementURL, bool inStyle, size_t templateCount)
98 Vector<Checkpoint> m_checkpoints;
BackgroundHTMLParser.h 60 struct Checkpoint {
75 void resumeFrom(PassOwnPtr<Checkpoint>);
HTMLTokenizer.h 124 struct Checkpoint {
131 Checkpoint()
142 void createCheckpoint(Checkpoint&) const;
143 void restoreFromCheckpoint(const Checkpoint&);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
DOMWebSocketTest.cpp 36 typedef testing::StrictMock<testing::MockFunction<void(int)> > Checkpoint; // NOLINT
495 Checkpoint checkpoint; local
516 Checkpoint checkpoint; local
521 EXPECT_CALL(checkpoint, Call(1));
528 checkpoint.Call(1);
596 Checkpoint checkpoint; local
602 EXPECT_CALL(checkpoint, Call(1))
    [all...]
NewWebSocketChannelImplTest.cpp 40 typedef testing::StrictMock< testing::MockFunction<void(int)> > Checkpoint;
167 Checkpoint checkpoint; local
172 EXPECT_CALL(checkpoint, Call(1));
177 checkpoint.Call(1);
204 Checkpoint checkpoint; local
208 EXPECT_CALL(checkpoint, Call(1));
212 EXPECT_CALL(checkpoint, Call(2));
214 EXPECT_CALL(checkpoint, Call(3))
258 Checkpoint checkpoint; local
374 Checkpoint checkpoint; local
501 Checkpoint checkpoint; local
666 Checkpoint checkpoint; local
695 Checkpoint checkpoint; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/streams/
ReadableStreamTest.cpp 30 typedef ::testing::StrictMock<::testing::MockFunction<void(int)> > Checkpoint;
155 Checkpoint checkpoint; local
163 EXPECT_CALL(checkpoint, Call(0));
165 EXPECT_CALL(checkpoint, Call(1));
168 checkpoint.Call(0);
171 checkpoint.Call(1);
181 Checkpoint checkpoint; local
189 EXPECT_CALL(checkpoint, Call(0))
445 Checkpoint checkpoint; local
480 Checkpoint checkpoint; local
    [all...]
  /external/chromium_org/v8/src/
preparser.cc 35 class PreParserTraits::Checkpoint
38 explicit Checkpoint(ParserBase<PreParserTraits>* parser)
parser.cc 345 class ParserTraits::Checkpoint
348 explicit Checkpoint(ParserBase<ParserTraits>* parser)
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 143 typedef StrictMock< MockFunction<void(int)> > Checkpoint; // NOLINT
1456 Checkpoint checkpoint; local
1757 Checkpoint checkpoint; local
1778 Checkpoint checkpoint; local
1825 Checkpoint checkpoint; local
2152 Checkpoint checkpoint; local
2185 Checkpoint checkpoint; local
2205 Checkpoint checkpoint; local
2230 Checkpoint checkpoint; local
2269 Checkpoint checkpoint; local
2295 Checkpoint checkpoint; local
2359 Checkpoint checkpoint; local
2552 Checkpoint checkpoint; local
2764 Checkpoint checkpoint; local
3347 Checkpoint checkpoint; local
    [all...]
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.cc 220 Node* AstGraphBuilder::Environment::Checkpoint(
    [all...]
  /external/protobuf/src/google/protobuf/
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() {
    [all...]

Completed in 414 milliseconds