Searched refs:view (Results 451 - 475 of 774) sorted by relevance

<<11121314151617181920>>

/external/webkit/Tools/QtTestBrowser/
H A Dwebpage.cpp87 QObject* view = parent(); local
89 QVariant value = view->property("keyboardModifiers");
204 return loader.createWidget(classId, view());
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp639 // such as when the layer type is set or the view is attached/detached from the window
1027 WebView* view = GET_NATIVE_VIEW(env, obj); local
1028 ALOG_ASSERT(view, "view not set in nativeSetHeightCanMeasure");
1029 view->setHeightCanMeasure(measure);
1034 WebView* view = reinterpret_cast<WebView*>(ptr); local
1035 ALOGD("nativeDestroy view: %p", view);
1036 ALOG_ASSERT(view, "view no
1048 WebView* view = GET_NATIVE_VIEW(env, obj); local
1184 WebView* view = GET_NATIVE_VIEW(env, jwebview); local
1258 WebView* view = GET_NATIVE_VIEW(env, jwebview); local
1270 WebView* view = reinterpret_cast<WebView*>(nativeView); local
[all...]
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm182 -(void)setView:(NSView*)view;
429 id view = [self superview];
430 ASSERT(!view || [view isKindOfClass:[QTMovieView class]]);
431 if (!view || ![view isKindOfClass:[QTMovieView class]])
434 FakeQTMovieView *movieView = static_cast<FakeQTMovieView *>(view);
1245 // Don't resize the view now because [view setFrame] also resizes the movie itself, and because
1250 // the view whe
[all...]
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp849 FrameView* view = core(m_frame)->view(); local
850 if (view)
851 view->forceLayout(true);
1244 WebKitWebView* view = getViewFromFrame(m_frame); local
1246 webkit_web_view_request_download(view, networkRequest.get(), response, handle);
1306 g_signal_emit_by_name(webView, "create-web-view", m_frame, &newWebView);
1332 WebKitWebView* view = getViewFromFrame(m_frame); local
1334 webkit_web_view_request_download(view, networkRequest.get());
1353 if (cachedFrame->view())
1357 postCommitFrameViewSetup(WebKitWebFrame *frame, FrameView *view, bool resetValues) argument
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp281 IntSize currentVisibleContentSize = m_frame->view() ? m_frame->view()->actualVisibleContentRect().size() : IntSize();
292 m_frame->view()->setPaintsEntireContents(page->d->client->viewResizesToContentsEnabled());
293 m_frame->view()->setDelegatesScrolling(page->d->client->viewResizesToContentsEnabled());
297 m_frame->view()->setActualVisibleContentRect(IntRect(IntPoint::zero(), currentVisibleContentSize));
320 FrameView* view = m_frame->view(); local
321 if (view)
322 view->layout(true);
598 QWidget* view local
[all...]
/external/quake/quake/src/QW/client/
H A Dqwcl.mak136 -@erase "$(INTDIR)\view.obj"
252 "$(INTDIR)\view.obj" \
419 -@erase "$(INTDIR)\view.obj"
420 -@erase "$(INTDIR)\view.sbr"
513 "$(INTDIR)\view.sbr" \
610 "$(INTDIR)\view.obj" \
731 -@erase "$(INTDIR)\view.obj"
732 -@erase "$(INTDIR)\view.sbr"
809 "$(INTDIR)\view.sbr" \
874 "$(INTDIR)\view
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.css905 /* Keep this in sync with view-source.css (.webkit-line-gutter-backdrop) */
916 .resource-view {
926 .resource-view.visible {
930 .resource-view.font {
938 .resource-view.image > .image {
943 .resource-view.image > .info {
949 .resource-view.image img.resource-image-view {
967 .resource-view.image .title {
972 .resource-view
[all...]
H A DProfileView.js32 this.element.addStyleClass("profile-view");
57 this.view = "Heavy";
421 if (event.target.selectedIndex == 1 && this.view == "Heavy") {
424 this.view = "Tree";
425 } else if (event.target.selectedIndex == 0 && this.view == "Tree") {
428 this.view = "Heavy";
H A DDetailedHeapshotGridNodes.js231 var view = this.dataGrid.snapshotView;
232 data["shallowSize"] = view.showShallowSizeAsPercent ? WebInspector.UIString("%.2f%%", this._shallowSizePercent) : Number.bytesToString(this._shallowSize);
233 data["retainedSize"] = view.showRetainedSizeAsPercent ? WebInspector.UIString("%.2f%%", this._retainedSizePercent) : Number.bytesToString(this._retainedSize);
473 var view = this.dataGrid.snapshotView;
474 data["count"] = view.showCountAsPercent ? WebInspector.UIString("%.2f%%", this._countPercent) : this._count;
475 data["shallowSize"] = view.showShallowSizeAsPercent ? WebInspector.UIString("%.2f%%", this._shallowSizePercent) : Number.bytesToString(this._shallowSize);
476 data["retainedSize"] = "> " + (view.showRetainedSizeAsPercent ? WebInspector.UIString("%.2f%%", this._retainedSizePercent) : Number.bytesToString(this._retainedSize));
H A DDetailedHeapshotView.js386 this.element.addStyleClass("detailed-heapshot-view");
396 this.containmentView.element.addStyleClass("view");
403 this.constructorsView.element.addStyleClass("view");
410 this.diffView.element.addStyleClass("view");
417 this.dominatorView.element.addStyleClass("view");
424 retainmentView.element.addStyleClass("view");
425 retainmentView.element.addStyleClass("retaining-paths-view");
454 this.views = [{title: "Summary", view: this.constructorsView, grid: this.constructorsDataGrid},
455 {title: "Comparison", view: this.diffView, grid: this.diffDataGrid},
456 {title: "Containment", view
[all...]
/external/llvm/tools/gold/
H A Dgold-plugin.cpp243 const void *view; local
246 if (get_view(file->handle, &view) != LDPS_OK) {
247 (*message)(LDPL_ERROR, "Failed to get a view of %s", file->name);
263 view = buffer->getBufferStart();
266 if (!lto_module_is_object_file_in_memory(view, file->filesize))
269 M = lto_module_create_from_memory(view, file->filesize);
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
H A DWebPageWin.cpp349 resultRect = frame->view()->contentsToWindow(rect);
367 ScrollView* scollView = childFrame->view();
422 if (ScrollView* view = frame->view())
423 verticalScrollbar = view->verticalScrollbar();
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserWindow.cpp62 connect(m_browser->view(), SIGNAL(loadProgress(int)), SLOT(loadProgress(int)));
63 connect(m_browser->view(), SIGNAL(titleChanged(const QString&)), SLOT(setWindowTitle(const QString&)));
64 connect(m_browser->view(), SIGNAL(urlChanged(const QUrl&)), SLOT(urlChanged(const QUrl&)));
159 return m_browser->view()->page();
211 m_browser->view()->setFocus();
/external/webkit/Source/WebCore/page/
H A DSpatialNavigation.cpp299 FrameView* frameView = node->document()->view();
365 frame->view()->scrollBy(IntSize(dx, dy));
478 if (!frame->view())
482 frame->view()->calculateScrollbarModesForLayout(horizontalMode, verticalMode);
487 IntSize size = frame->view()->contentsSize();
488 IntSize offset = frame->view()->scrollOffset();
489 IntRect rect = frame->view()->visibleContentRect(true);
514 rect.move((-frame->view()->scrollOffset()));
522 ASSERT(node && node->renderer() && !node->document()->view()->needsLayout());
540 return rectToAbsoluteCoordinates(frame, frame->view()
[all...]
H A DPage.cpp267 if (m_mainFrame->view())
268 m_mainFrame->view()->forceLayout();
615 if (frame->view())
616 frame->view()->didMoveOnscreen();
623 if (frame->view())
624 frame->view()->willMoveOffscreen();
889 FrameView* view = frame->view(); local
890 if (!view)
893 const HashSet<RefPtr<Widget> >* children = view
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm378 if (FrameView* view = frame->view()) {
379 view->setTransparent(!drawsBackground);
380 view->setBaseBackgroundColor(colorFromNSColor([backgroundColor colorUsingColorSpaceName:NSDeviceRGBColorSpace]));
381 view->setShouldUpdateWhileOffscreen([webView shouldUpdateWhileOffscreen]);
547 // If we're drawing into a bitmap, we might be snapshotting, or drawing into a layer-backed view.
564 FrameView* view = _private->coreFrame->view();
569 FrameView* parentView = parentFrame ? parentFrame->view() : 0;
577 oldBehavior = view
[all...]
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp453 QVariant empty = m_page->mainFrame()->evaluateJavaScript("window.styleMedia.matchMedium(\"(-webkit-view-mode)\")");
456 QVariant minimized = m_page->mainFrame()->evaluateJavaScript("window.styleMedia.matchMedium(\"(-webkit-view-mode: minimized)\")");
459 QVariant maximized = m_page->mainFrame()->evaluateJavaScript("window.styleMedia.matchMedium(\"(-webkit-view-mode: maximized)\")");
522 QWebView view; local
523 view.setHtml("<p>test");
525 view.page()->updatePositionDependentActions(pos);
527 foreach (QObject* child, view.children()) {
538 QWebView view; local
539 view.setHtml("<p>test");
542 view
652 createPlugin(QWebView *view) argument
1448 QWebView view; local
1527 QObject* view = 0; local
2181 QWebView* view = new QWebView; local
2497 QWebView* view = new QWebView; local
2795 QWebView view; local
[all...]
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp106 FrameView* view = frame->view();
107 if (!view)
110 view->setNeedsLayout();
111 view->forceLayout(true);
733 WebView* view = m_webFrame->webView(); local
736 view->frameRect(&rect);
737 bool transparent = view->transparent();
885 // Assemble the view arguments in a property bag.
901 COMPtr<IWebEmbeddedView> view; local
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerCompositor.cpp1112 if (RenderView* view = contentDocument->renderView())
1113 return view->compositor();
1339 bool RenderLayerCompositor::allowsIndependentlyCompositedFrames(const FrameView* view) argument
1343 return view->platformWidget();
1380 FrameView* view = static_cast<FrameView*>(frameRenderer->widget()); local
1381 if (view->isOverlappedIncludingAncestors() || view->hasCompositingAncestor())
1705 static bool shouldCompositeOverflowControls(ScrollView* view) argument
1707 if (view->platformWidget())
1710 if (!view
1718 ScrollView* view = m_renderView->frameView(); local
1724 ScrollView* view = m_renderView->frameView(); local
1730 ScrollView* view = m_renderView->frameView(); local
[all...]
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp1107 FrameView* frameView = frame->view();
1112 IntPoint point = roundedIntPoint(FloatPoint(centerX * zoomFactor + view()->scrollX(), centerY * zoomFactor + view()->scrollY()));
1155 FrameView* frameView = frame->view();
1353 FrameView* Document::view() const function in class:WebCore::Document
1355 return m_frame ? m_frame->view() : 0;
1445 if (view() && view()->isPainting()) {
1446 ASSERT(!view()->isPainting());
1462 RefPtr<FrameView> frameView = view();
1765 FrameView* view = m_frame->view(); local
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_actions_container.cc207 // widget/view, and true will grab it right back and try to send events
445 BrowserActionView* view = new BrowserActionView(*iter, this); local
446 browser_action_views_.push_back(view);
447 AddChildView(view);
523 // We calculate the size of the view by taking the current width and
525 // resizing the view or, if animating the snapping, how far to animate it).
562 BrowserActionView* view = browser_action_views_[i]; local
565 view->SetBounds(x, 0, icon_width, height());
566 view->SetVisible(true);
568 view
909 BrowserActionView* view = new BrowserActionView(extension, this); local
[all...]
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginStream.mm162 WebNetscapePluginView *view = (WebNetscapePluginView *)plugin->ndata;
164 // This check has already been done by the plug-in view.
165 ASSERT(core([view webFrame])->document()->securityOrigin()->canDisplay([request URL]));
174 if (SecurityOrigin::shouldHideReferrer([request URL], core([view webFrame])->loader()->outgoingReferrer()))
204 WebNetscapePluginView *view = m_pluginView.get();
208 [view disconnectStream:this];
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMEvents.idl200 // in DOMWindow view,
208 HRESULT initKeyboardEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] BSTR keyIdentifier, [in] unsigned long keyLocation, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey, [in] BOOL graphKey);
220 // in DOMWindow view,
270 // in DOMWindow view,
282 HRESULT initMouseEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] long detail, [in] long screenX, [in] long screenY, [in] long clientX, [in] long clientY, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey, [in] unsigned short button, [in] IDOMEventTarget* relatedTarget);
373 //readonly attribute DOMWindow view;
374 HRESULT view([out, retval] IDOMWindow** result);
382 // in DOMWindow view,
384 HRESULT initUIEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] long detail);
468 // in DOMWindow view,
[all...]
/external/webkit/Source/WebKit/win/
H A DWebView.cpp751 updateBackingStore(core(topLevelFrame())->view());
888 coreFrame->view()->resize(newSize);
961 if (FrameView* view = coreFrame->view())
962 view->updateLayoutAndStyleIfNeededRecursive();
1012 FrameView* frameView = coreFrame->view();
1282 IntPoint documentPoint(m_page->mainFrame()->view()->windowToContents(coords));
1286 targetFrame->view()->setCursor(pointerCursor());
1307 FrameView* view = frame->view();
[all...]
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc165 virtual void Paint(gfx::Canvas* canvas, views::View* view) const;
170 // The view hosting this background.
188 views::View* view) const {
198 if (contents && contents->view())
199 height = contents->view()->GetContainerSize().height();
749 selected_tab_contents->view()->RestoreFocus();
782 // of the view where focus should be returned if the user exits the toolbar.
834 // Figure out which view (if any) currently has the focus.
1010 DownloadInProgressDialogView* view = local
1012 browser::CreateViewsWindow(GetNativeHandle(), gfx::Rect(), view)
1716 SplitHandleMoved(views::SingleSplitView* view) argument
2451 BrowserView* view = new BrowserView(browser); local
[all...]

Completed in 1434 milliseconds

<<11121314151617181920>>