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

  /external/chromium_org/third_party/WebKit/Source/web/
WebDataSourceImpl.cpp 97 bool WebDataSourceImpl::replacesCurrentHistoryItem() const
99 return DocumentLoader::replacesCurrentHistoryItem();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.h 112 bool replacesCurrentHistoryItem() const { return m_replacesCurrentHistoryItem; }
113 void setReplacesCurrentHistoryItem(bool replacesCurrentHistoryItem) { m_replacesCurrentHistoryItem = replacesCurrentHistoryItem; }
FrameLoader.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 90 milliseconds