HomeSort by relevance Sort by last modified time
    Searched full:button_num (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/test/chromedriver/
window_commands.cc 35 int button_num; local
36 if (!params.GetInteger("button", &button_num)) {
37 button_num = 0; // Default to left mouse button.
38 } else if (button_num < 0 || button_num > 2) {
40 base::StringPrintf("invalid button: %d", button_num));
42 *button = static_cast<MouseButton>(button_num);

Completed in 1618 milliseconds