OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blocked_state_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/sessions/
serialized_navigation_entry.h
113
BlockedState blocked_state() { return
blocked_state_
; }
115
blocked_state_
= blocked_state;
154
BlockedState
blocked_state_
;
member in class:sessions::SerializedNavigationEntry
serialized_navigation_entry.cc
29
blocked_state_
(STATE_INVALID) {}
347
DCHECK_EQ(STATE_INVALID,
blocked_state_
);
446
if (
blocked_state_
!= STATE_INVALID) {
448
static_cast<sync_pb::TabNavigation_BlockedState>(
blocked_state_
));
Completed in 27 milliseconds