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

  /external/webkit/WebKit/android/nav/
CachedNode.h 103 const WebCore::String& getExport() const { return mExport; }
151 void setExport(const WebCore::String& exported) { mExport = exported; }
179 WebCore::String mExport;
CachedNode.cpp 240 mExport = WebCore::String();
378 size_t index = snprintf(scratch, sizeof(scratch), "// char* mExport=\"");
379 const UChar* ch = b->mExport.characters();

Completed in 158 milliseconds