Searched defs:sameDocumentNavigation (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp3330 bool sameDocumentNavigation = currentItem && item->shouldDoSameDocumentNavigationTo(currentItem); local
3340 sameDocumentNavigation = false;
3343 if (sameDocumentNavigation)

Completed in 25 milliseconds