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

  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
clear-watch-invalid-id-crash.js 1 description("Tests for a crash when clearWatch() is called with a zero ID.<br><br>We call clearWatch() with a request in progress then navigate the page. This accesses the watchers map during cleanup and triggers the crash. This page should not be visible when the test completes.");
  /external/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.h 109 virtual bool navigate(const TestNavigationEntry&, bool reload) = 0;
196 // when we navigate again. It's used only so we know what the currently
TestNavigationController.cpp 264 if (m_host->navigate(*m_pendingEntry.get(), reload)) {