HomeSort by relevance Sort by last modified time
    Searched defs:m_strings (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tools/localize/
ValuesFile.h 48 set<StringResource> m_strings; member in class:ValuesFile
XLIFFFile.h 51 inline set<StringResource> const& GetStringResources() const { return m_strings; }
92 set<StringResource> m_strings; member in class:XLIFFFile
  /external/webkit/Source/WebCore/dom/
DOMStringList.h 45 bool isEmpty() const { return m_strings.isEmpty(); }
46 void clear() { m_strings.clear(); }
47 void append(const String& string) { m_strings.append(string); }
50 size_t length() const { return m_strings.size(); }
57 Vector<String> m_strings; member in class:WebCore::DOMStringList
  /external/webkit/Source/WebCore/xml/
XPathParser.h 124 HashSet<String*> m_strings; member in class:WebCore::XPath::Parser
  /external/webkit/Source/WebCore/platform/cf/
BinaryPropertyList.cpp 151 HashMap<String, ObjectReference> m_strings; member in class:WebCore::BinaryPropertyListPlan
217 if (!m_strings.add(string, m_currentObjectReference).second)
335 ASSERT(m_strings.contains(string));
336 return m_strings.get(string);

Completed in 207 milliseconds