Searched refs:view (Results 1 - 25 of 369) sorted by relevance

1234567891011>>

/external/webkit/WebCore/page/mac/
H A DChromeMac.mm29 void Chrome::focusNSView(NSView* view)
34 if (firstResponder == view)
37 if (![view window] || ![view superview] || ![view acceptsFirstResponder])
40 client()->makeFirstResponder(view);
43 // remove the view from its superview while it's being made
46 if (![view superview])
/external/webkit/WebKit/qt/docs/webkitsnippets/
H A Dqtwebkit_qwebview_snippet.cpp6 view->page()->history();
11 view->page()->settings();
16 view->triggerAction(QWebPage::Copy);
21 view->page()->triggerPageAction(QWebPage::Stop);
26 view->page()->triggerPageAction(QWebPage::GoBack);
31 view->page()->triggerPageAction(QWebPage::GoForward);
/external/webkit/WebCore/page/
H A DScreen.cpp60 return static_cast<unsigned>(screenRect(m_frame->view()).height());
67 return static_cast<unsigned>(screenRect(m_frame->view()).width());
74 return static_cast<unsigned>(screenDepth(m_frame->view()));
81 return static_cast<unsigned>(screenDepth(m_frame->view()));
88 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).x());
95 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).y());
102 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).height());
109 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).width());
/external/webkit/WebCore/dom/
H A DCompositionEvent.cpp38 CompositionEvent::CompositionEvent(const AtomicString& type, PassRefPtr<AbstractView> view, const String& data) argument
39 : UIEvent(type, true, true, view, 0)
48 void CompositionEvent::initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, const String& data) argument
53 initUIEvent(type, canBubble, cancelable, view, 0);
H A DTextEvent.cpp40 TextEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data) argument
41 : UIEvent(eventNames().textInputEvent, true, true, view, 0)
52 void TextEvent::initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, const String& data) argument
57 initUIEvent(type, canBubble, cancelable, view, 0);
H A DClientRectList.idl27 module view {
H A DTouchEvent.cpp36 PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY,
38 : MouseRelatedEvent(type, true, true, view, 0, screenX, screenY, pageX, pageY,
48 PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY,
54 initUIEvent(type, true, true, view, 0);
34 TouchEvent(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
46 initTouchEvent(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
/external/webkit/WebCore/platform/mac/
H A DWebCoreView.m50 NSView *view = [self documentView];
51 return view ? [view _webcore_effectiveFirstResponder] : [super _webcore_effectiveFirstResponder];
60 NSView *view = [self contentView];
61 return view ? [view _webcore_effectiveFirstResponder] : [super _webcore_effectiveFirstResponder];
H A DWidgetMac.mm67 static void safeRemoveFromSuperview(NSView *view)
69 // If the the view is the first responder, then set the window's first responder to nil so
70 // we don't leave the window pointing to a view that's no longer in it.
71 NSWindow *window = [view window];
73 if ([firstResponder isKindOfClass:[NSView class]] && [(NSView *)firstResponder isDescendantOf:view])
79 [view removeFromSuperview];
83 Widget::Widget(NSView *view)
86 init(view);
106 NSView *view = [platformWidget() _webcore_effectiveFirstResponder];
108 page->chrome()->focusNSView(view);
[all...]
/external/webkit/WebKit/qt/docs/webkitsnippets/simple/
H A Dmain.cpp29 QWebView *view = new QWebView(parent); local
30 view->load(QUrl("http://qt.nokia.com/"));
31 view->show();
/external/webkit/WebCore/rendering/
H A DRenderPartObject.cpp77 FrameView* view = static_cast<FrameView*>(widget()); local
78 RenderView* root = view ? view->frame()->contentRenderer() : NULL;
89 // Resize the view to recalc the height.
92 if (w > view->width())
94 if (w != view->width() || h != view->height()) {
95 view->resize(w, h);
98 // Layout the view.
100 view
212 FrameView* view = static_cast<FrameView*>(widget()); local
[all...]
H A DRenderFrame.cpp57 FrameView* view = static_cast<FrameView*>(widget());
63 view->setMarginWidth(marginw);
65 view->setMarginHeight(marginh);
72 FrameView* view = static_cast<FrameView*>(widget()); local
74 if (view->frame() && view->frame()->document() &&
75 view->frame()->document()->renderer() &&
76 view->frame()->document()->renderer()->isRenderView())
77 root = static_cast<RenderView*>(view->frame()->document()->renderer());
80 view
[all...]
/external/webkit/WebKit/gtk/tests/
H A Dtestwebdatasource.c37 WebKitWebView* view; local
42 view = WEBKIT_WEB_VIEW(webkit_web_view_new());
43 g_object_ref_sink(view);
44 frame = webkit_web_view_get_main_frame(view);
55 g_object_unref(view);
58 static void notify_load_status_unreachable_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) argument
60 WebKitLoadStatus status = webkit_web_view_get_load_status (view);
61 WebKitWebFrame* frame = webkit_web_view_get_main_frame(view);
79 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) argument
81 WebKitLoadStatus status = webkit_web_view_get_load_status (view);
128 WebKitWebView* view; local
146 WebKitWebView* view; local
[all...]
/external/webkit/WebCore/css/
H A DMedia.idl26 module view {
H A DMedia.cpp44 FrameView* view = m_frame ? m_frame->view() : 0; local
45 if (view)
46 return view->mediaType();
/external/webkit/WebCore/page/wince/
H A DFrameWince.cpp71 if (!frame->document() || !frame->view() || !frame->document()->renderer())
108 frame->view()->adjustPageHeight(&proposedBottom, printedPagesHeight, proposedBottom, printedPagesHeight);
118 if (!frame->view())
121 frame->view()->setPaintRestriction(forceBlackText ? PaintRestrictionSelectionOnlyBlackText : PaintRestrictionSelectionOnly);
129 FrameView* view = frame->view(); local
130 if (view->parent()) {
131 ir.setLocation(view->parent()->convertChildToSelf(view, ir.location()));
132 w = ir.width() * view
[all...]
/external/webkit/WebCore/inspector/front-end/
H A Daudits.css53 #audit-result-view {
66 #audit-result-view.visible {
70 #audit-result-view > .pane img.score {
79 #audit-result-view > .pane img.score.red {
83 #audit-result-view > .pane img.score.green {
87 #audit-result-view > .pane.expanded:nth-last-of-type(1) {
91 #audit-result-view .pane.expanded:nth-last-of-type(1) {
95 #audit-result-view > .pane > .body > .pane > .title {
101 #audit-result-view > .pane > .body > .pane > .body {
105 #audit-result-view >
[all...]
/external/webkit/WebKit/mac/Carbon/
H A DHIWebView.mm102 static const OSType NSViewCarbonControlViewPropertyTag = 'view';
147 static void HIWebViewDestructor( HIWebView* view );
157 static ControlPartCode HitTest( HIWebView* view, const HIPoint* where );
158 static OSStatus GetRegion( HIWebView* view, ControlPartCode inPart, RgnHandle outRgn );
165 HIWebView* view,
168 static void ActiveStateChanged( HIWebView* view );
181 HIWebView* view,
186 static NSView* AdvanceFocus( HIWebView* view, bool forward );
187 static void RelinquishFocus( HIWebView* view, bool inAutodisplay );
194 static void StartUpdateObserver( HIWebView* view );
[all...]
/external/webkit/WebCore/platform/android/
H A DPlatformBridge.h128 static void setUIRootLayer(const FrameView* view, const LayerAndroid* layer);
129 static void immediateRepaint(const FrameView* view);
131 static int screenWidth(const FrameView* view);
132 static int screenHeight(const FrameView* view);
/external/webkit/WebCore/platform/win/
H A DWidgetWin.cpp79 ScrollView* view = root(); local
80 if (!view || !view->isFrameView()) {
85 Frame* frame = static_cast<FrameView*>(view)->frame();
/external/webkit/WebKit/mac/Plugins/
H A DWebPluginController.h48 + (BOOL)isPlugInView:(NSView *)view;
50 - (id)initWithDocumentView:(NSView *)view;
54 - (void)addPlugin:(NSView *)view;
55 - (void)destroyPlugin:(NSView *)view;
H A DWebPluginController.mm90 NSView *view = nil;
94 view = [viewFactory plugInViewWithArguments:arguments];
97 view = [viewFactory pluginViewWithArguments:arguments];
100 if (view == nil) {
107 [pluginViews addObject:view];
109 return view;
112 + (BOOL)isPlugInView:(NSView *)view
114 return [pluginViews containsObject:view];
117 - (id)initWithDocumentView:(NSView *)view
120 _documentView = view;
[all...]
/external/webkit/WebKitTools/DumpRenderTree/mac/
H A DAppleScriptController.h38 - (id)initWithWebView:(WebView *)view;
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
H A Dxme.h34 extern int XiGMiscQueryResolutions(Display *dpy, int screen, int view,
37 extern void XiGMiscChangeResolution(Display *dpy, int screen, int view,
/external/webkit/WebCore/page/win/
H A DFrameCGWin.cpp42 static void drawRectIntoContext(IntRect rect, FrameView* view, GraphicsContext* gc) argument
44 IntSize offset = view->scrollOffset();
46 rect = view->convertToContainingWindow(rect);
50 view->paint(gc, rect);
55 PaintBehavior oldPaintBehavior = frame->view()->paintBehavior();
56 frame->view()->setPaintBehavior(oldPaintBehavior | PaintBehaviorFlattenCompositingLayers);
74 drawRectIntoContext(ir, frame->view(), &gc);
80 frame->view()->setPaintBehavior(oldPaintBehavior);
89 frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceBlackText : 0));
94 frame->view()
[all...]

Completed in 297 milliseconds

1234567891011>>