Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/native/
Dnative_menu_win.cc452 destroyed_flag_(nullptr), in CefNativeMenuWin()
456 if (destroyed_flag_) in ~CefNativeMenuWin()
457 *destroyed_flag_ = true; in ~CefNativeMenuWin()
485 destroyed_flag_ = &destroyed; in RunMenuAt()
493 destroyed_flag_ = nullptr; in RunMenuAt()
Dnative_menu_win.h152 bool* destroyed_flag_; variable