HomeSort by relevance Sort by last modified time
    Searched refs:s_optionRowHeightForTouch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuChromium.h 58 static int optionRowHeightForTouch() { return s_optionRowHeightForTouch; }
59 static void setOptionRowHeightForTouch(int optionRowHeightForTouch) { s_optionRowHeightForTouch = optionRowHeightForTouch; }
69 static int s_optionRowHeightForTouch;
PopupMenuChromium.cpp 44 int PopupMenuChromium::s_optionRowHeightForTouch = 28;

Completed in 78 milliseconds