OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CookieTreeFlashLSONode
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.h
43
class
CookieTreeFlashLSONode
;
96
TYPE_FLASH_LSO, // This is used for
CookieTreeFlashLSONode
.
205
CookieTreeFlashLSONode
* GetOrCreateFlashLSONode(const std::string& domain);
234
CookieTreeFlashLSONode
* flash_lso_child_;
571
//
CookieTreeFlashLSONode
----------------------------------------------------
572
class
CookieTreeFlashLSONode
: public CookieTreeNode {
574
explicit
CookieTreeFlashLSONode
(const std::string& domain);
575
virtual ~
CookieTreeFlashLSONode
();
584
DISALLOW_COPY_AND_ASSIGN(
CookieTreeFlashLSONode
);
cookies_tree_model.cc
670
CookieTreeFlashLSONode
* CookieTreeHostNode::GetOrCreateFlashLSONode(
675
flash_lso_child_ = new
CookieTreeFlashLSONode
(domain);
820
//
CookieTreeFlashLSONode
821
CookieTreeFlashLSONode
::
CookieTreeFlashLSONode
(
824
CookieTreeFlashLSONode
::~
CookieTreeFlashLSONode
() {}
826
void
CookieTreeFlashLSONode
::DeleteStoredObjects() {
837
CookieTreeNode::DetailedInfo
CookieTreeFlashLSONode
::GetDetailedInfo() const {
[
all
...]
Completed in 43 milliseconds