Searched refs:setPure (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTileTexture.h78 void setPure(bool pure) { m_isPureColor = pure; } function in class:WebCore::TileTexture
80 void setPureColor(const Color& color) { m_pureColor = color; setPure(true); }
H A DTransferQueue.cpp373 destTexture->setPure(false);
/external/clang/include/clang/AST/
H A DDeclCXX.h644 friend void FunctionDecl::setPure(bool);
H A DDecl.h1695 void setPure(bool P = true);
/external/clang/lib/AST/
H A DDecl.cpp1696 void FunctionDecl::setPure(bool P) { function in class:FunctionDecl
H A DASTImporter.cpp2565 ToFunction->setPure(D->isPure());
/external/clang/lib/Sema/
H A DSemaDecl.cpp2360 New->setPure();
5201 NewFD->setPure(true);
H A DSemaDeclCXX.cpp10639 Method->setPure();

Completed in 580 milliseconds