Searched refs:IsShowingContextMenu (Results 1 – 2 of 2) sorted by relevance
117 bool CefMenuManager::IsShowingContextMenu() { in IsShowingContextMenu() function in CefMenuManager120 return web_contents()->IsShowingContextMenu(); in IsShowingContextMenu()132 if (IsShowingContextMenu()) in CreateContextMenu()198 if (IsShowingContextMenu()) { in CancelContextMenu()243 if (IsShowingContextMenu()) in MenuWillShow()258 DCHECK(IsShowingContextMenu()); in MenuClosed()283 DCHECK(IsShowingContextMenu()); in ExecuteCommandCallback()
40 bool IsShowingContextMenu();