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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_callbacks.cc 33 host_transaction_id_(kNoTransaction),
45 host_transaction_id_(kNoTransaction),
59 host_transaction_id_(host_transaction_id),
78 DCHECK_EQ(kNoTransaction, host_transaction_id_);
96 DCHECK_EQ(kNoTransaction == host_transaction_id_,
113 DCHECK_NE(kNoTransaction, host_transaction_id_);
117 dispatcher_host_->RegisterTransactionId(host_transaction_id_, origin_url_);
140 DCHECK_NE(kNoTransaction, host_transaction_id_);
169 DCHECK_EQ(kNoTransaction, host_transaction_id_);
195 DCHECK_EQ(kNoTransaction, host_transaction_id_);
    [all...]
indexed_db_callbacks.h 119 int64 host_transaction_id_; member in class:content::IndexedDBCallbacks

Completed in 42 milliseconds