Searched defs:view (Results 201 - 225 of 369) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/gtk/tests/
H A Dtestdownload.c205 static gboolean mime_type_policy_decision_requested_cb(WebKitWebView* view, WebKitWebFrame* frame, argument
H A Dtestwebview.c111 WebKitWebView* view = WEBKIT_WEB_VIEW(webkit_web_view_new()); local
112 g_object_ref_sink(G_OBJECT(view));
116 g_object_connect(G_OBJECT(view),
122 webkit_web_view_load_uri(view, base_uri);
129 g_object_unref(view);
145 WebKitWebView* view = WEBKIT_WEB_VIEW(webkit_web_view_new()); local
151 gtk_container_add(GTK_CONTAINER(scrolled_window), GTK_WIDGET(view));
158 g_signal_connect(view, "notify::progress", G_CALLBACK (idle_quit_loop_cb), NULL);
167 webkit_web_view_load_uri(view, uri);
186 webkit_web_view_execute_script(view, scrip
201 WebKitWebView* view = WEBKIT_WEB_VIEW(webkit_web_view_new()); local
[all...]
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage_p.h173 QWeakPointer<QWidget> view; member in class:QWebPagePrivate
/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.
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
H A Dtst_qdeclarativewebview.cpp364 QGraphicsWebView view; local
365 view.load(QUrl("qrc:///resources/sample.html"));
373 QCOMPARE(wv->property("prefWidth").toDouble(), view.preferredWidth());
378 QGraphicsWebView view; local
379 view.load(QUrl("qrc:///resources/sample.html"));
387 QCOMPARE(wv->property("prefHeight").toDouble(), view.preferredHeight());
504 QDeclarativeView view; local
505 view.setSource(QUrl("qrc:///resources/webviewbackgroundcolor.qml"));
506 view.show();
507 QTest::qWaitForWindowShown(&view);
[all...]
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
H A Dtst_qgraphicswebview.cpp126 QGraphicsView view(&scene);
134 view.setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
135 view.resize(600, 480);
136 webView->resize(view.geometry().size());
139 view.show();
172 QGraphicsView view; local
173 view.show();
174 QGraphicsScene* scene = new QGraphicsScene(&view);
175 view.setScene(scene);
177 view
234 QGraphicsView* view = new QGraphicsView; local
267 QGraphicsView* view = new QGraphicsView; local
574 GraphicsView view; local
[all...]
/external/webkit/Source/WebKit/win/
H A DDOMEventsClasses.h247 virtual HRESULT STDMETHODCALLTYPE view(
257 /* [in] */ IDOMWindow* view,
356 virtual HRESULT STDMETHODCALLTYPE view( function in class:DOMKeyboardEvent
357 /* [retval][out] */ IDOMWindow** result) { return DOMUIEvent::view(result); }
366 /* [in] */ IDOMWindow* view,
367 /* [in] */ long detail) { return DOMUIEvent::initUIEvent(type, canBubble, cancelable, view, detail); }
420 /* [in] */ IDOMWindow* view,
504 virtual HRESULT STDMETHODCALLTYPE view( function in class:DOMMouseEvent
505 /* [retval][out] */ IDOMWindow** result) { return DOMUIEvent::view(result); }
514 /* [in] */ IDOMWindow* view,
362 initUIEvent( BSTR type, BOOL canBubble, BOOL cancelable, IDOMWindow* view, long detail) argument
510 initUIEvent( BSTR type, BOOL canBubble, BOOL cancelable, IDOMWindow* view, long detail) argument
863 virtual HRESULT STDMETHODCALLTYPE view( function in class:DOMWheelEvent
869 initUIEvent( BSTR type, BOOL canBubble, BOOL cancelable, IDOMWindow* view, long detail) argument
[all...]
/external/webkit/Source/WebKit/wince/
H A DWebView.cpp114 if (view()) {
117 view()->resize(IntRect(windowRect).size());
203 FrameView* WebView::view() const function in class:WebView
205 return m_frame ? m_frame->view() : 0;
235 FrameView* frameView = view();
395 if (view()) {
411 if (frame()->eventHandler() && view()->didFirstLayout())
416 if (frame()->eventHandler() && view()->didFirstLayout())
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
H A DLayerTreeHostCAWin.cpp90 RetainPtr<WKCACFViewRef> view(AdoptCF, WKCACFViewCreate(kWKCACFViewDrawingDestinationImage));
92 WKCACFViewUpdate(view.get(), dummyWindow, &fakeBounds);
94 supportsAcceleratedCompositing = WKCACFViewCanDraw(view.get());
96 WKCACFViewUpdate(view.get(), 0, 0);
226 void LayerTreeHostCAWin::contextDidChangeCallback(WKCACFViewRef view, void* info) argument
235 ASSERT_ARG(view, view == host->m_view);
/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);
H A DEditingDelegate.cpp374 /* [in] */ IWebView* view,
373 checkSpellingOfString( IWebView* view, LPCTSTR text, int length, int* misspellingLocation, int* misspellingLength) argument
/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/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_unittest.cc141 TestingAutocompleteEditView view; local
144 AutocompleteEditModel model(&view, &controller, &profile);
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_view.cc77 views::View* view) {
78 ::BrowserViewLayout::ViewAdded(host, view);
79 switch (view->GetID()) {
81 status_area_ = static_cast<chromeos::StatusAreaView*>(view);
138 // considered title bar area of client view.
415 // Create a browser view for chromeos.
416 BrowserView* view; local
418 view = new chromeos::PanelBrowserView(browser);
420 view = new chromeos::BrowserView(browser);
421 BrowserFrame::Create(view, browse
76 ViewAdded(views::View* host, views::View* view) argument
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc264 CaptchaView* view = local
266 view->Init();
267 view->set_delegate(this);
269 GetNativeWindow(), gfx::Rect(), view);
402 PasswordChangedView* view = new PasswordChangedView(this, false); local
405 view);
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_view.cc47 // Top, Right margin for notification control view.
55 // overlays on top of renderer view.
61 explicit NotificationControlView(BalloonViewImpl* view) argument
62 : balloon_view_(view),
95 // The control view will never be resized, so just layout once.
218 AddChildView(html_contents_->view());
259 html_contents_->view()->SetBounds(0, 0, size.width(), size.height());
261 RenderWidgetHostView* view = html_contents_->render_view_host()->view(); local
262 if (view)
347 RenderWidgetHostView* view = html_contents_->render_view_host()->view(); local
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_cookie_view.cc449 GtkChromeCookieView* view = GTK_CHROME_COOKIE_VIEW( local
451 BuildWidgets(view, editable_expiration);
452 g_signal_connect(view, "realize", G_CALLBACK(InitStyles), NULL);
453 return GTK_WIDGET(view);
/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble_border.cc198 void BubbleBorder::Paint(const views::View& view, gfx::Canvas* canvas) const { argument
216 const int bottom = view.height() - insets.bottom() + b_height;
218 const int right = view.width() - insets.right() + r_width;
228 arrow_offset = view.width() - arrow_offset - 1;
231 arrow_offset = view.height() - arrow_offset - 1;
426 void BubbleBackground::Paint(gfx::Canvas* canvas, views::View* view) const {
427 // The border of this view creates an anti-aliased round-rect region for the
436 gfx::Rect bounds(view->GetContentsBounds());
/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/ui/views/
H A Dfirst_run_bubble.cc49 // Base class for implementations of the client view which appears inside the
50 // first run bubble. It is a dialog-ish view, but is not a true dialog.
478 FirstRunBubbleViewBase* view = NULL; local
482 view = new FirstRunOEMBubbleView(bubble, profile);
485 view = new FirstRunBubbleView(bubble, profile);
488 view = new FirstRunMinimalBubbleView(bubble, profile);
493 bubble->set_view(view);
495 parent, position_relative_to, arrow_location, view, bubble);
496 bubble->GetFocusManager()->AddFocusChangeListener(view);
497 view
[all...]
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_touch.cc48 // Make sure to remove any stored view we may still have in the ViewStorage.
50 // It is possible the view went away before us, so we only do this if the
51 // view is registered.
75 if (render_widget_host->view()) {
76 // During testing, the view will already be set up in most cases to the
77 // test view, so we don't want to clobber it with a real one. To verify that
79 // view twice), we check for the RVH Factory, which will be set when we're
82 return render_widget_host->view();
91 RenderWidgetHostViewViews* view = local
93 AddChildView(view);
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DGame.java21 import android.view.KeyEvent;
22 import android.view.MotionEvent;
23 import android.view.WindowManager;
483 public void setSurfaceView(GLSurfaceView view) { argument
484 mSurfaceView = view;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectric.java49 import android.support.v4.view.PagerAdapter;
50 import android.support.v4.view.ViewPager;
61 import android.view.*;
62 import android.view.animation.*;
63 import android.view.inputmethod.InputMethodManager;
1244 * @param view the view to click on
1248 public static boolean clickOn(View view) { argument
1249 return shadowOf(view).checkedPerformClick();
1252 public static String visualize(View view) { argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAlertDialog.java7 import android.view.View;
41 private View view; field in class:ShadowAlertDialog
59 if(view == null) {
63 return view.findViewById(viewId);
67 public void setView(View view) { argument
68 this.view = view;
142 public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
221 * @return return the view set with {@link ShadowAlertDialog.ShadowBuilder#setView(View)}
224 return view;
263 private View view; field in class:ShadowAlertDialog.ShadowBuilder
371 setView(View view) argument
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTextViewTest.java9 import android.view.Gravity;
10 import android.view.KeyEvent;
11 import android.view.MotionEvent;
12 import android.view.inputmethod.EditorInfo;
142 ShadowTextView view = new ShadowTextView();
143 assertThat(view.getTransformationMethod(), is(CoreMatchers.<Object>nullValue()));
148 ShadowTextView view = new ShadowTextView();
149 view.setTransformationMethod(new ShadowPasswordTransformationMethod());
150 assertEquals(view.getTransformationMethod().getClass(), ShadowPasswordTransformationMethod.class);
447 public boolean onKeyOther(TextView view, Spannabl argument
[all...]

Completed in 428 milliseconds

1234567891011>>