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

  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 46 bool blocked_visit, const std::string& accept_languages);
86 bool blocked_visit; member in struct:BrowsingHistoryHandler::HistoryEntry
history_ui.cc 267 const base::string16& snippet, bool blocked_visit,
277 this->blocked_visit = blocked_visit;
282 : entry_type(EMPTY_ENTRY), is_search_result(false), blocked_visit(false) {
375 result->SetBoolean("blockedVisit", blocked_visit);
777 page.blocked_visit(),
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_browsertest.cc 278 // Check that the entries have the correct blocked_visit value.
281 EXPECT_TRUE(results[0].blocked_visit());
283 EXPECT_FALSE(results[1].blocked_visit());
  /external/chromium_org/chrome/browser/history/
history_types.h 300 bool blocked_visit() const { return blocked_visit_; } function in class:history::URLResult
301 void set_blocked_visit(bool blocked_visit) {
302 blocked_visit_ = blocked_visit;

Completed in 545 milliseconds