Home
last modified time | relevance | path

Searched refs:NoType (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DTypeTraits.h89 struct NoType {
94 static NoType floatCheck(...);
106 struct NoType {
111 static NoType convertCheck(...);
141 struct NoType {
146 static NoType subclassCheck(...);
154 struct NoType {
159 static NoType subclassCheck(...);
/external/chromium/base/
Dtemplate_util.h46 struct NoType {
64 static NoType Test(...);
77 static NoType Test(...);
/external/chromium_org/third_party/libjingle/source/talk/base/
Dtemplate_util.h49 struct NoType {
67 static NoType Test(...);
80 static NoType Test(...);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
Dtemplate_util.h50 struct NoType {
68 static NoType Test(...);
81 static NoType Test(...);
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/
Dtemplate_util.h53 struct NoType {
71 static NoType Test(...);
84 static NoType Test(...);
/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformEvent.h34 NoType = 0, enumerator
96 : m_type(NoType) in PlatformEvent()
/external/chromium_org/base/
Dtemplate_util.h87 struct NoType {
105 static NoType Test(...);
118 static NoType Test(...);
Dcallback_internal.h78 static NoType Test(...);
/external/chromium_org/chrome/test/chromedriver/chrome/
Ddevtools_http_client_unittest.cc122 TEST(ParseWebViewsInfo, NoType) { in TEST() argument
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp235 m_type = NoType; in SyntheticSingleTouchEvent()
334 , m_baseEventType(PlatformEvent::NoType) in EventHandler()
390 m_baseEventType = PlatformEvent::NoType; in clear()
2189 … if (m_baseEventType == PlatformEvent::NoType && shouldTurnVerticalTicksIntoHorizontal(result, e)) in handleWheelEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp218 m_type = PlatformEvent::NoType; in PlatformGestureEventBuilder()