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 43 bool blocked_visit);
83 bool blocked_visit; member in struct:BrowsingHistoryHandler::HistoryEntry
history_ui.cc 280 const string16& snippet, bool blocked_visit) {
289 this->blocked_visit = blocked_visit;
293 : entry_type(EMPTY_ENTRY), is_search_result(false), blocked_visit(false) {
378 result->SetBoolean("blockedVisit", blocked_visit);
758 page.blocked_visit()));
    [all...]
  /external/chromium_org/chrome/browser/history/
history_types.h 297 bool blocked_visit() const { return blocked_visit_; } function in class:history::URLResult
298 void set_blocked_visit(bool blocked_visit) {
299 blocked_visit_ = blocked_visit;
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_browsertest.cc 233 // Check that the entries have the correct blocked_visit value.
236 EXPECT_TRUE(results[0].blocked_visit());
238 EXPECT_FALSE(results[1].blocked_visit());

Completed in 104 milliseconds