Searched refs:view (Results 76 - 100 of 774) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/efl/
H A DPopupMenuEfl.cpp50 void PopupMenuEfl::show(const IntRect& rect, FrameView* view, int index) argument
53 ChromeClientEfl* chromeClient = static_cast<ChromeClientEfl*>(view->frame()->page()->chrome()->client());
56 m_view = view;
/external/webkit/Source/WebCore/platform/qt/
H A DWidgetQt.cpp81 ScrollView* view = root(); local
82 if (!view)
84 view->hostWindow()->setCursor(cursor);
/external/chromium/chrome/browser/chromeos/login/
H A Dhtml_page_screen.cc50 view()->SetWebPageDelegate(this);
58 view()->InitDOM(profile,
60 view()->SetTabContentsDelegate(this);
61 view()->LoadURL(url);
86 views::Widget* widget = view()->GetWidget();
104 view()->ShowPageContent();
H A Denterprise_enrollment_screen.cc90 if (view())
91 view()->set_editable_user(false);
126 if (view())
127 view()->ShowFatalEnrollmentError();
154 if (view()) {
161 view()->ShowFatalEnrollmentError();
164 view()->ShowAccountError();
167 view()->ShowNetworkEnrollmentError();
175 view()->ShowConfirmationScreen();
197 if (!view())
[all...]
/external/webkit/Source/WebCore/page/haiku/
H A DEventHandlerHaiku.cpp62 BView* view = m_frame->view()->platformWidget(); local
63 if (view && view->LockLooperWithTimeout(5000) == B_OK) {
64 view->MakeFocus(true);
65 view->UnlockLooper();
75 // Figure out which view to send the event to.
/external/webkit/Source/WebKit/mac/WebInspector/
H A DWebNodeHighlighter.mm59 // The scrollview's content view stays around between page navigations, so target it.
60 NSView *view = [[[[[_inspectedWebView mainFrame] frameView] documentView] enclosingScrollView] contentView];
61 if (![view window])
65 _currentHighlight = [[WebNodeHighlight alloc] initWithTargetView:view inspectorController:[_inspectedWebView page]->inspectorController()];
/external/chromium/chrome/browser/chromeos/views/
H A Dcopy_background.cc10 #include "views/view.h"
20 void CopyBackground::Paint(gfx::Canvas* canvas, views::View* view) const {
24 views::View::ConvertPointToView(view,
/external/webkit/Source/WebCore/dom/
H A DClientRect.idl27 module view {
H A DWheelEvent.cpp44 Granularity granularity, PassRefPtr<AbstractView> view,
48 true, true, view, 0, screenX, screenY, pageX, pageY,
58 void WheelEvent::initWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView> view, argument
65 initUIEvent(eventNames().mousewheelEvent, true, true, view, 0);
85 void WheelEvent::initWebKitWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView> view, argument
89 initWheelEvent(rawDeltaX, rawDeltaY, view, screenX, screenY, pageX, pageY,
103 WheelEventDispatchMediator::WheelEventDispatchMediator(const PlatformWheelEvent& event, PassRefPtr<AbstractView> view) argument
109 view, event.globalX(), event.globalY(), event.x(), event.y(), event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey()));
43 WheelEvent(float wheelTicksX, float wheelTicksY, float rawDeltaX, float rawDeltaY, Granularity granularity, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DTouchEvent.cpp43 PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY,
45 : MouseRelatedEvent(type, true, true, view, 0, screenX, screenY, pageX, pageY,
62 PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY,
68 initUIEvent(type, true, true, view, 0);
41 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
60 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
H A DUIEvent.idl24 readonly attribute DOMWindow view;
30 in DOMWindow view,
/external/webkit/Source/WebKit2/UIProcess/API/C/gtk/
H A DWKView.cpp42 RefPtr<WebView> view = WebView::create(toImpl(contextRef), toImpl(pageGroupRef)); local
43 return toAPI(view.release().leakRef());
/external/skia/src/views/
H A DSkViewInflate.cpp29 SkView* view = this->createView(dom, child); local
30 if (view)
32 this->rInflate(dom, child, view);
33 parent->attachChildToFront(view)->unref();
53 void SkViewInflate::inflateView(SkView* view, const SkDOM& dom, const SkDOM::Node* node) argument
55 // called after all of view's children have been instantiated.
58 view->inflate(dom, node);
112 SkView* view; local
113 return fIDs.find(id, &view) ? view
123 addIDStr(SkTDArray<IDStr>* list, SkView* view, const char* str) argument
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLBodyElement.cpp199 if (FrameView* view = document()->view())
200 view->scheduleRelayout();
283 FrameView* view = document->view(); local
284 return view ? adjustForZoom(view->scrollX(), document) : 0;
294 FrameView* view = frame->view();
295 if (!view)
305 FrameView* view = document->view(); local
327 FrameView* view = document->view(); local
336 FrameView* view = document->view(); local
[all...]
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.cc5 // Draws the view for the balloons.
66 return static_cast<chromeos::BalloonViewImpl*>(balloon->view());
170 BalloonViewImpl* view = local
172 if (!view->stale()) {
174 rect = view->bounds();
176 rect = rect.Union(view->bounds());
187 BalloonViewImpl* view = local
189 if (!view->stale())
198 BalloonViewImpl* view = local
200 view
206 BalloonViewImpl* view = local
214 BalloonViewImpl* view = local
227 views::View* view = GetChildViewAt(i); local
286 BalloonViewImpl* view = GetBalloonViewOf(balloon); local
292 BalloonViewImpl* view = GetBalloonViewOf(balloon); local
310 BalloonViewImpl* view = GetBalloonViewOf(balloon); local
339 HasBalloonView(View* view) argument
370 BalloonViewImpl* view = sticky_container_->FindBalloonView(notification); local
375 BalloonViewImpl* view = sticky_container_->FindBalloonView(point); local
381 BalloonViewImpl* view = GetBalloonViewOf(balloon); local
507 BalloonViewImpl* view = balloon_container_->Remove(balloon); local
565 SetActiveView(BalloonViewImpl* view) argument
676 BalloonViewImpl* view = GetBalloonViewOf(balloon); local
771 BalloonViewImpl* view = GetBalloonViewOf(balloon); local
779 OnStale(BalloonViewImpl* view) argument
803 BalloonViewImpl* view = balloon_container_->FindBalloonView(notification); local
[all...]
/external/chromium/chrome/browser/ui/cocoa/
H A Dfirst_run_bubble_controller.h21 + (FirstRunBubbleController*) showForView:(NSView*)view
H A Dl10n_util.h15 // Helper for tweaking views. If view is a:
19 NSSize WrapOrSizeToFit(NSView* view);
22 // the latter ones down to prevent overlaps. Returns the vertical delta in view
H A Dview_resizer.h14 // to their parents. When a controller needs to change a view's height, rather
19 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
H A Dview_resizer_pong.h19 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
/external/chromium/chrome/browser/ui/views/
H A Dtheme_background.cc16 #include "views/view.h"
22 void ThemeBackground::Paint(gfx::Canvas* canvas, views::View* view) const {
48 views::View::ConvertPointToView(view,
61 view->width(), view->height());
/external/chromium-trace/trace-viewer/src/
H A Dprofiling_view.css5 .profiling-view {
12 .profiling-view > .container {
/external/v8/test/mjsunit/tools/
H A Dprofile_view.js65 var view = new ProfileView(root);
73 view.traverse(fillFlatTree);
84 view.sort(function(n1, n2) {
90 view.traverse(fillFlatTree);
/external/webkit/Source/WebCore/inspector/front-end/
H A DPanel.js114 var view = this._searchResults[i];
115 if (view.searchCanceled)
116 view.searchCanceled();
117 delete view.currentQuery;
162 function finishedCallback(view, searchMatches)
168 this._searchResults.push(view);
174 this.searchMatchFound(view, searchMatches);
178 if (view === visibleView)
179 view.jumpToFirstSearchResult();
192 var view
[all...]
/external/webkit/Source/WebKit/chromium/public/
H A DWebDevToolsFrontend.h46 WEBKIT_API static WebDevToolsFrontend* create(WebView* view,
/external/webkit/Tools/DumpRenderTree/mac/
H A DTextInputController.h41 - (id)initWithWebView:(WebView *)view;

Completed in 820 milliseconds

1234567891011>>