Home
last modified time | relevance | path

Searched defs:isType (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
Dresults.js67 cvox.NormalResult.prototype.isType = function(result) { method in cvox.NormalResult
124 cvox.WeatherResult.prototype.isType = function(result) { method in cvox.WeatherResult
217 cvox.KnowResult.prototype.isType = function(result) { method in cvox.KnowResult
270 cvox.CalcResult.prototype.isType = function(result) { method in cvox.CalcResult
310 cvox.GameResult.prototype.isType = function(result) { method in cvox.GameResult
330 cvox.ImageResult.prototype.isType = function(result) { method in cvox.ImageResult
390 cvox.CategoryResult.prototype.isType = function(result) { method in cvox.CategoryResult
426 cvox.AdResult.prototype.isType = function(result) { method in cvox.AdResult
Dabstract_result.js24 cvox.AbstractResult.prototype.isType = function(result) { method in cvox.AbstractResult
/external/chromium_org/third_party/skia/src/views/
DSkEvent.cpp77 bool SkEvent::isType(const SkString& str) const in isType() function in SkEvent
82 bool SkEvent::isType(const char type[], size_t typeLen) const in isType() function in SkEvent
DSkView.cpp337 bool SkView::Click::isType(const char type[]) const in isType() function in SkView::Click
/external/skia/src/views/
DSkEvent.cpp77 bool SkEvent::isType(const SkString& str) const in isType() function in SkEvent
82 bool SkEvent::isType(const char type[], size_t typeLen) const in isType() function in SkEvent
DSkView.cpp337 bool SkView::Click::isType(const char type[]) const in isType() function in SkView::Click
/external/clang/include/clang/Serialization/
DASTWriter.h136 bool isType() const { return IsType; } in isType() function
/external/llvm/lib/IR/
DDebugInfo.cpp227 bool DIDescriptor::isType() const { in isType() function in DIDescriptor
/external/clang/lib/Sema/
DSemaExprCXX.cpp444 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid()
531 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof()
/external/llvm/include/llvm/Support/
DDwarf.h149 inline bool isType(Tag T) { in isType() function