Searched defs:view (Results 76 - 100 of 369) sorted by relevance

1234567891011>>

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTabSpec.java5 import android.view.View;
41 * @return the view object set in a call to {@code TabSpec#setIndicator(View)}
63 public TabHost.TabSpec setIndicator(View view) { argument
64 this.indicatorView = view;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAppWidgetManagerTest.java8 import android.view.View;
96 private void assertContains(String expectedText, View view) { argument
97 String actualText = shadowOf(view).innerText();
H A DVideoViewTest.java22 private VideoView view; field in class:VideoViewTest
25 view = new VideoView(null);
31 view.setOnPreparedListener(l);
32 ShadowVideoView shadowVideoView = Robolectric.shadowOf(view);
39 view.setOnErrorListener(l);
40 ShadowVideoView shadowVideoView = Robolectric.shadowOf(view);
47 view.setOnCompletionListener(l);
48 ShadowVideoView shadowVideoView = Robolectric.shadowOf(view);
54 view.setVideoPath("video.mp4");
55 ShadowVideoView shadowVideoView = Robolectric.shadowOf(view);
[all...]
/external/skia/legacy/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/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/accessibility/
H A DAccessibilityScrollView.cpp39 AccessibilityScrollView::AccessibilityScrollView(ScrollView* view) argument
40 : m_scrollView(view)
44 PassRefPtr<AccessibilityScrollView> AccessibilityScrollView::create(ScrollView* view) argument
46 return adoptRef(new AccessibilityScrollView(view));
68 // If this is WebKit1 then the native scroll view needs to return the
/external/webkit/Source/WebCore/dom/
H A DTouchEvent.h46 const AtomicString& type, PassRefPtr<AbstractView> view,
51 type, view, screenX, screenY, pageX, pageY,
57 PassRefPtr<AbstractView> view, int screenX, int screenY,
44 create(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
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
/external/webkit/Source/WebCore/history/
H A DCachedFrame.h50 FrameView* view() const { return m_view.get(); } function in class:WebCore::CachedFrameBase
83 using CachedFrameBase::view;
/external/webkit/Source/WebCore/inspector/front-end/
H A DTabbedPane.js41 appendTab: function(id, tabTitle, view)
48 this._contentElement.appendChild(view.element);
50 this._tabs[id] = { tabElement: tabElement, view: view }
76 tab.view.show(this._contentElement);
82 tab.view.visible = false;
/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/WebCore/page/win/
H A DFrameCGWin.cpp42 static void drawRectIntoContext(IntRect rect, FrameView* view, GraphicsContext* gc) argument
44 IntSize offset = view->scrollOffset();
46 rect = view->convertToContainingWindow(rect);
50 view->paint(gc, rect);
55 PaintBehavior oldPaintBehavior = frame->view()->paintBehavior();
56 frame->view()->setPaintBehavior(oldPaintBehavior | PaintBehaviorFlattenCompositingLayers);
72 drawRectIntoContext(ir, frame->view(), &gc);
78 frame->view()->setPaintBehavior(oldPaintBehavior);
87 frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceBlackText : 0));
92 frame->view()
[all...]
/external/webkit/Source/WebCore/page/wince/
H A DFrameWinCE.cpp62 if (!frame->document() || !frame->view() || !frame->document()->renderer())
99 frame->view()->adjustPageHeightDeprecated(&proposedBottom, printedPagesHeight, proposedBottom, printedPagesHeight);
109 if (!frame->view())
112 frame->view()->setPaintBehavior(PaintBehaviorSelectionOnly | (forceBlackText ? PaintBehaviorForceBlackText : 0));
120 FrameView* view = frame->view(); local
121 if (view->parent()) {
122 ir.setLocation(view->parent()->convertChildToSelf(view, ir.location()));
126 ir = view
[all...]
/external/webkit/Source/WebCore/platform/
H A DWidget.cpp46 void Widget::setParent(ScrollView* view) argument
48 ASSERT(!view || !m_parent);
49 if (!view || !view->isVisible())
51 m_parent = view;
52 if (view && view->isVisible())
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DWKCACFViewLayerTreeHost.cpp53 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewSetLayer, void, __cdecl, (WKCACFViewRef view, CACFLayerRef layer), (view, layer))
54 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewUpdate, void, __cdecl, (WKCACFViewRef view, HWND window, const CGRect* bounds), (view, window, bounds))
55 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewCanDraw, bool, __cdecl, (WKCACFViewRef view), (view))
56 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewDraw, void, __cdecl, (WKCACFViewRef view), (view))
57 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewFlushContext, void, __cdecl, (WKCACFViewRef view), (view))
96 contextDidChangeCallback(WKCACFViewRef view, void* info) argument
[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/haiku/
H A DPopupMenuHaiku.cpp98 void show(const IntRect& rect, FrameView* view, int index) argument
129 BRect screenRect(view->contentsToScreen(rect));
175 void PopupMenuHaiku::show(const IntRect& rect, FrameView* view, int index) argument
178 m_menu->show(rect, view, index);
/external/webkit/Source/WebCore/platform/qt/
H A DWidgetQt.cpp81 ScrollView* view = root(); local
82 if (!view)
84 view->hostWindow()->setCursor(cursor);
/external/webkit/Source/WebKit/android/plugins/
H A DANPSurfaceInterface.cpp49 static inline sp<android::Surface> getSurface(JNIEnv* env, jobject view) { argument
50 if (!env || !view) {
56 jclass surfaceViewClass = env->FindClass("android/view/SurfaceView");
58 "()Landroid/view/SurfaceHolder;");
60 jclass surfaceHolderClass = env->FindClass("android/view/SurfaceHolder");
62 "()Landroid/view/Surface;");
70 jobject holder = env->CallObjectMethod(view, gSurfaceJavaGlue.getSurfaceHolder);
/external/webkit/Source/WebKit/chromium/src/
H A DWebAccessibilityCacheImpl.cpp95 void WebAccessibilityCacheImpl::initialize(WebView* view) argument
98 WebAccessibilityObject root = view->accessibilityObject();
H A DWebDevToolsFrontendImpl.cpp77 WebView* view,
82 static_cast<WebViewImpl*>(view),
76 create( WebView* view, WebDevToolsFrontendClient* client, const WebString& applicationLocale) argument
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 DDragClientQt.cpp94 QWidget* view = m_webPage->view(); local
95 if (view) {
96 QDrag* drag = new QDrag(view);
106 PlatformMouseEvent me(m_webPage->view()->mapFromGlobal(QCursor::pos()), QCursor::pos(), LeftButton, MouseEventMoved, 0, false, false, false, false, 0);
/external/webkit/Source/WebKit/win/
H A DWebDropSource.cpp147 FrameView* view = m_webView->page()->mainFrame()->view(); local
148 if (!view)
154 view->setCursor(pointerCursor());
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKView.cpp41 RefPtr<WebView> view = WebView::create(rect, toImpl(contextRef), toImpl(pageGroupRef), parentWindow); local
42 return toAPI(view.release().releaseRef());

Completed in 1777 milliseconds

1234567891011>>