Searched refs:isImageType (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLEmbedElement.cpp103 if (renderer() && isImageType()) {
166 if (isImageType())
H A DHTMLPlugInElement.cpp120 if (isImageType()) {
179 if (isImageType()) {
191 if (!useFallbackContent() && needsWidgetUpdate() && renderer() && !isImageType())
354 bool HTMLPlugInElement::isImageType() function in class:WebCore::HTMLPlugInElement
H A DHTMLPlugInElement.h75 bool isImageType();
H A DHTMLObjectElement.cpp107 if (isImageType()) {
371 if (!isImageType()) {
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h222 bool isImageType(const Type *Ty);
H A DNVPTXAsmPrinter.cpp1927 bool NVPTXAsmPrinter::isImageType(const Type *Ty) { function in class:NVPTXAsmPrinter
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp406 if (ty->isImageType()) {
/external/clang/include/clang/AST/
H A DType.h1581 bool isImageType() const; // Any OpenCL image type
4974 inline bool Type::isImageType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4981 return isSamplerT() || isEventT() || isImageType();
/external/clang/lib/Sema/
H A DSemaDecl.cpp6275 if (PT->isImageType())

Completed in 222 milliseconds