Searched defs:isType (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
H A Dresults.js67 cvox.NormalResult.prototype.isType = function(result) {
124 cvox.WeatherResult.prototype.isType = function(result) {
217 cvox.KnowResult.prototype.isType = function(result) {
270 cvox.CalcResult.prototype.isType = function(result) {
310 cvox.GameResult.prototype.isType = function(result) {
330 cvox.ImageResult.prototype.isType = function(result) {
390 cvox.CategoryResult.prototype.isType = function(result) {
426 cvox.AdResult.prototype.isType = function(result) {
454 * isType: Function to indicate if an element is the object's type.
H A Dabstract_result.js24 cvox.AbstractResult.prototype.isType = function(result) {
/external/chromium_org/third_party/skia/src/views/
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 DSkView.cpp337 bool SkView::Click::isType(const char type[]) const function in class:SkView::Click
/external/skia/src/views/
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 DSkView.cpp337 bool SkView::Click::isType(const char type[]) const function in class:SkView::Click
/external/clang/include/clang/Serialization/
H A DASTWriter.h136 bool isType() const { return IsType; } function in class:clang::ASTWriter::DeclOrType
140 assert(isType() && "Not a type!");
/external/llvm/lib/IR/
H A DDebugInfo.cpp226 /// isType - Return true if the specified tag is legal for DIType.
227 bool DIDescriptor::isType() const { function in class:DIDescriptor
265 return isType();
425 (isa<MDNode>(Val) && DIType(cast<MDNode>(Val)).isType());
451 if (!isType())
757 if (isType())
778 if (isType())
1033 if (Entity.isType())
1064 if (D.isType())
1076 if (Scope.isType()) {
[all...]
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp444 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
470 if (isType) {
531 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
544 if (isType) {
443 ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
530 ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
/external/llvm/include/llvm/Support/
H A DDwarf.h149 inline bool isType(Tag T) { function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 5840 milliseconds