Searched defs:IsRepeat (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/base/accelerators/
H A Daccelerator.cc104 bool Accelerator::IsRepeat() const { function in class:ui::Accelerator
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } function in namespace:testing::internal
275 } else if (IsRepeat(ch) && !prev_repeatable) {
335 if (IsRepeat(regex[1])) {
/external/gtest/src/
H A Dgtest-port.cc215 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } function in namespace:testing::internal
301 } else if (IsRepeat(ch) && !prev_repeatable) {
361 if (IsRepeat(regex[1])) {
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } function in namespace:testing::internal
275 } else if (IsRepeat(ch) && !prev_repeatable) {
335 if (IsRepeat(regex[1])) {
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } function in namespace:testing::internal
275 } else if (IsRepeat(ch) && !prev_repeatable) {
335 if (IsRepeat(regex[1])) {
/external/protobuf/gtest/src/
H A Dgtest-port.cc178 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } function in namespace:testing::internal
264 } else if (IsRepeat(ch) && !prev_repeatable) {
324 if (IsRepeat(regex[1])) {
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc598 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } function in namespace:testing::internal
684 } else if (IsRepeat(ch) && !prev_repeatable) {
744 if (IsRepeat(regex[1])) {
/external/chromium_org/ui/events/
H A Devent.h91 bool IsRepeat() const { return (flags_ & EF_IS_REPEAT) != 0; } function in class:ui::Event
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h428 FX_BOOL IsRepeat() const function in class:CPDF_Action

Completed in 151 milliseconds