Home
last modified time | relevance | path

Searched refs:m_shouldResolveURLs (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h102 bool shouldResolveURLs() { return m_shouldResolveURLs == AbsoluteURLs; } in shouldResolveURLs()
111 const bool m_shouldResolveURLs; variable
DMarkupAccumulator.cpp79 , m_shouldResolveURLs(shouldResolveURLs) in MarkupAccumulator()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0675458 … (WebCore::MarkupAccumulator::shouldResolveURLs): Private inline accessor for m_shouldResolveURLs.