Searched refs:view (Results 151 - 175 of 774) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/views/
H A Ddetachable_toolbar_view.h26 // Whether the view is currently detached from the Chrome frame.
39 views::View* view,
53 views::View* view);
57 DetachableToolbarView* view);
73 // height of the view you want to paint the divider into, not the height of
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_view.h26 // A class that represents the container that this view is in.
31 // Mouse event notifications from the view. (useful for hover UI).
32 virtual void OnExtensionMouseMove(ExtensionView* view) = 0;
33 virtual void OnExtensionMouseLeave(ExtensionView* view) = 0;
34 virtual void OnExtensionPreferredSizeChanged(ExtensionView* view) {} argument
53 // Set a custom background for the view. The background will be tiled.
56 // Sets the container for this view.
84 // Note that host_ owns view
87 // The browser window that this view is in.
93 // The background the view shoul
[all...]
/external/chromium/chrome/browser/ui/views/infobars/
H A Dextension_infobar.h38 virtual void OnExtensionMouseMove(ExtensionView* view);
39 virtual void OnExtensionMouseLeave(ExtensionView* view);
40 virtual void OnExtensionPreferredSizeChanged(ExtensionView* view);
/external/replicaisland/src/com/replica/replicaisland/
H A DKeyboardConfigDialogPreference.java28 import android.view.KeyEvent;
29 import android.view.View;
92 protected void onBindDialogView(View view) { argument
93 super.onBindDialogView(view);
101 mLeftText = (TextView)view.findViewById(R.id.key_left);
104 mRightText = (TextView)view.findViewById(R.id.key_right);
107 mJumpText = (TextView)view.findViewById(R.id.key_jump);
110 mAttackText = (TextView)view.findViewById(R.id.key_attack);
113 mLeftBorder = view.findViewById(R.id.left_border);
114 mRightBorder = view
[all...]
/external/webkit/Source/WebCore/dom/
H A DTextEvent.h41 static PassRefPtr<TextEvent> createForPlainTextPaste(PassRefPtr<AbstractView> view, const String& data, bool shouldSmartReplace);
42 static PassRefPtr<TextEvent> createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle);
43 static PassRefPtr<TextEvent> createForDrop(PassRefPtr<AbstractView> view, const String& data);
H A DUIEvent.h40 static PassRefPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail) argument
42 return adoptRef(new UIEvent(type, canBubble, cancelable, view, detail));
48 AbstractView* view() const { return m_view.get(); } function in class:WebCore::UIEvent
H A DMouseEvent.cpp34 PassRefPtr<MouseEvent> MouseEvent::create(const AtomicString& eventType, PassRefPtr<AbstractView> view, const PlatformMouseEvent& event, int detail, PassRefPtr<Node> relatedTarget) argument
40 return MouseEvent::create(eventType, true, isCancelable, view,
52 MouseEvent::MouseEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, argument
57 : MouseRelatedEvent(eventType, canBubble, cancelable, view, detail, screenX, screenY,
70 void MouseEvent::initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, argument
78 initUIEvent(type, canBubble, cancelable, view, detail);
134 PassRefPtr<SimulatedMouseEvent> SimulatedMouseEvent::create(const AtomicString& eventType, PassRefPtr<AbstractView> view, PassRefPtr<Event> underlyingEvent) argument
136 return adoptRef(new SimulatedMouseEvent(eventType, view, underlyingEvent));
143 SimulatedMouseEvent::SimulatedMouseEvent(const AtomicString& eventType, PassRefPtr<AbstractView> view, PassRefPtr<Event> underlyingEvent) argument
144 : MouseEvent(eventType, true, true, view,
[all...]
/external/webkit/Source/WebCore/platform/gtk/
H A DWidgetGtk.cpp63 ScrollView* view = root(); local
64 if (!view)
66 view->hostWindow()->setCursor(cursor);
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformScreenQt.cpp66 QWidget* view = client->ownerWidget(); local
67 if (view)
68 depth = view->depth();
/external/webkit/Source/WebCore/platform/wx/
H A DWidgetWx.cpp59 ScrollView* view = root(); local
60 if (!view)
62 view->hostWindow()->setCursor(cursor);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPageClientQt.h53 : view(newView)
60 Q_ASSERT(view);
90 QWidget* view; member in class:WebCore::PageClientQWidget
116 QGraphicsItemOverlay(QGraphicsWidget* view, QWebPage* p) argument
117 :QGraphicsObject(view)
118 , q(view)
149 : view(newView)
160 Q_ASSERT(view);
164 view->setFlag(QGraphicsItem::ItemUsesExtendedStyleOption);
165 syncMetaMethod = view
213 QGraphicsWebView* view; member in class:WebCore::PageClientQGraphicsWidget
[all...]
/external/skia/src/views/
H A DSkView.cpp147 SkView* view = this; local
151 if (!view->isVisible()) {
154 if (view->isClipToBounds()) {
156 view->getLocalBounds(&bounds);
163 if (view->handleInval(rect)) {
167 SkView* parent = view->fParent;
173 rect->offset(view->fLoc.fX, view->fLoc.fY);
175 view = parent;
183 SkView* view local
195 const SkView* view = this; local
613 const SkView* view = this; local
779 dumpview(const SkView* view, int level, bool recurse) argument
[all...]
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp300 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
301 ASSERT(view);
303 WebKitWebInspector* inspector = webkit_web_view_get_inspector(view);
342 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
343 ASSERT(view);
348 webkit_web_view_set_view_mode(view, WEBKIT_WEB_VIEW_VIEW_MODE_WINDOWED);
350 webkit_web_view_set_view_mode(view, WEBKIT_WEB_VIEW_VIEW_MODE_FLOATING);
352 webkit_web_view_set_view_mode(view, WEBKIT_WEB_VIEW_VIEW_MODE_FULLSCREEN);
354 webkit_web_view_set_view_mode(view, WEBKIT_WEB_VIEW_VIEW_MODE_MAXIMIZED);
356 webkit_web_view_set_view_mode(view, WEBKIT_WEB_VIEW_VIEW_MODE_MINIMIZE
395 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
404 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
413 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
422 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
431 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
440 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
449 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
520 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
536 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
557 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
607 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
762 WebKitWebView* view = webkit_web_frame_get_web_view(mainFrame); local
[all...]
/external/webkit/Source/WebCore/page/chromium/
H A DFrameChromium.cpp44 , paintBehavior(frame->view()->paintBehavior())
45 , backgroundColor(frame->view()->baseBackgroundColor())
53 frame->view()->setPaintBehavior(paintBehavior);
54 frame->view()->setBaseBackgroundColor(backgroundColor);
55 frame->view()->setNodeToDraw(0);
/external/chromium/chrome/browser/chromeos/login/
H A Dnetwork_screen.cc155 !view()->is_dialog_open() &&
159 views::View* network_control = view()->GetNetworkControlView();
176 if (!view() || !network)
204 view()->ShowConnectingStatus(false, network_id_);
205 view()->EnableContinue(is_connected);
217 view()->ShowConnectingStatus(continue_pressed_, network_id_);
219 view()->EnableContinue(false);
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_popup_gtk.cc46 host_->view()->SetContainer(this);
123 host_->view()->native_view(),
148 ExtensionViewGtk* view,
153 view->render_view_host()->view()->SetSize(gfx::Size(width, height));
154 gtk_widget_set_size_request(view->native_view(), width, height);
172 return gfx::Rect(host_->view()->native_view()->allocation);
147 OnExtensionPreferredSizeChanged( ExtensionViewGtk* view, const gfx::Size& new_size) argument
/external/webkit/Source/WebCore/platform/haiku/
H A DScrollbarThemeHaiku.cpp133 BView* view = context->platformContext(); local
137 be_control_look->DrawButtonFrame(view, drawRect, drawRect, buttonBgColor, panelBgColor);
138 be_control_look->DrawButtonBackground(view, drawRect, drawRect, buttonBgColor);
146 be_control_look->DrawArrowShape(view, drawRect, drawRect, ui_color(B_CONTROL_TEXT_COLOR), arrowDirection);
155 BView* view = context->platformContext(); local
159 be_control_look->DrawButtonFrame(view, drawRect, drawRect, buttonBgColor, panelBgColor);
160 be_control_look->DrawButtonBackground(view, drawRect, drawRect, buttonBgColor);
/external/webkit/Source/WebCore/inspector/front-end/
H A DResourcesPanel.js372 var view = WebInspector.ResourceView.resourceViewForResource(resource);
373 if (view.highlightLine)
374 view.highlightLine(line);
381 var view = WebInspector.ResourceView.resourceViewForResource(resource);
382 this._fetchAndApplyDiffMarkup(view, resource);
383 this._innerShowView(view);
390 var view = revision._view; variable
391 this._fetchAndApplyDiffMarkup(view, revision.resource, revision);
392 this._innerShowView(view);
395 _fetchAndApplyDiffMarkup: function(view, resourc
448 var view; variable
473 var view; variable
[all...]
/external/webkit/Source/WebCore/page/mac/
H A DEventHandlerMac.mm160 if (FrameView* frameView = m_frame->view()) {
170 // Figure out which view to send the event to.
226 NSView *view = [nodeView hitTest:[[nodeView superview] convertPoint:[currentNSEvent() locationInWindow] fromView:nil]];
227 if (!view) {
236 if (page->chrome()->client()->firstResponder() != view) {
238 // But in our case, the event was sent to the view representing the entire web page.
239 if ([currentNSEvent() clickCount] <= 1 && [view acceptsFirstResponder] && [view needsPanelToBecomeKey])
240 page->chrome()->client()->makeFirstResponder(view);
258 [view mouseDow
[all...]
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DCorrectionPanel.mm58 void CorrectionPanel::show(WebView* view, CorrectionPanelInfo::PanelType type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
62 if (!view)
67 m_view = view;
78 [[NSSpellChecker sharedSpellChecker] showCorrectionIndicatorOfType:indicatorType primaryString:replacementStringAsNSString alternativeStrings:alternativeStrings forStringInRect:[view convertRect:boundingBoxOfReplacedString fromView:nil] view:m_view.get() completionHandler:^(NSString* acceptedString) {
113 void CorrectionPanel::recordAutocorrectionResponse(WebView* view, NSCorrectionResponse response, const String& replacedString, const String& replacementString)
115 [[NSSpellChecker sharedSpellChecker] recordResponse:response toCorrection:replacementString forWord:replacedString language:nil inSpellDocumentWithTag:[view spellCheckerDocumentTag]];
/external/webkit/Tools/WebKitTestRunner/
H A DTestController.cpp82 PlatformWebView* view = static_cast<TestController*>(const_cast<void*>(clientInfo))->mainWebView(); local
83 return view->windowFrame();
88 PlatformWebView* view = static_cast<TestController*>(const_cast<void*>(clientInfo))->mainWebView(); local
89 view->setWindowFrame(frame);
94 PlatformWebView* view = static_cast<PlatformWebView*>(const_cast<void*>(clientInfo)); local
95 return view->windowFrame();
100 PlatformWebView* view = static_cast<PlatformWebView*>(const_cast<void*>(clientInfo)); local
101 view->setWindowFrame(frame);
125 const PlatformWebView* view = static_cast<const PlatformWebView*>(clientInfo); local
126 delete view;
131 PlatformWebView* view = new PlatformWebView(WKPageGetContext(oldPage), WKPageGetPageGroup(oldPage)); local
[all...]
/external/webkit/Source/WebKit/qt/tests/qwebview/
H A Dtst_qwebview.cpp161 QVERIFY(page != 0); // deleting view must not have deleted the page, since it's not a child of view
182 WebViewCrashTest(QWebView* view) argument
183 : m_view(view)
186 view->connect(view, SIGNAL(loadProgress(int)), this, SLOT(loading(int)));
206 QWebView view; local
207 WebViewCrashTest tester(&view);
209 view.load(url);
464 QWebView view; local
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp299 FrameView* frameView = m_coreFrame->view();
470 FrameView* view = m_coreFrame->view();
471 if (!view)
474 return IntRect(0, 0, view->contentsWidth(), view->contentsHeight());
482 FrameView* view = m_coreFrame->view();
483 if (!view)
486 IntRect contentRect = view
[all...]
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc30 // Max number of download views we'll contain. Any time a view is added and
34 // Padding from left edge and first download view.
70 // Sets size->width() to view's preferred width + size->width().s
71 // Sets size->height() to the max of the view's preferred height and
73 void AdjustSize(views::View* view, gfx::Size* size) { argument
74 gfx::Size view_preferred = view->GetPreferredSize();
131 void DownloadShelfView::AddDownloadView(DownloadItemView* view) { argument
136 DCHECK(view);
137 download_views_.push_back(view);
138 AddChildView(view);
147 DownloadItemView* view = new DownloadItemView( local
163 RemoveDownloadView(View* view) argument
204 OpenedDownload(DownloadItemView* view) argument
420 SchedulePaintForDownloadItem(views::View* view) argument
[all...]
/external/chromium/chrome/browser/resources/touch_ntp/
H A Dslider.js121 var view = this.container_.ownerDocument.defaultView;
122 assert(view.getComputedStyle(this.container_).display == '-webkit-box',
124 assert(view.getComputedStyle(this.frame_).overflow == 'hidden',
126 assert(view.getComputedStyle(this.container_).position == 'static',
129 assert(view.getComputedStyle(card).position == 'static',
239 * Moves the view to the specified position.
287 * view and possibly calling the change card callback.
313 * Centers the view on the card denoted by this.currentCard. Can either

Completed in 393 milliseconds

1234567891011>>