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

  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router.cc 36 commit_counter_(0),
46 ++commit_counter_;
47 Send(new ChromeViewMsg_SetPageSequenceNumber(routing_id(), commit_counter_));
190 if (page_seq_no != commit_counter_)
199 if (page_seq_no != commit_counter_)
211 if (page_seq_no != commit_counter_)
226 if (page_seq_no != commit_counter_)
238 if (page_seq_no != commit_counter_)
250 if (page_seq_no != commit_counter_)
261 if (page_seq_no != commit_counter_)
    [all...]
search_ipc_router.h 222 int page_seq_no_for_testing() const { return commit_counter_; }
229 int commit_counter_; member in class:SearchIPCRouter

Completed in 140 milliseconds