OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blocked_state
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/sessions/
serialized_navigation_entry.h
113
BlockedState
blocked_state
() { return blocked_state_; }
function in class:sessions::SerializedNavigationEntry
114
void set_blocked_state(BlockedState
blocked_state
) {
115
blocked_state_ =
blocked_state
;
/external/chromium_org/chrome/browser/ui/blocked_content/
blocked_content_tab_helper.cc
61
bool
blocked_state
) {
65
content::Details<const bool>(&
blocked_state
));
blocked_content_tab_helper.h
72
void SendNotification(content::WebContents* contents, bool
blocked_state
);
/external/chromium_org/chrome/browser/sync/glue/
session_model_associator_unittest.cc
381
session_tab.navigations[0].
blocked_state
());
383
session_tab.navigations[1].
blocked_state
());
385
session_tab.navigations[2].
blocked_state
());
452
session_tab.navigations[0].
blocked_state
());
454
session_tab.navigations[1].
blocked_state
());
456
session_tab.navigations[2].
blocked_state
());
/external/chromium_org/sync/protocol/
proto_value_conversions.cc
203
SET_ENUM(
blocked_state
, GetBlockedStateString);
Completed in 120 milliseconds