Searched refs:view (Results 426 - 450 of 774) sorted by relevance

<<11121314151617181920>>

/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraConfigurationManager.java25 import android.view.Display;
26 import android.view.WindowManager;
/external/webkit/Tools/DumpRenderTree/mac/
H A DEventSendingController.mm445 NSView *view = [mainFrame webView];
446 lastMousePosition = [view convertPoint:NSMakePoint(x, [view frame].size.height - y) toView:nil];
451 windowNumber:[[view window] windowNumber]
749 DOMAbstractView *view = [(DOMUIEvent*)event view];
750 if (view) {
751 printf(" view: OK");
752 if ([view document])
835 view
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dnetwork_screen_browsertest.cc149 NetworkSelectionView* network_view = network_screen->view();
182 NetworkSelectionView* network_view = network_screen->view();
224 NetworkSelectionView* network_view = network_screen->view();
264 NetworkSelectionView* network_view = network_screen->view();
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_collection_impl.h52 // Sets the active view.
53 virtual void SetActiveView(BalloonViewImpl* view) = 0;
/external/chromium/chrome/browser/extensions/
H A Dbrowser_action_test_util_views.cc70 return GetContainer(browser_)->TestGetPopup()->view()->bounds();
/external/chromium/chrome/browser/notifications/
H A Dballoon.h24 // Interface for a view that displays a balloon.
29 // Show the view on the screen.
35 // Reposition the view to match the position of its balloon.
38 // Close the view.
41 // The total size of the view.
44 // The host for the view's contents.
83 // Provides a view for this balloon. Ownership transfers
87 // Returns the balloon view associated with the balloon.
88 BalloonView* view() const { function in class:Balloon
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_gtk.h39 explicit DownloadShelfGtk(Browser* browser, gfx::NativeView view);
/external/quake/
H A DAndroid.mk88 view.cpp \
/external/quake/src/com/android/quake/
H A DQuakeActivity.java22 import android.view.WindowManager;
/external/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.h58 PluginWidgetAndroid(WebCore::PluginView* view);
81 view).
134 view in response to the invocation of this method and other various events.
148 the plugin's full-screen view is discarded by the view system. It is also
150 the view.
165 view hierarchy. For instance, if the visibility of the plugin has
167 view system.
177 /** Called when a plugin wishes to be zoomed and centered in the current view.
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputEventConversion.cpp287 ScrollView* view = widget->parent(); local
288 IntPoint p = view->contentsToWindow(
306 ScrollView* view = widget->parent(); local
307 IntPoint p = view->contentsToWindow(
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorClientQt.cpp70 QWebView* view = new QWebView; local
72 view->setPage(page);
73 view->setAttribute(Qt::WA_DeleteOnClose);
275 frame->view()->invalidateRect(rect);
385 // Clear reference from QWebInspector to the frontend view.
H A DQtFallbackWebPopup.cpp49 // Install an event filter on the view inside the combo box popup to make sure we know
52 view()->installEventFilter(this);
65 if (activeFocus && activeFocus == QComboBox::view()
87 Q_ASSERT(watched == view());
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp154 pageWidthInPixels = coreFrame->view()->width();
156 pageHeightInPixels = coreFrame->view()->height();
172 pageWidthInPixels = coreFrame->view()->width();
174 pageHeightInPixels = coreFrame->view()->height();
/external/webkit/Tools/DumpRenderTree/qt/
H A DEventSenderQt.h87 bool isGraphicsBased() const { return qobject_cast<WebCore::WebViewGraphicsBased*>(m_page->view()); }
/external/bison/src/
H A Dvcg.h146 enum view enum
836 anymore. Fisheye views are coordinate transformations: the view onto
840 this ball in 3 D, we have a polar fisheye view. There is a focus
854 Default is normal view. */ member in struct:graph
855 enum view view;
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_views_accessibility_browsertest.cc85 void TestViewAccessibilityObject(views::View* view, std::wstring name, argument
87 ASSERT_TRUE(NULL != view);
90 NativeViewAccessibilityWin::GetAccessibleForView(view),
143 // Retrieve accessibility object for non client view and verify accessibility
154 // Retrieve accessibility object for browser root view and verify
167 // Retrieve accessibility object for browser view and verify accessibility info.
169 // Verify root view MSAA name and role.
176 // Retrieve accessibility object for toolbar view and verify accessibility info.
/external/chromium/chrome/browser/ui/views/
H A Daccessible_pane_view.cc42 // Save the storage id to the last focused view. This would be used to request
43 // focus to the view when the traversal is ended.
62 // Set focus to the initial view. If it's a location bar, use a special
123 views::View* view = GetAncestorWithClassName(BrowserView::kViewClassName); local
124 if (view) {
125 BrowserView* browser_view = static_cast<BrowserView*>(view);
229 // directly focusing to a specific view (e.g., clicking on it).
H A Dfind_bar_host.cc125 view()->SchedulePaint();
239 // Ask the view how large an area it needs to draw on.
240 gfx::Size prefsize = view()->GetPreferredSize();
242 // Place the view in the top right corner of the widget boundaries (top left
311 return static_cast<FindBarView*>(view());
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_button_border.cc58 void InfoBarButtonBorder::Paint(const views::View& view, argument
60 const views::TextButton* mb = static_cast<const views::TextButton*>(&view);
72 const gfx::Rect& bounds = view.bounds();
/external/webkit/Source/WebCore/inspector/front-end/
H A DResourceTreeModel.js190 var view = WebInspector.ResourceView.resourceViewForResource(resource);
191 if (view.addMessage && msg.isErrorOrWarning() && msg.message)
192 view.addMessage(msg);
/external/webkit/Source/WebCore/platform/gtk/
H A DPopupMenuGtk.cpp58 void PopupMenuGtk::show(const IntRect& rect, FrameView* view, int index) argument
71 GdkWindow* window = gtk_widget_get_window(GTK_WIDGET(view->hostWindow()->platformPageClient()));
74 m_menuPosition = view->contentsToWindow(rect.location());
/external/webkit/Source/WebCore/rendering/
H A DRenderVideo.cpp205 else if (document()->view() && document()->view()->paintBehavior() & PaintBehaviorFlattenCompositingLayers)
247 mediaPlayer->setFrameView(document()->view());
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWKFullScreenWindowController.mm84 - (void)_swapView:(NSView*)view with:(NSView*)otherView;
495 - (void)_swapView:(NSView*)view with:(NSView*)otherView
497 [otherView setFrame:[view frame]];
498 [otherView setAutoresizingMask:[view autoresizingMask]];
500 [[view superview] replaceSubview:view with:otherView];
/external/webkit/Tools/DumpRenderTree/win/
H A DAccessibilityControllerWin.cpp89 COMPtr<IWebView> view; local
90 if (FAILED(frame->webView(&view)))
93 COMPtr<IWebViewPrivate> viewPrivate(Query, view);

Completed in 8448 milliseconds

<<11121314151617181920>>