Home | History | Annotate | Download | only in base

Lines Matching defs:button

838           HWND button = FindWindowEx(window, NULL, L"Button", NULL);
839 if (button != NULL) {
840 EXPECT_TRUE(0 == SendMessage(button, WM_LBUTTONDOWN, 0, 0));
841 EXPECT_TRUE(0 == SendMessage(button, WM_LBUTTONUP, 0, 0));