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

12

/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
H A Dabstract_result.js22 cvox.AbstractResult.prototype.isType = function(result) {
H A Dresults.js65 cvox.NormalResult.prototype.isType = function(result) {
122 cvox.WeatherResult.prototype.isType = function(result) {
215 cvox.KnowResult.prototype.isType = function(result) {
268 cvox.CalcResult.prototype.isType = function(result) {
308 cvox.GameResult.prototype.isType = function(result) {
328 cvox.ImageResult.prototype.isType = function(result) {
388 cvox.CategoryResult.prototype.isType = function(result) {
424 cvox.AdResult.prototype.isType = function(result) {
452 * isType: Function to indicate if an element is the object's type.
/external/chromium_org/third_party/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 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)
/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 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)
/external/chromium_org/third_party/skia/src/views/animated/
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.cpp133 if (!fEvent.isType(""))
184 if (evt.isType(SK_EventType_Key) && evt.getFast32() == kOK_SkKey)
310 if (evt.isType(SK_EventType_Inval))
315 if (evt.isType("recommendDim"))
H A DSkImageView.cpp120 if (evt.isType(SK_EventType_Inval))
/external/skia/src/views/animated/
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.cpp133 if (!fEvent.isType(""))
184 if (evt.isType(SK_EventType_Key) && evt.getFast32() == kOK_SkKey)
310 if (evt.isType(SK_EventType_Inval))
315 if (evt.isType("recommendDim"))
/external/chromium_org/third_party/skia/include/views/
H A DSkEvent.h46 bool isType(const SkString& str) const;
49 bool isType(const char type[], size_t len = 0) const;
H A DSkView.h146 bool isType(const char type[]) const;
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkOSWindow_Mac.mm38 if (evt.isType(kINVAL_NSVIEW_EventType)) {
/external/skia/include/views/
H A DSkEvent.h46 bool isType(const SkString& str) const;
49 bool isType(const char type[], size_t len = 0) const;
H A DSkView.h146 bool isType(const char type[]) const;
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.mm38 if (evt.isType(kINVAL_NSVIEW_EventType)) {
/external/llvm/lib/IR/
H A DDebugInfo.cpp216 /// isType - Return true if the specified tag is legal for DIType.
217 bool DIDescriptor::isType() const { function in class:DIDescriptor
424 if (!isType())
699 if (isType())
866 if (D.isType())
931 if (D.isType())
943 if (Scope.isType()) {
H A DDIBuilder.cpp324 assert(RTy.isType() && "Unable to create reference type");
345 assert(Ty.isType() && "Invalid typedef type!");
364 assert(Ty.isType() && "Invalid type!");
365 assert(FriendTy.isType() && "Invalid friend type!");
385 assert(Ty.isType() && "Unable to create inheritance");
603 assert((!Context || Context.isScope() || Context.isType()) &&
871 assert(RetTy.isType() &&
965 assert(Ty.isType() &&

Completed in 428 milliseconds

12