Home
last modified time | relevance | path

Searched defs:Checkpoint (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DBackgroundHTMLInputStream.h56 struct Checkpoint { struct
57Checkpoint(const SegmentedString& i, size_t n, size_t t) : input(i), numberOfSegmentsAlreadyAppend… in Checkpoint() function
61 size_t tokensExtractedSincePreviousCheckpoint; argument
66 … { input.clear(); numberOfSegmentsAlreadyAppended = 0; tokensExtractedSincePreviousCheckpoint = 0;} in clear() argument
71 Vector<Checkpoint> m_checkpoints; argument
DBackgroundHTMLParser.h60 struct Checkpoint { struct
65 HTMLInputCheckpoint inputCheckpoint; argument
66 TokenPreloadScannerCheckpoint preloadScannerCheckpoint; argument
75 void resumeFrom(PassOwnPtr<Checkpoint>); argument
DHTMLPreloadScanner.h76 struct Checkpoint { struct
77 Checkpoint(const KURL& predictedBaseElementURL, bool inStyle, size_t templateCount) in Checkpoint() function
98 Vector<Checkpoint> m_checkpoints; argument
DHTMLTokenizer.h124 struct Checkpoint { struct
131 Checkpoint() in Checkpoint() argument
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketTest.cpp35 typedef testing::StrictMock<testing::MockFunction<void(int)> > Checkpoint; // NOLINT typedef
/external/protobuf/src/google/protobuf/
Ddescriptor.cc502 void DescriptorPool::Tables::Checkpoint() { in Checkpoint() function in google::protobuf::DescriptorPool::Tables
/external/chromium_org/net/websockets/
Dwebsocket_channel_test.cc143 typedef StrictMock< MockFunction<void(int)> > Checkpoint; // NOLINT typedef