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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoaderTypes.h 84 enum LoadStartType {
FrameLoaderClient.h 121 virtual void didStartLoading(LoadStartType) = 0;
EmptyClients.h 209 virtual void didStartLoading(LoadStartType) OVERRIDE { }
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.h 102 virtual void didStartLoading(WebCore::LoadStartType) OVERRIDE;
FrameLoaderClientImpl.cpp 489 void FrameLoaderClientImpl::didStartLoading(LoadStartType loadStartType)
492 m_webFrame->client()->didStartLoading(loadStartType == NavigationToDifferentDocument);

Completed in 195 milliseconds