Searched refs:isVisited (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
H A DDependencyGraphTraverse.cpp28 if (!graphTraverser->isVisited(node))
H A DDependencyGraph.h206 bool isVisited(TGraphNode* node) const { return mVisited.find(node) != mVisited.end(); } function in class:TDependencyGraphTraverser
/external/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp51 bool isVisited() const;
165 bool MBBInfo::isVisited() const { return HTScope; } function in class:MBBInfo
191 if (MBBI.isVisited()) {
/external/chromium_org/content/renderer/accessibility/
H A Dblink_ax_enum_conversion.cc68 if (o.isVisited())
77 if (o.isVisited())
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.h102 virtual bool isVisited() const OVERRIDE;
H A DAXObject.h380 virtual bool isVisited() const { return false; } function in class:blink::AXObject
H A DAXRenderObject.cpp516 bool AXRenderObject::isVisited() const function in class:blink::AXRenderObject
/external/chromium_org/third_party/WebKit/public/web/
H A DWebAXObject.h115 BLINK_EXPORT bool isVisited() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1380 bool isVisited = insideLink() == InsideVisitedLink; local
1382 StyleColor styleColor = isVisited ? visitedLinkTextDecorationColor() : textDecorationColor();
1389 StyleColor textStrokeStyleColor = isVisited ? visitedLinkTextStrokeColor() : textStrokeColor();
1394 return isVisited ? visitedLinkTextFillColor() : textFillColor();
1399 bool isVisited = insideLink() == InsideVisitedLink; local
1400 return visitedDependentDecorationStyleColor().resolve(isVisited ? visitedLinkColor() : color());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp397 bool WebAXObject::isVisited() const function in class:blink::WebAXObject
402 return m_private->isVisited();
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1254 bool isVisited(const SUnit *SU) const { function in class:llvm::SchedDFSImpl
1460 if (Impl.isVisited(SU) || hasDataSucc(SU))
1477 if (Impl.isVisited(PredDep.getSUnit())) {
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp690 bool isVisited(const MemRegion *R) { function in class:__anon18282::ClusterAnalysis
2324 if (W.isVisited(Base))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 342 milliseconds