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

  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 28 this.pending_ = {};
142 this.pending_[id] = this.pending_[id] || {
159 * 'pending_' object, and stores it for later use.
167 this.pending_[id].openedInNewTab = true;
168 this.pending_[id].sourceUrl = data.sourceUrl;
169 this.pending_[id].start = data.timeStamp;
175 * 'pending_' object, and stores it for later use.
183 this.pending_[id].start = this.pending_[id].start || data.timeStamp
    [all...]
  /external/chromium/base/
message_pump_win.h 218 // if (pending_) {
228 // pending_ = false;
235 // pending_ = true;
237 // bool pending_;
273 // while(pending_)
  /external/chromium/chrome/browser/
external_tab_container_win.h 196 return pending_;
200 pending_ = pending;
320 bool pending_; member in class:ExternalTabContainer
external_tab_container_win.cc 98 pending_(false),
391 DCHECK(pending_);
    [all...]
  /external/chromium/net/disk_cache/
sparse_control.cc 263 pending_ = false;
274 if (!pending_) {
675 if (pending_)
727 if (!pending_) {
728 pending_ = true;
836 pending_ = false;
sparse_control.h 151 bool pending_; // True if any child IO operation returned pending. member in class:disk_cache::SparseControl
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 99 DCHECK(num_pending_ == 0 && pending_.empty());
143 PendingOperationsList pending_; member in class:SQLitePersistentCookieStore::Backend
147 // Guard |pending_|, |num_pending_| and |clear_local_state_on_exit_|.
391 pending_.push_back(po.release());
439 pending_.swap(ops);
  /external/chromium/net/socket/
socket_test_util.cc 829 // Save the pending async IO data and reset our |pending_| state.
    [all...]
  /external/chromium/chrome/browser/metrics/
metrics_service.cc 275 // accumulating while the "initial" log was stalled (pending_), and couldn't be
    [all...]

Completed in 3310 milliseconds