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

  /external/chromium/chrome/browser/
browser_focus_uitest.cc 458 const char* kTextElementID = "textEdit";
462 kTextElementID, "searchButton", "luckyButton", "googleLink", "gmailLink",
489 // If the next element is the kTextElementID, we expect to be
492 (strcmp(kTextElementID, kExpElementIDs[j + 1]) == 0);
533 // If the next element is the kTextElementID, we expect to be
535 bool is_editable_node = (strcmp(kTextElementID, next_element) == 0);
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_focus_uitest.cc 451 const char* kTextElementID = "textEdit";
455 kTextElementID, "searchButton", "luckyButton", "googleLink", "gmailLink",
481 // If the next element is the kTextElementID, we expect to be
484 (strcmp(kTextElementID, kExpElementIDs[j + 1]) == 0);
526 // If the next element is the kTextElementID, we expect to be
528 bool is_editable_node = (strcmp(kTextElementID, next_element) == 0);
    [all...]

Completed in 87 milliseconds