OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CookieTreeHostNode
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.cc
44
// This comparator is only meant to compare
CookieTreeHostNode
types. Make
52
const
CookieTreeHostNode
* ltn =
53
static_cast<const
CookieTreeHostNode
*>(lhs);
54
const
CookieTreeHostNode
* rtn =
55
static_cast<const
CookieTreeHostNode
*>(rhs);
147
CookieTreeHostNode
* host = static_cast<
CookieTreeHostNode
*>(
528
CookieTreeHostNode
* CookieTreeRootNode::GetOrCreateHostNode(
530
scoped_ptr<
CookieTreeHostNode
> host_node(
531
new
CookieTreeHostNode
(url))
[
all
...]
cookies_tree_model.h
44
class
CookieTreeHostNode
;
78
TYPE_HOST, // This is used for
CookieTreeHostNode
nodes.
170
CookieTreeHostNode
* GetOrCreateHostNode(const GURL& url);
182
//
CookieTreeHostNode
-------------------------------------------------------
183
class
CookieTreeHostNode
: public CookieTreeNode {
188
explicit
CookieTreeHostNode
(const GURL& url);
189
virtual ~
CookieTreeHostNode
();
194
//
CookieTreeHostNode
methods:
241
DISALLOW_COPY_AND_ASSIGN(
CookieTreeHostNode
);
cookies_tree_model_unittest.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc
481
enable_allowed_buttons = static_cast<
CookieTreeHostNode
*>(
494
enable_blocked_buttons = static_cast<
CookieTreeHostNode
*>(
525
CookieTreeHostNode
* host_node =
526
static_cast<
CookieTreeHostNode
*>(tree_view->GetSelectedNode());
Completed in 2822 milliseconds