Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.h153 bool can_go_forward() const { return can_go_forward_; } in can_go_forward() function
Dbrowser_contents_delegate.cc101 const bool can_go_forward = (current_index < max_index); in LoadingStateChanged() local
/third_party/cef/tests/ceftests/
Dnavigation_unittest.cc43 bool can_go_forward; // After navigation, can go forward? member