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

  /external/webkit/Source/WebKit2/Shared/
StringPairVector.h 37 class StringPairVector {
39 StringPairVector()
43 StringPairVector(Vector<std::pair<String, String> > stringPairVector)
45 m_stringPairVector.swap(stringPairVector);
53 static bool decode(CoreIPC::ArgumentDecoder* decoder, StringPairVector& stringPairVector)
55 return decoder->decode(stringPairVector.m_stringPairVector);
58 const Vector<std::pair<String, String> >& stringPairVector() const { return m_stringPairVector; }
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 41 #include "StringPairVector.h"
    [all...]

Completed in 22 milliseconds