Home
last modified time | relevance | path

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

12

/external/skia/src/views/
DSkOSMenu.cpp203 return evt.isType(gMenuEventType) && evt.findS32(gList_ItemCount_S32, count); in FindListItemCount()
207 if (evt.isType(gMenuEventType) && NULL != items) { in FindListItems()
225 return evt.isType(gMenuEventType) && evt.findScalar(gSlider_Min_Scalar, min); in FindSliderMin()
229 return evt.isType(gMenuEventType) && evt.findScalar(gSlider_Max_Scalar, max); in FindSliderMax()
233 return evt.isType(gMenuEventType) && evt.findString(label); in FindAction()
237 return evt.isType(gMenuEventType) && evt.findS32(slotName, value); in FindListIndex()
241 return evt.isType(gMenuEventType) && evt.findScalar(slotName, value); in FindSliderValue()
245 return evt.isType(gMenuEventType) && evt.findBool(slotName, value); in FindSwitchState()
249 return evt.isType(gMenuEventType) && evt.findS32(slotName, (int*)value); in FindTriState()
253 if (evt.isType(gMenuEventType)) { in FindText()
DSkBorderView.cpp66 if (evt.isType(SK_EventType_Inval)) in onEvent()
71 if (evt.isType("recommendDim")) in onEvent()
DSkWidgetViews.cpp147 if (!fEvent.isType("")) in postWidgetEvent()
198 if (evt.isType(SK_EventType_Key) && evt.getFast32() == kOK_SkKey) in onEvent()
324 if (evt.isType(SK_EventType_Inval)) in onEvent()
329 if (evt.isType("recommendDim")) in onEvent()
DSkProgressBarView.cpp49 if (evt.isType(SK_EventType_Inval)) in onEvent()
54 if (evt.isType("recommendDim")) in onEvent()
DSkScrollBarView.cpp103 if (evt.isType(SK_EventType_Inval)) in onEvent()
108 if (evt.isType("recommendDim")) in onEvent()
DSkEvent.cpp77 bool SkEvent::isType(const SkString& str) const in isType() function in SkEvent
79 return this->isType(str.c_str(), str.size()); in isType()
82 bool SkEvent::isType(const char type[], size_t typeLen) const in isType() function in SkEvent
DSkWidgets.cpp117 if (!fEvent.isType("") && this->hasListeners())
215 if (evt.isType(SK_EventType_Key) && evt.getFast32() == kOK_SkKey)
DSkImageView.cpp120 if (evt.isType(SK_EventType_Inval)) in onEvent()
DSkWindow.cpp309 if (evt.isType(SK_EventDelayInval)) in onEvent()
DSkListView.cpp442 if (evt.isType(SK_EventType_Key))
833 if (evt.isType(SK_EventType_Key))
DSkListWidget.cpp393 if (evt.isType(SK_EventType_Key)) in onEvent()
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptoriginalglobalobject_p.h52 inline bool isType(JSValueRef value, JSObjectRef constructor, JSValueRef prototype) const;
181 return isType(value, m_dateConstructor, m_datePrototype); in isDate()
186 return isType(value, m_arrayConstructor, m_arrayPrototype); in isArray()
191 return isType(value, m_errorConstructor, m_errorPrototype); in isError()
199 inline bool QScriptOriginalGlobalObject::isType(JSValueRef value, JSObjectRef constructor, JSValueR… in isType() function
/external/skia/src/gpu/
Dapp-android.cpp111 if (evt.isType(gCharEvtName, sizeof(gCharEvtName) - 1)) { in CharQ()
121 if (evt.isType(gKeyEvtName, sizeof(gKeyEvtName) - 1)) { in KeyQ()
131 return evt.isType(gTitleEvtName, sizeof(gTitleEvtName) - 1); in TitleQ()
140 return evt.isType(gPrefSizeEvtName, sizeof(gPrefSizeEvtName) - 1); in PrefSizeQ()
152 return evt.isType(gFastTextEvtName, sizeof(gFastTextEvtName) - 1); in FastTextQ()
/external/skia/samplecode/
DTransitionView.cpp67 if (evt->isType(gIsTransitionQuery)) { in onQuery()
73 if (evt.isType(gReplaceTransitionEvt)) { in onEvent()
82 if (evt.isType("transition-done")) { in onEvent()
DSampleApp.cpp289 return evt.isType(view_inval_msg); in isInvalEvent()
447 if (evt.isType(gCharEvtName, sizeof(gCharEvtName) - 1)) { in CharQ()
457 if (evt.isType(gKeyEvtName, sizeof(gKeyEvtName) - 1)) { in KeyQ()
467 return evt.isType(gTitleEvtName, sizeof(gTitleEvtName) - 1); in TitleQ()
485 return evt.isType(gPrefSizeEvtName, sizeof(gPrefSizeEvtName) - 1); in PrefSizeQ()
497 return evt.isType(gFastTextEvtName, sizeof(gFastTextEvtName) - 1); in FastTextQ()
1353 if (evt.isType(gUpdateWindowTitleEvtName)) { in onEvent()
1357 if (evt.isType(ANIMATING_EVENTTYPE)) { in onEvent()
1364 if (evt.isType("replace-transition-view")) { in onEvent()
1368 if (evt.isType("set-curr-index")) { in onEvent()
[all …]
DSampleDraw.cpp341 if (click->isType("maker")) { in onClick()
358 if (click->isType("maker")) { in onClick()
360 } else if (click->isType("dragger")) { in onClick()
DOverView.cpp41 if (evt->isType(gIsOverview)) { in onQuery()
DSamplePicture.cpp180 if (evt.isType(INVAL_ALL_TYPE)) { in onEvent()
/external/skia/include/views/
DSkEvent.h48 bool isType(const SkString& str) const;
51 bool isType(const char type[], size_t len = 0) const;
DSkView.h145 bool isType(const char type[]) const;
/external/llvm/lib/VMCore/
DDebugInfo.cpp199 bool DIDescriptor::isType() const { in isType() function in DIDescriptor
599 if (isType()) in getFilename()
619 if (isType()) in getDirectory()
776 if (D.isType()) in isSubprogramContext()
886 if (D.isType()) in processType()
/external/clang/include/clang/Serialization/
DASTWriter.h126 bool isType() const { return IsType; } in isType() function
130 assert(isType() && "Not a type!"); in getType()
/external/skia/src/utils/unix/
DSkOSWindow_Unix.cpp231 if (evt.isType("inval-imageview")) { in onEvent()
/external/skia/src/animator/
DSkDisplayEvent.cpp285 bool SkEvent::isType(char const*, size_t ) const { return false; } in isType() function in SkEvent
DSkAnimator.cpp410 if (evt.isType(SK_EventType_OnEnd)) { in onEvent()
421 if (evt.isType(SK_EventType_Delay)) { in onEvent()

12