HomeSort by relevance Sort by last modified time
    Searched refs:isType (Results 1 - 25 of 37) sorted by null

1 2

  /external/skia/legacy/src/views/
SkOSMenu.cpp 203 return evt.isType(gMenuEventType) && evt.findS32(gList_ItemCount_S32, count);
207 if (evt.isType(gMenuEventType) && NULL != items) {
225 return evt.isType(gMenuEventType) && evt.findScalar(gSlider_Min_Scalar, min);
229 return evt.isType(gMenuEventType) && evt.findScalar(gSlider_Max_Scalar, max);
233 return evt.isType(gMenuEventType) && evt.findString(label);
237 return evt.isType(gMenuEventType) && evt.findS32(slotName, value);
241 return evt.isType(gMenuEventType) && evt.findScalar(slotName, value);
245 return evt.isType(gMenuEventType) && evt.findBool(slotName, value);
249 return evt.isType(gMenuEventType) && evt.findS32(slotName, (int*)value);
253 if (evt.isType(gMenuEventType))
    [all...]
SkBorderView.cpp 66 if (evt.isType(SK_EventType_Inval))
71 if (evt.isType("recommendDim"))
SkProgressBarView.cpp 49 if (evt.isType(SK_EventType_Inval))
54 if (evt.isType("recommendDim"))
SkScrollBarView.cpp 103 if (evt.isType(SK_EventType_Inval))
108 if (evt.isType("recommendDim"))
SkWidgetViews.cpp 147 if (!fEvent.isType(""))
198 if (evt.isType(SK_EventType_Key) && evt.getFast32() == kOK_SkKey)
324 if (evt.isType(SK_EventType_Inval))
329 if (evt.isType("recommendDim"))
SkEvent.cpp 77 bool SkEvent::isType(const SkString& str) const
79 return this->isType(str.c_str(), str.size());
82 bool SkEvent::isType(const char type[], size_t typeLen) const
SkWidgets.cpp 117 if (!fEvent.isType("") && this->hasListeners())
215 if (evt.isType(SK_EventType_Key) && evt.getFast32() == kOK_SkKey)
SkImageView.cpp 120 if (evt.isType(SK_EventType_Inval))
SkWindow.cpp 309 if (evt.isType(SK_EventDelayInval))
SkListWidget.cpp 393 if (evt.isType(SK_EventType_Key))
  /external/skia/src/views/
SkOSMenu.cpp 203 return evt.isType(gMenuEventType) && evt.findS32(gList_ItemCount_S32, count);
207 if (evt.isType(gMenuEventType) && NULL != items) {
225 return evt.isType(gMenuEventType) && evt.findScalar(gSlider_Min_Scalar, min);
229 return evt.isType(gMenuEventType) && evt.findScalar(gSlider_Max_Scalar, max);
233 return evt.isType(gMenuEventType) && evt.findString(label);
237 return evt.isType(gMenuEventType) && evt.findS32(slotName, value);
241 return evt.isType(gMenuEventType) && evt.findScalar(slotName, value);
245 return evt.isType(gMenuEventType) && evt.findBool(slotName, value);
249 return evt.isType(gMenuEventType) && evt.findS32(slotName, (int*)value);
253 if (evt.isType(gMenuEventType))
    [all...]
SkEvent.cpp 77 bool SkEvent::isType(const SkString& str) const
79 return this->isType(str.c_str(), str.size());
82 bool SkEvent::isType(const char type[], size_t typeLen) const
SkWidgets.cpp 117 if (!fEvent.isType("") && this->hasListeners())
215 if (evt.isType(SK_EventType_Key) && evt.getFast32() == kOK_SkKey)
SkWindow.cpp 308 if (evt.isType(SK_EventDelayInval))
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptoriginalglobalobject_p.h 52 inline bool isType(JSValueRef value, JSObjectRef constructor, JSValueRef prototype) const;
58 // Copy of constructors and prototypes used in isType functions.
181 return isType(value, m_dateConstructor, m_datePrototype);
186 return isType(value, m_arrayConstructor, m_arrayPrototype);
191 return isType(value, m_errorConstructor, m_errorPrototype);
199 inline bool QScriptOriginalGlobalObject::isType(JSValueRef value, JSObjectRef constructor, JSValueRef prototype) const
  /external/skia/include/views/
SkEvent.h 46 bool isType(const SkString& str) const;
49 bool isType(const char type[], size_t len = 0) const;
SkView.h 146 bool isType(const char type[]) const;
  /external/skia/legacy/include/views/
SkEvent.h 48 bool isType(const SkString& str) const;
51 bool isType(const char type[], size_t len = 0) const;
SkView.h 145 bool isType(const char type[]) const;
  /external/llvm/lib/IR/
DebugInfo.cpp 239 /// isType - Return true if the specified tag is legal for DIType.
240 bool DIDescriptor::isType() const {
437 if (!isType())
672 if (isType())
690 if (isType())
841 if (D.isType())
904 if (D.isType())
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 133 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
134 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
136 bool isType() const { return IsType; }
137 bool isDecl() const { return !IsType; }
140 assert(isType() && "Not a type!");
151 bool IsType;
  /external/skia/legacy/src/animator/
SkDisplayEvent.cpp 285 bool SkEvent::isType(char const*, size_t ) const { return false; }
SkAnimator.cpp 410 if (evt.isType(SK_EventType_OnEnd)) {
421 if (evt.isType(SK_EventType_Delay)) {
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 231 if (evt.isType("inval-imageview")) {
  /external/skia/src/animator/
SkDisplayEvent.cpp 281 bool SkEvent::isType(char const*, size_t ) const { return false; }

Completed in 426 milliseconds

1 2