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

  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 844 BuildFrame(frame, frame, root, (CachedFrame*) root);
846 setData((CachedFrame*) root);
    [all...]
CacheBuilder.h 59 class CachedFrame;
217 CachedRoot* cachedRoot, CachedFrame* cachedFrame);
218 bool CleanUpContainedNodes(CachedRoot* cachedRoot, CachedFrame* cachedFrame,
244 bool setData(CachedFrame* );
WebView.cpp 33 #include "CachedFrame.h"
251 const CachedFrame* cachedFrame;
262 cachedCursor = root->currentCursor(&cachedFrame);
292 const WebCore::IntRect& b = cachedCursor->bounds(cachedFrame);
359 const CachedFrame* frame;
468 const CachedFrame* cachedFrame;
469 const CachedNode* cachedNode = root->currentCursor(&cachedFrame);
471 *bounds = cachedNode->cursorRingBounds(cachedFrame);
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 28 #include "CachedFrame.h"
    [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 33 #include "CachedFrame.h"
871 void FrameLoaderClientAndroid::savePlatformDataToCachedFrame(WebCore::CachedFrame* cachedFrame) {
873 cachedFrame->setCachedFramePlatformData(platformData);
876 void FrameLoaderClientAndroid::transitionToCommittedFromCachedFrame(WebCore::CachedFrame* cachedFrame) {
877 CachedFramePlatformDataAndroid* platformData = reinterpret_cast<CachedFramePlatformDataAndroid*>(cachedFrame->cachedFramePlatformData());
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.h 74 class CachedFrame;
459 const CachedFrame* cachedFrame, const CachedNode* cachedNode);
WebViewCore.cpp 732 // non-null CachedNode/CachedFrame, since otherwise the WebViewCore's data
736 const CachedFrame* cachedFrame, const CachedNode* cachedNode)
740 LOG_ASSERT(cachedFrame, "updateCursorBounds: cachedFrame cannot be null");
746 WebCore::IntRect bounds = cachedNode->bounds(cachedFrame);
751 m_cursorHitBounds = cachedNode->hitBounds(cachedFrame);
752 m_cursorFrame = cachedFrame->framePointer();
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 80 #import <WebCore/CachedFrame.h>
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 53 #include <WebCore/CachedFrame.h>
695 void WebFrameLoaderClient::savePlatformDataToCachedFrame(CachedFrame* cachedFrame)
702 ASSERT(coreFrame->loader()->documentLoader() == cachedFrame->documentLoader());
705 cachedFrame->setCachedFramePlatformData(webPlatformData);
711 void WebFrameLoaderClient::transitionToCommittedFromCachedFrame(CachedFrame*)
    [all...]
  /external/webkit/WebCore/loader/
FrameLoader.cpp     [all...]

Completed in 126 milliseconds