Home
last modified time | relevance | path

Searched refs:find_what_last_ (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Droot_window_win.h152 std::wstring find_what_last_; variable
Droot_window_win.cc825 find_what_last_.clear(); in OnFindEvent()
832 if (match_case != find_match_case_last_ || find_what != find_what_last_) { in OnFindEvent()
839 find_what_last_ = find_buff_; in OnFindEvent()