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

  /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/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/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 64 milliseconds