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

  /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) : input(i), numberOfSegmentsAlreadyAppended(n) { }
70 Vector<Checkpoint> m_checkpoints;
HTMLPreloadScanner.h 75 struct Checkpoint {
76 Checkpoint(const KURL& predictedBaseElementURL, bool inStyle, size_t templateCount)
94 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/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 3946 milliseconds