OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:didCreateGlobalHistoryEntry
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/loader/
DocumentLoader.h
190
bool
didCreateGlobalHistoryEntry
() const { return m_didCreateGlobalHistoryEntry; }
191
void setDidCreateGlobalHistoryEntry(bool
didCreateGlobalHistoryEntry
) { m_didCreateGlobalHistoryEntry =
didCreateGlobalHistoryEntry
; }
HistoryController.cpp
341
if (!frameLoader->documentLoader()->
didCreateGlobalHistoryEntry
() && frameLoader->documentLoader()->unreachableURL().isEmpty() && !m_frame->document()->url().isEmpty())
383
if (!m_frame->loader()->documentLoader()->
didCreateGlobalHistoryEntry
() && m_frame->loader()->documentLoader()->unreachableURL().isEmpty() && !m_frame->document()->url().isEmpty())
[
all
...]
FrameLoader.cpp
[
all
...]
Completed in 1515 milliseconds