Home
last modified time | relevance | path

Searched refs:blocked_navigations_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_navigation_observer.h39 return &blocked_navigations_.get(); in blocked_navigations()
70 ScopedVector<const content::NavigationEntry> blocked_navigations_; variable
Dsupervised_user_navigation_observer.cc248 blocked_navigations_.push_back(entry.release()); in OnRequestBlockedInternal()
/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_sync_manager_unittest.cc365 blocked_navigations_(NULL) {} in SyncedTabDelegateFake()
420 return blocked_navigations_; in GetBlockedNavigations()
424 blocked_navigations_ = navs; in set_blocked_navigations()
456 std::vector<const content::NavigationEntry*>* blocked_navigations_; member in browser_sync::__anonbef9d0740211::SyncedTabDelegateFake