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()) {
155 if (isImageType())
H A DHTMLPlugInElement.cpp129 if (isImageType()) {
236 if (isImageType()) {
251 if (!useFallbackContent() && !usePlaceholderContent() && needsWidgetUpdate() && renderer() && !isImageType())
399 bool HTMLPlugInElement::isImageType() function in class:blink::HTMLPlugInElement
H A DHTMLPlugInElement.h85 bool isImageType();
H A DHTMLObjectElement.cpp114 if (renderer() && isImageType()) {
383 if (!isImageType()) {
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h232 bool isImageType(const Type *Ty);
H A DNVPTXAsmPrinter.cpp2282 bool NVPTXAsmPrinter::isImageType(const Type *Ty) { function in class:NVPTXAsmPrinter
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp401 if (ty->isImageType())
427 if (ty->isImageType()) {
/external/clang/include/clang/AST/
H A DType.h1580 bool isImageType() const; // Any OpenCL image type
5023 inline bool Type::isImageType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5030 return isSamplerT() || isEventT() || isImageType();
/external/clang/lib/Sema/
H A DSemaDecl.cpp6619 if (PT->isImageType())

Completed in 403 milliseconds