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

  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.mm 14 treeNode_ = node;
21 title_.reset([base::SysUTF16ToNSString(treeNode_->GetTitle()) retain]);
24 details_.reset([[CocoaCookieDetails createFromCookieTreeNode:(treeNode_)]
37 return treeNode_;
42 const int childCount = treeNode_->child_count();
45 CookieTreeNode* child = treeNode_->GetChild(i);
cookie_tree_node.h 15 CookieTreeNode* treeNode_; // weak
21 // Re-sets all the members of the node based on |treeNode_|.

Completed in 182 milliseconds