OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CookieTreeDatabaseNode
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
cookies_tree_model.h
31
class
CookieTreeDatabaseNode
;
58
TYPE_DATABASE, // This is used for
CookieTreeDatabaseNode
.
298
//
CookieTreeDatabaseNode
-----------------------------------------------------
299
class
CookieTreeDatabaseNode
: public CookieTreeNode {
304
// valid at least as long as the
CookieTreeDatabaseNode
is valid.
305
explicit
CookieTreeDatabaseNode
(
307
virtual ~
CookieTreeDatabaseNode
();
314
// valid as long as the
CookieTreeDatabaseNode
is valid.
317
DISALLOW_COPY_AND_ASSIGN(
CookieTreeDatabaseNode
);
327
void AddDatabaseNode(
CookieTreeDatabaseNode
* child)
[
all
...]
cookies_tree_model.cc
154
//
CookieTreeDatabaseNode
, public:
156
CookieTreeDatabaseNode
::
CookieTreeDatabaseNode
(
164
CookieTreeDatabaseNode
::~
CookieTreeDatabaseNode
() {}
166
void
CookieTreeDatabaseNode
::DeleteStoredObjects() {
171
CookieTreeNode::DetailedInfo
CookieTreeDatabaseNode
::GetDetailedInfo() const {
744
new
CookieTreeDatabaseNode
(&(*database_info)));
Completed in 108 milliseconds