HomeSort by relevance Sort by last modified time
    Searched refs:m_localHref (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
ProcessingInstruction.h 47 const String& localHref() const { return m_localHref; }
86 String m_localHref;
ProcessingInstruction.cpp 98 // FIXME: Is it a problem that this does not copy m_localHref?
141 m_localHref = href.substring(1);
146 KURL finalURL(ParsedURLString, m_localHref);

Completed in 822 milliseconds