HomeSort by relevance Sort by last modified time
    Searched refs:CanCreateContentException (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/ui/views/
collected_cookies_win.cc 428 cookie_node)->CanCreateContentException();
440 cookie_node)->CanCreateContentException();
  /external/chromium/chrome/browser/ui/webui/
collected_cookies_ui_delegate.cc 228 if (origin_node->CanCreateContentException()) {
  /external/chromium/chrome/browser/ui/gtk/
collected_cookies_gtk.cc 392 if (!origin_node->CanCreateContentException())
454 if (origin_node->CanCreateContentException()) {
  /external/chromium_org/chrome/browser/ui/gtk/
collected_cookies_gtk.cc 424 if (!host_node->CanCreateContentException())
484 if (host_node->CanCreateContentException()) {
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc 515 cookie_node)->CanCreateContentException();
527 cookie_node)->CanCreateContentException();
  /external/chromium/chrome/browser/
cookies_tree_model.h 206 bool CanCreateContentException() const;
cookies_tree_model.cc 370 if (CanCreateContentException()) {
378 bool CookieTreeOriginNode::CanCreateContentException() const {
cookies_tree_model_unittest.cc 675 EXPECT_TRUE(origin->CanCreateContentException());
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.h 212 bool CanCreateContentException() const;
cookies_tree_model.cc 679 if (CanCreateContentException()) {
689 bool CookieTreeHostNode::CanCreateContentException() const {
    [all...]
cookies_tree_model_unittest.cc     [all...]

Completed in 2705 milliseconds