HomeSort by relevance Sort by last modified time
    Searched refs:frameView (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 298 NSView <WebDocumentView> *view = [[[m_webView selectedFrame] frameView] documentView];
393 return [[[frame frameView] documentView] pasteboardTypesForSelection];
610 WebHTMLView *webHTMLView = [[kit(frame) frameView] documentView];
618 WebHTMLView *webHTMLView = [[kit(frame) frameView] documentView];
    [all...]
WebFrameLoaderClient.mm 92 #import <WebCore/FrameView.h>
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 255 NSView *documentView = [[mainFrame frameView] documentView];
FrameLoadDelegate.mm 186 NSView *documentView = [[mainFrame frameView] documentView];
TextInputController.m 221 NSView <NSTextInput> *view = inputMethodView ? inputMethodView : (id)[[[webView mainFrame] frameView] documentView];
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 42 #include "FrameView.h"
442 FrameView* frameView = static_cast<FrameView*>(parent());
447 m_windowRect = frameView->contentsToWindow(frameRect());
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 721 FrameView* frameView = documentFrameView();
722 if (!frameView)
725 return frameView->frame()->document();
728 FrameView* AccessibilityObject::documentFrameView() const
    [all...]
AccessibilityRenderObject.cpp 686 FrameView* view = m_renderer->frame()->view();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 37 #include "FrameView.h"
377 Frame* frame = m_player->frameView() ? m_player->frameView()->frame() : 0;
    [all...]
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 45 #include "FrameView.h"
132 FrameView* frameView = static_cast<FrameView*>(parent());
137 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
175 if (!m_windowRect.intersects(frameView->frameRect())
184 // to the frame again) before passing it to FrameView.
    [all...]
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 44 #include "FrameView.h"
425 FrameView* frameView = static_cast<FrameView*>(parent());
431 m_windowRect = frameView->contentsToWindow(frameRect());
433 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
535 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
568 IntPoint locationInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().location());
621 IntRect rectInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
668 IntPoint p = static_cast<FrameView*>(parent())->contentsToWindow(IntPoint(event->pageX(), event->pageY()))
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp 39 #include "FrameView.h"
    [all...]
RenderBoxModelObject.cpp 706 if (!bgLayer->next() && !(bgColor.isValid() && bgColor.alpha() == 255) && view()->frameView()) {
727 isOpaqueRoot = !view()->frameView()->isTransparent();
729 view()->frameView()->setContentIsOpaque(isOpaqueRoot);
738 Color baseColor = view()->frameView()->baseBackgroundColor();
    [all...]
RenderImage.cpp 66 view()->frameView()->setIsVisuallyNonEmpty();
  /external/webkit/Source/WebKit/win/
WebView.cpp 89 #include <WebCore/FrameView.h>
829 void WebView::scrollBackingStore(FrameView* frameView, int dx, int dy, const IntRect& scrollViewRect, const IntRect& clipRect)
875 updateBackingStore(frameView, bitmapDC, false);
942 void WebView::updateBackingStore(FrameView* frameView, HDC dc, bool backingStoreCompletelyDirty, WindowsToPaint windowsToPaint)
961 if (FrameView* view = coreFrame->view())
976 paintIntoBackingStore(frameView, bitmapDC, paintRects[i], windowsToPaint);
1012 FrameView* frameView = coreFrame->view()
    [all...]
WebFrame.h 103 virtual HRESULT STDMETHODCALLTYPE frameView(
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFView.mm     [all...]
WebFrameView.mm 62 #import <WebCore/FrameView.h>
278 FrameView* view = frame->view();
381 if (WebCore::FrameView *view = frame? frame->view() : 0)
388 if (WebCore::FrameView *view = frame? frame->view() : 0)
504 if (FrameView* coreFrameView = coreFrame->view())
    [all...]
WebDataSource.mm 242 [[[[self webFrame] frameView] documentView] dataSourceUpdated:self];
WebHTMLView.mm 95 #import <WebCore/FrameView.h>
307 FrameView* frameView = coreFrame ? coreFrame->view() : 0;
308 if (!frameView || !frameView->isEnclosedInCompositingLayer()) {
316 invalidRectInFrameViewCoordinates.setY(frameView->frameRect().size().height() - invalidRectInFrameViewCoordinates.maxY());
318 frameView->invalidateRect(invalidRectInFrameViewCoordinates);
708 return [[_private->dataSource webFrame] frameView];
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 44 #include "FrameView.h"
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 41 #include "FrameView.h"
131 FrameView* frameView = static_cast<FrameView*>(parent());
136 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginDatabase.mm 362 NSView <WebDocumentView> *documentView = [[webFrame frameView] documentView];
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 39 #include "FrameView.h"
545 XMLDocumentParser::XMLDocumentParser(Document* document, FrameView* frameView)
547 , m_view(frameView)
    [all...]

Completed in 1253 milliseconds

1 2 34 5