Home
last modified time | relevance | path

Searched refs:BUTTON_WIDTH (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/clients/
Dcontent_protection.c45 #define BUTTON_WIDTH 65 macro
181 BUTTON_WIDTH, BUTTON_HEIGHT); in resize_handler()
183 allocation.x + 20 + BUTTON_WIDTH + 5, in resize_handler()
185 BUTTON_WIDTH, BUTTON_HEIGHT); in resize_handler()
187 allocation.x + 20 + 2 * (BUTTON_WIDTH + 5), in resize_handler()
189 BUTTON_WIDTH, BUTTON_HEIGHT); in resize_handler()
191 allocation.x + 20 + 3 * (BUTTON_WIDTH + 5), in resize_handler()
193 BUTTON_WIDTH, BUTTON_HEIGHT); in resize_handler()
195 allocation.x + 20 + 4 * (BUTTON_WIDTH + 5), in resize_handler()
197 BUTTON_WIDTH, BUTTON_HEIGHT); in resize_handler()
/third_party/cef/tests/cefclient/browser/
Droot_window_mac.mm47 #define BUTTON_WIDTH 72
60 rect->origin.x += BUTTON_WIDTH;
447 button_rect.size.width = BUTTON_WIDTH;
Droot_window_win.cc24 #define BUTTON_WIDTH 72 macro
95 return LogicalToDevice(BUTTON_WIDTH, GetWindowScaleFactor(hwnd)); in GetButtonWidth()