Searched refs:isType (Results 1 - 25 of 33) sorted by relevance

12

/external/skia/src/views/
H A DSkOSMenu.cpp203 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(gMenuEventTyp
[all...]
H A DSkBorderView.cpp66 if (evt.isType(SK_EventType_Inval))
71 if (evt.isType("recommendDim"))
H A DSkProgressBarView.cpp49 if (evt.isType(SK_EventType_Inval))
54 if (evt.isType("recommendDim"))
H A DSkScrollBarView.cpp103 if (evt.isType(SK_EventType_Inval))
108 if (evt.isType("recommendDim"))
H A DSkWidgetViews.cpp147 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"))
H A DSkEvent.cpp77 bool SkEvent::isType(const SkString& str) const function in class:SkEvent
79 return this->isType(str.c_str(), str.size());
82 bool SkEvent::isType(const char type[], size_t typeLen) const function in class:SkEvent
H A DSkWidgets.cpp117 if (!fEvent.isType("") && this->hasListeners())
215 if (evt.isType(SK_EventType_Key) && evt.getFast32() == kOK_SkKey)
H A DSkImageView.cpp120 if (evt.isType(SK_EventType_Inval))
H A DSkWindow.cpp309 if (evt.isType(SK_EventDelayInval))
H A DSkListWidget.cpp393 if (evt.isType(SK_EventType_Key))
H A DSkListView.cpp442 if (evt.isType(SK_EventType_Key))
833 if (evt.isType(SK_EventType_Key))
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptoriginalglobalobject_p.h52 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 function in class:QScriptOriginalGlobalObject
/external/skia/samplecode/
H A DTransitionView.cpp67 if (evt->isType(gIsTransitionQuery)) {
73 if (evt.isType(gReplaceTransitionEvt)) {
82 if (evt.isType("transition-done")) {
H A DOverView.cpp41 if (evt->isType(gIsOverview)) {
H A DSampleApp.cpp289 return evt.isType(view_inval_msg);
447 if (evt.isType(gCharEvtName, sizeof(gCharEvtName) - 1)) {
457 if (evt.isType(gKeyEvtName, sizeof(gKeyEvtName) - 1)) {
467 return evt.isType(gTitleEvtName, sizeof(gTitleEvtName) - 1);
485 return evt.isType(gPrefSizeEvtName, sizeof(gPrefSizeEvtName) - 1);
497 return evt.isType(gFastTextEvtName, sizeof(gFastTextEvtName) - 1);
1353 if (evt.isType(gUpdateWindowTitleEvtName)) {
1357 if (evt.isType(ANIMATING_EVENTTYPE)) {
1364 if (evt.isType("replace-transition-view")) {
1368 if (evt.isType("se
[all...]
H A DSampleDraw.cpp341 if (click->isType("maker")) {
358 if (click->isType("maker")) {
360 } else if (click->isType("dragger")) {
H A DSamplePicture.cpp180 if (evt.isType(INVAL_ALL_TYPE)) {
/external/skia/src/gpu/
H A Dapp-android.cpp111 if (evt.isType(gCharEvtName, sizeof(gCharEvtName) - 1)) {
121 if (evt.isType(gKeyEvtName, sizeof(gKeyEvtName) - 1)) {
131 return evt.isType(gTitleEvtName, sizeof(gTitleEvtName) - 1);
140 return evt.isType(gPrefSizeEvtName, sizeof(gPrefSizeEvtName) - 1);
152 return evt.isType(gFastTextEvtName, sizeof(gFastTextEvtName) - 1);
/external/skia/include/views/
H A DSkEvent.h48 bool isType(const SkString& str) const;
51 bool isType(const char type[], size_t len = 0) const;
H A DSkView.h145 bool isType(const char type[]) const;
/external/llvm/lib/VMCore/
H A DDebugInfo.cpp198 /// isType - Return true if the specified tag is legal for DIType.
199 bool DIDescriptor::isType() const { function in class:DIDescriptor
599 if (isType())
619 if (isType())
776 if (D.isType())
886 if (D.isType())
/external/clang/include/clang/Serialization/
H A DASTWriter.h126 bool isType() const { return IsType; } function in class:clang::ASTWriter::DeclOrType
130 assert(isType() && "Not a type!");
/external/skia/src/animator/
H A DSkDisplayEvent.cpp285 bool SkEvent::isType(char const*, size_t ) const { return false; } function in class:SkEvent
H A DSkAnimator.cpp410 if (evt.isType(SK_EventType_OnEnd)) {
421 if (evt.isType(SK_EventType_Delay)) {
/external/skia/src/utils/unix/
H A DSkOSWindow_Unix.cpp231 if (evt.isType("inval-imageview")) {

Completed in 530 milliseconds

12