/external/skia/src/views/ |
D | SkOSMenu.cpp | 203 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()
|
D | SkBorderView.cpp | 66 if (evt.isType(SK_EventType_Inval)) in onEvent() 71 if (evt.isType("recommendDim")) in onEvent()
|
D | SkWidgetViews.cpp | 147 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()
|
D | SkProgressBarView.cpp | 49 if (evt.isType(SK_EventType_Inval)) in onEvent() 54 if (evt.isType("recommendDim")) in onEvent()
|
D | SkScrollBarView.cpp | 103 if (evt.isType(SK_EventType_Inval)) in onEvent() 108 if (evt.isType("recommendDim")) in onEvent()
|
D | SkEvent.cpp | 77 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
|
D | SkWidgets.cpp | 117 if (!fEvent.isType("") && this->hasListeners()) 215 if (evt.isType(SK_EventType_Key) && evt.getFast32() == kOK_SkKey)
|
D | SkImageView.cpp | 120 if (evt.isType(SK_EventType_Inval)) in onEvent()
|
D | SkWindow.cpp | 309 if (evt.isType(SK_EventDelayInval)) in onEvent()
|
D | SkListView.cpp | 442 if (evt.isType(SK_EventType_Key)) 833 if (evt.isType(SK_EventType_Key))
|
D | SkListWidget.cpp | 393 if (evt.isType(SK_EventType_Key)) in onEvent()
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
D | qscriptoriginalglobalobject_p.h | 52 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/ |
D | app-android.cpp | 111 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/ |
D | TransitionView.cpp | 67 if (evt->isType(gIsTransitionQuery)) { in onQuery() 73 if (evt.isType(gReplaceTransitionEvt)) { in onEvent() 82 if (evt.isType("transition-done")) { in onEvent()
|
D | SampleApp.cpp | 289 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 …]
|
D | SampleDraw.cpp | 341 if (click->isType("maker")) { in onClick() 358 if (click->isType("maker")) { in onClick() 360 } else if (click->isType("dragger")) { in onClick()
|
D | OverView.cpp | 41 if (evt->isType(gIsOverview)) { in onQuery()
|
D | SamplePicture.cpp | 180 if (evt.isType(INVAL_ALL_TYPE)) { in onEvent()
|
/external/skia/include/views/ |
D | SkEvent.h | 48 bool isType(const SkString& str) const; 51 bool isType(const char type[], size_t len = 0) const;
|
D | SkView.h | 145 bool isType(const char type[]) const;
|
/external/llvm/lib/VMCore/ |
D | DebugInfo.cpp | 199 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/ |
D | ASTWriter.h | 126 bool isType() const { return IsType; } in isType() function 130 assert(isType() && "Not a type!"); in getType()
|
/external/skia/src/utils/unix/ |
D | SkOSWindow_Unix.cpp | 231 if (evt.isType("inval-imageview")) { in onEvent()
|
/external/skia/src/animator/ |
D | SkDisplayEvent.cpp | 285 bool SkEvent::isType(char const*, size_t ) const { return false; } in isType() function in SkEvent
|
D | SkAnimator.cpp | 410 if (evt.isType(SK_EventType_OnEnd)) { in onEvent() 421 if (evt.isType(SK_EventType_Delay)) { in onEvent()
|