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

  /external/chromium/chrome/browser/history/
top_sites.cc 138 history_state_(HISTORY_LOADING),
181 history_state_ = HISTORY_LOADED;
284 DCHECK_EQ(history_state_, HISTORY_LOADING);
286 history_state_ = HISTORY_MIGRATING;
297 DCHECK_EQ(history_state_, HISTORY_MIGRATING);
299 history_state_ = HISTORY_LOADED;
328 DCHECK_NE(history_state_, HISTORY_LOADED);
330 if (history_state_ != HISTORY_MIGRATING) {
332 history_state_ = HISTORY_LOADED;
960 if (history_state_ == HISTORY_LOADED)
    [all...]
top_sites.h 363 HistoryLoadState history_state_; member in class:history::TopSites

Completed in 138 milliseconds