Home | History | Annotate | Download | only in ui

Lines Matching defs:caption

92   std::wstring caption;
96 ::GetWindowText(window, WriteInto(&caption, len), len);
98 EndsWith(caption, L" - Google Chrome", true) ||
99 EndsWith(caption, L" - Chromium", true);
123 << "Caption: " << caption.c_str();