Searched refs:view (Results 126 - 150 of 774) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_container_views.cc21 // native view host approach. See the header file for details.
40 views::View *v = static_cast<TabContentsViewTouch*>(tab_contents_->view());
49 views::View *v = static_cast<TabContentsViewTouch*>(contents->view());
/external/webkit/Source/WebCore/dom/
H A DMouseRelatedEvent.cpp58 FrameView* frameView = frame->view();
71 FrameView* frameView = frame->view();
92 Frame* frame = view() ? view()->frame() : 0;
94 if (FrameView* frameView = frame->view()) {
136 m_pageX = clientX + contentsX(view());
137 m_pageY = clientY + contentsY(view());
149 DOMWindow* window = event->view();
H A DTouch.cpp40 FrameView* frameView = frame->view();
50 FrameView* frameView = frame->view();
H A DUIEventWithKeyState.h47 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, argument
49 : UIEvent(type, canBubble, cancelable, view, detail)
/external/webkit/Source/WebCore/platform/efl/
H A DScrollbarEfl.cpp90 void ScrollbarEfl::setParent(ScrollView* view) argument
95 Widget::setParent(view);
98 if (!view)
101 object = edje_object_add(view->evas());
103 EINA_LOG_ERR("Could not create edje object for view=%p (evas=%p)",
104 view, view->evas());
109 } else if (!view) {
133 evas_object_smart_member_add(object, view->evasObject());
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginContainerSymbian.cpp35 PluginContainerSymbian::PluginContainerSymbian(PluginView* view, QWidget* parent, QGraphicsProxyWidget* proxy) argument
37 , m_pluginView(view)
/external/webkit/Source/WebCore/rendering/
H A DRenderPart.cpp92 if (RenderView* view = contentDocument->renderView())
93 return view->usesCompositing();
/external/webkit/Source/WebKit/mac/Carbon/
H A DHIViewAdapter.m102 NSView *view = self;
104 while (view) {
105 targetBounds = [view visibleRect];
106 if ((hiView = [HIViewAdapter getHIViewForNSView:view]) != NULL)
108 validRect = [view convertRect:validRect toView:[view superview]];
109 view = [view superview];
145 NSView *view = self;
147 while (view) {
[all...]
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginDatabase.h61 - (void)addPluginInstanceView:(NSView *)view;
62 - (void)removePluginInstanceView:(NSView *)view;
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFrameView.idl61 HRESULT documentView([out, retval] IWebDocumentView** view);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DPixelDumpSupportGtk.cpp40 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
41 GtkWidget* viewContainer = gtk_widget_get_parent(GTK_WIDGET(view));
/external/chromium/chrome/browser/chromeos/frame/
H A Ddom_browser_view_layout.cc29 views::View* view) {
30 ::BrowserViewLayout::ViewAdded(host, view);
31 switch (view->GetID()) {
33 status_area_ = static_cast<chromeos::StatusAreaView*>(view);
28 ViewAdded(views::View* host, views::View* view) argument
H A Ddom_browser_view.cc22 DOMBrowserView* view = new DOMBrowserView(browser); local
23 BrowserFrame::Create(view, browser->profile());
24 return view;
/external/chromium/chrome/browser/chromeos/views/
H A Dcopy_background.h18 // other (typically one of parent chain) view.
25 virtual void Paint(gfx::Canvas* canvas, views::View* view) const;
/external/chromium/chrome/browser/ui/cocoa/
H A Dcocoa_test_helper.h106 // A macro defining a standard set of tests to run on a view. Since we can't
108 // displaying the view to make sure it won't crash, as well as removing it
113 scoped_nsobject<NSView> view([test_view retain]); \
114 EXPECT_EQ([test_window() contentView], [view superview]); \
115 [view removeFromSuperview]; \
116 EXPECT_FALSE([view superview]); \
H A Dsidebar_controller.h19 // A class that handles updates of the sidebar view within a browser window.
24 // A view hosting sidebar contents.
33 // This controller's view.
34 - (NSSplitView*)view;
36 // The compiler seems to have trouble handling a function named "view" that
45 // Call when the sidebar view is properly sized and the render widget host view
46 // should be put into the view hierarchy.
/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host_gtk.cc21 TabContentsView* tab_view = find_bar_controller_->tab_contents()->view();
H A Dtheme_background.h22 // view in such a way that it's consistent with the frame's theme
24 // the offset from the frame view.
33 virtual void Paint(gfx::Canvas* canvas, views::View* view) const;
/external/webkit/Source/WebCore/inspector/front-end/
H A DGoToLineDialog.js31 WebInspector.GoToLineDialog = function(view)
48 var linesCount = view.textModel.linesCount;
64 this._view = view;
65 view.element.appendChild(this._element);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFontHaiku.cpp77 BView* view = graphicsContext->platformContext(); local
81 view->SetHighColor(color);
82 view->SetFont(m_font);
90 view->DrawString(out, sizeof(out), BPoint(offset, point.y()));
/external/webkit/Source/WebKit/chromium/public/
H A DWebAccessibilityCache.h50 virtual void initialize(WebView* view) = 0;
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebContextMenu.cpp64 FrameView* view = frame->view();
65 if (!view)
87 m_page->send(Messages::WebPageProxy::ShowContextMenu(view->contentsToWindow(controller->hitTestResult().point()), contextMenuState, proposedMenu, InjectedBundleUserMessageEncoder(userData.get())));
/external/webkit/Tools/WebKitTestRunner/mac/
H A DTestControllerMac.mm67 void TestController::runModal(PlatformWebView* view)
69 NSWindow *window = [view->platformView() window];
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp84 if (FrameView* frameView = frame->view())
96 WebViewCore* webViewCore = WebViewCore::getWebViewCore(m_webFrame->page()->mainFrame()->view());
136 FrameView* frameView = m_webFrame->page()->mainFrame()->view();
166 return android::WebViewCore::getWebViewCore(m_webFrame->page()->mainFrame()->view())->chromeCanTakeFocus(direction);
171 android::WebViewCore::getWebViewCore(m_webFrame->page()->mainFrame()->view())->chromeTakeFocus(direction);
176 android::WebViewCore::getWebViewCore(m_webFrame->page()->mainFrame()->view())->focusNodeChanged(node);
238 android::WebViewCore::getWebViewCore(m_webFrame->page()->mainFrame()->view())->addMessageToConsole(message, lineNumber, sourceID, msgLevel);
245 return android::WebViewCore::getWebViewCore(frame->view())->jsUnload(url, message);
263 m_webFrame->closeWindow(android::WebViewCore::getWebViewCore(mainFrame->view()));
270 android::WebViewCore::getWebViewCore(frame->view())
345 FrameView* view = mainFrame->view(); local
379 FrameView* view = doc->view(); local
487 FrameView* view = mainFrame->view(); local
511 FrameView* view = mainFrame->view(); local
[all...]
/external/chromium/chrome/browser/
H A Dgpu_process_host_ui_shim.cc265 RenderWidgetHostView* view = host->view(); local
266 if (view) {
267 gfx::PluginWindowHandle handle = view->GetCompositingSurface();
306 RenderWidgetHostView* view = host->view();
307 if (!view)
309 view->AcceleratedSurfaceSetIOSurface(params.window,
321 RenderWidgetHostView* view = host->view();
[all...]

Completed in 335 milliseconds

1234567891011>>