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

  /external/chromium_org/components/sessions/
serialized_navigation_entry.h 114 BlockedState blocked_state() { return blocked_state_; }
116 blocked_state_ = blocked_state;
163 BlockedState blocked_state_; member in class:sessions::SerializedNavigationEntry
serialized_navigation_entry.cc 31 blocked_state_(STATE_INVALID) {}
366 DCHECK_EQ(STATE_INVALID, blocked_state_);
467 if (blocked_state_ != STATE_INVALID) {
469 static_cast<sync_pb::TabNavigation_BlockedState>(blocked_state_));

Completed in 47 milliseconds