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

  /external/chromium_org/third_party/WebKit/public/web/
WebDataSource.h 85 virtual bool replacesCurrentHistoryItem() const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebDataSourceImpl.cpp 93 bool WebDataSourceImpl::replacesCurrentHistoryItem() const
95 return DocumentLoader::replacesCurrentHistoryItem();
WebDataSourceImpl.h 66 virtual bool replacesCurrentHistoryItem() const;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.h 120 bool replacesCurrentHistoryItem() const { return m_replacesCurrentHistoryItem; }
121 void setReplacesCurrentHistoryItem(bool replacesCurrentHistoryItem) { m_replacesCurrentHistoryItem = replacesCurrentHistoryItem; }
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 176 milliseconds