/external/chromium/chrome/browser/ui/views/ |
find_bar_host_interactive_uitest.cc | 28 void Checkpoint(const char* message, const base::TimeTicks& start_time) { 186 Checkpoint("Test starting", start_time); 194 Checkpoint("Navigate", start_time); 200 Checkpoint("Show Find bar", start_time); 205 Checkpoint("Search for 'a'", start_time); 214 Checkpoint("Delete 'a'", start_time); 223 Checkpoint("Close find bar", start_time); 229 Checkpoint("Show Find bar", start_time); 234 Checkpoint("Validate text", start_time); 240 Checkpoint("Close Find bar", start_time) [all...] |
/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 | 75 struct Checkpoint { 76 Checkpoint(const KURL& predictedBaseElementURL, bool inStyle, size_t templateCount) 95 Vector<Checkpoint> m_checkpoints;
|
BackgroundHTMLParser.h | 62 struct Checkpoint { 73 void resumeFrom(PassOwnPtr<Checkpoint>);
|
HTMLTokenizer.h | 124 struct Checkpoint { 132 Checkpoint() 144 void createCheckpoint(Checkpoint&) const; 145 void restoreFromCheckpoint(const Checkpoint&);
|
/external/chromium/chrome/browser/history/ |
history_browsertest.cc | 22 void Checkpoint(const char* message, const base::TimeTicks& start_time) { 162 Checkpoint("Before waiting for history to load", start_time); 164 Checkpoint("After waiting for history to load", start_time); 166 Checkpoint("After checking history", start_time); 169 Checkpoint("After NavigateToURL", start_time); 171 Checkpoint("After waiting for history backend to run", start_time); 173 Checkpoint("After second check", start_time); 184 Checkpoint("Before waiting for history to load", start_time); 186 Checkpoint("After waiting for history to load", start_time); 189 Checkpoint("After first NavigateToURL", start_time) [all...] |
/external/chromium_org/net/websockets/ |
websocket_channel_test.cc | 134 typedef MockFunction<void(int)> Checkpoint; // NOLINT 1258 Checkpoint checkpoint; local 1578 Checkpoint checkpoint; local 1599 Checkpoint checkpoint; local 1647 Checkpoint checkpoint; local 1786 Checkpoint checkpoint; local 1819 Checkpoint checkpoint; local 1905 Checkpoint checkpoint; local 2089 Checkpoint checkpoint; local 2298 Checkpoint checkpoint; local [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...] |