OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_
(Results
1 - 6
of
6
) 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/net/disk_cache/
sparse_control.h
151
bool
pending_
; // True if any child IO operation returned pending.
member in class:disk_cache::SparseControl
sparse_control.cc
263
pending_
= false;
274
if (!
pending_
) {
675
if (
pending_
)
727
if (!
pending_
) {
728
pending_
= true;
836
pending_
= false;
/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/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);
Completed in 340 milliseconds