HomeSort by relevance Sort by last modified time
    Searched refs:FrameView (Results 176 - 200 of 207) sorted by null

1 2 3 4 5 6 78 9

  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 41 #include "FrameView.h"
849 FrameView* view = core(m_frame)->view();
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 92 #import <WebCore/FrameView.h>
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 42 #include "FrameView.h"
320 FrameView* view = m_frame->view();
    [all...]
DumpRenderTreeSupportQt.cpp 42 #include "FrameView.h"
474 WebCore::FrameView* view = coreFrame->view();
    [all...]
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.cpp 35 #include <WebCore/FrameView.h>
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 52 #include "FrameView.h"
    [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 41 #include "FrameView.h"
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 129 #import <WebCore/FrameView.h>
693 WebFrameView *frameView = nil;
696 frameView = [[WebFrameView alloc] initWithFrame: NSMakeRect(0,0,f.size.width,f.size.height)];
697 [frameView setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
698 [self addSubview:frameView];
699 [frameView release];
747 [WebFrame _createMainFrameWithPage:_private->page frameName:frameName frameView:frameView];
768 if (nextKeyView && nextKeyView != frameView)
769 [frameView setNextKeyView:nextKeyView]
    [all...]
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/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 43 #import <WebCore/FrameView.h>
  /external/webkit/Source/WebCore/page/
Page.cpp 46 #include "FrameView.h"
889 FrameView* view = frame->view();
SpatialNavigation.cpp 34 #include "FrameView.h"
296 // Get the FrameView in which |node| is (which means the current viewport if |node|
299 FrameView* frameView = node->document()->view();
300 if (!frameView)
303 ASSERT(!frameView->needsLayout());
305 IntRect containerViewportRect = frameView->visibleContentRect();
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 613 FrameView* view = layer->renderer()->frame()->view();
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp 60 #include "FrameView.h"
    [all...]
RenderView.cpp 28 #include "FrameView.h"
48 RenderView::RenderView(Node* node, FrameView* view)
205 frameView()->setUseSlowRepaints();
212 frameView()->setUseSlowRepaints();
242 if (frameView()->isTransparent()) // FIXME: This needs to be dynamic. We should be able to go back to blitting if we ever stop being transparent.
243 frameView()->setUseSlowRepaints(); // The parent must show behind the child.
245 Color baseColor = frameView()->baseBackgroundColor();
RenderObject.cpp 39 #include "FrameView.h"
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp 32 #include "FrameView.h"
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 47 #include <WebCore/FrameView.h>
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 49 #include "FrameView.h"
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 39 #include "FrameView.h"
545 XMLDocumentParser::XMLDocumentParser(Document* document, FrameView* frameView)
547 , m_view(frameView)
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp 32 #include "FrameView.h"
446 FrameView* view = frame ? frame->view() : 0;
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 44 #include "FrameView.h"
135 FrameView* parentView = m_element->document()->view();
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 56 #include <WebCore/FrameView.h>
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp 63 #include "FrameView.h"
811 // Null-checking the FrameView indicates whether or not we're in the destructor.
    [all...]

Completed in 938 milliseconds

1 2 3 4 5 6 78 9