Home
last modified time | relevance | path

Searched defs:can_go_back (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.h152 bool can_go_back() const { return can_go_back_; } in can_go_back() function
Dbrowser_contents_delegate.cc100 const bool can_go_back = (current_index > 0); in LoadingStateChanged() local
/third_party/cef/tests/ceftests/
Dnavigation_unittest.cc42 bool can_go_back; // After navigation, can go back? member