D | sqlite_persistent_cookie_store.cc | 111 } OperationType; typedef in SQLitePersistentCookieStore::Backend::PendingOperation 113 PendingOperation(OperationType op, in PendingOperation() 117 OperationType op() const { return op_; } in op() 121 OperationType op_; 127 void BatchOperation(PendingOperation::OperationType op, 375 PendingOperation::OperationType op, in BatchOperation()
|