HomeSort by relevance Sort by last modified time
    Searched defs:kLeftButton (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/common/
automation_constants.h 48 kLeftButton = 0,
  /external/chromium_org/chrome/common/
automation_constants.h 61 kLeftButton = 0,
  /external/chromium_org/chrome/test/webdriver/commands/
mouse_commands.cc 19 const int kLeftButton = 0;
82 error = session_->MouseMoveAndClick(location, automation::kLeftButton);
261 if (button_ == kLeftButton) {
262 button = automation::kLeftButton;

Completed in 53 milliseconds