Home
last modified time | relevance | path

Searched refs:hotTracking (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.h70 bool setFocusedIndex(int index, bool hotTracking = false);
DPopupMenuWin.cpp382 bool PopupMenuWin::setFocusedIndex(int i, bool hotTracking) in setFocusedIndex() argument
395 if (!hotTracking) in setFocusedIndex()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.h54 bool setFocusedIndex(int index, bool hotTracking = false);
DWebPopupMenuProxyWin.cpp859 bool WebPopupMenuProxyWin::setFocusedIndex(int i, bool hotTracking) in setFocusedIndex() argument
872 if (!hotTracking) { in setFocusedIndex()