Searched refs:view (Results 176 - 200 of 1754) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DAnimationHelper.java13 import android.view.View;
14 import android.view.ViewTreeObserver;
15 import android.view.animation.AccelerateDecelerateInterpolator;
152 View view = mLinearLayout.getChildAt(i);
156 int startHeight = view.getHeight();
165 view.setTop(topEnd);
166 view.setBottom(bottomEnd);
167 view.setY(topEnd);
168 view.setTranslationY(0);
184 view
[all...]
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DFullScreenVideoTestAwContentsClient.java8 import android.view.Gravity;
9 import android.view.View;
10 import android.view.ViewGroup;
11 import android.view.WindowManager;
39 public void onShowCustomView(View view, WebChromeClient.CustomViewCallback callback) { argument
40 mCustomView = view;
46 mActivity.getWindow().addContentView(view,
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DTouchEvent.cpp44 PassRefPtrWillBeRawPtr<AbstractView> view,
46 : UIEventWithKeyState(type, true, cancelable, view, 0,
60 PassRefPtrWillBeRawPtr<AbstractView> view,
71 initUIEvent(type, true, cancelable, view, 0);
99 if (!cancelable() && view() && view()->frame()) {
100 view()->frame()->console().addMessage(ConsoleMessage::create(JSMessageSource, WarningMessageLevel,
42 TouchEvent(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool cancelable) argument
58 initTouchEvent(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, int, int, int, int, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageAnimator.cpp51 documents[i]->view()->serviceScrollAnimations(monotonicAnimationStartTime);
53 if (const FrameView::ScrollableAreaSet* scrollableAreas = documents[i]->view()->scrollableAreas()) {
79 RefPtr<FrameView> view = rootFrame->view(); local
89 view->setFrameRect(view->frameRect());
93 view->updateLayoutAndStyleForPainting();
H A DAutoscrollController.cpp96 if (FrameView* view = scrollable->frame()->view()) {
97 view->removePanScrollIcon();
98 view->setCursor(pointerCursor());
205 if (FrameView* view = scrollable->frame()->view())
206 view->addPanScrollIcon(lastKnownMousePosition);
248 if (FrameView* view = m_autoscrollRenderer->frame()->view())
249 updatePanScrollState(view, eventHandle
264 updatePanScrollState(FrameView* view, const IntPoint& lastKnownMousePosition) argument
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTestFragment.java7 import android.view.LayoutInflater;
8 import android.view.View;
9 import android.view.ViewGroup;
57 FrameLayout view = new FrameLayout(context);
58 view.addView(button);
60 onCreateViewReturnValue = view;
67 public void onViewCreated(View view, Bundle savedInstanceState) { argument
/external/chromium_org/v8/test/mjsunit/harmony/
H A Ddataview-accessors.js40 var view = null; variable
66 return view["get" + func](index, littleEndian);
68 return view["get" + func](index);
70 if (index >=0 && index + getElementSize(func) - 1 < view.byteLength)
79 view["set" + func](index, value, littleEndian);
81 view["set" + func](index, value);
84 index + getElementSize(func) - 1 < view.byteLength) {
105 view = new DataView(arrayBuffer, viewStart, viewLength);
315 var view = new DataView(new ArrayBuffer(100));
316 assertSame(undefined, view
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DauditsPanel.css40 .audit-launcher-view .audit-launcher-view-content {
49 .audit-launcher-view h1 {
54 .audit-launcher-view h1.no-audits {
61 .audit-launcher-view div.button-container {
67 .audit-launcher-view div.button-container > button {
74 .audit-launcher-view fieldset.audit-categories-container {
84 .audit-launcher-view button {
88 .audit-launcher-view button:active {
93 .panel-enabler-view
[all...]
H A Doverrides.css32 .overrides-view .tabbed-pane {
36 .overrides-view .tabbed-pane-header {
42 .overrides-view .tabbed-pane-content {
49 .overrides-view .tabbed-pane-header-contents {
53 .overrides-view .tabbed-pane-header-tabs {
60 .overrides-view .tabbed-pane-header-tab {
72 .overrides-view .tabbed-pane-header-tab:not(.selected) {
76 .overrides-view .tabbed-pane-header-tab.selected {
82 .overrides-view fieldset {
87 .overrides-view fieldse
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestWindow.java1 package com.xtremelabs.robolectric.tester.android.view;
8 import android.view.InputQueue;
9 import android.view.KeyEvent;
10 import android.view.LayoutInflater;
11 import android.view.MotionEvent;
12 import android.view.SurfaceHolder;
13 import android.view.View;
14 import android.view.ViewGroup;
15 import android.view.Window;
16 import android.view
63 setContentView(View view) argument
66 setContentView(View view, ViewGroup.LayoutParams params) argument
69 addContentView(View view, ViewGroup.LayoutParams params) argument
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DDomDistillerFeedbackReportingView.java9 import android.view.LayoutInflater;
10 import android.view.MotionEvent;
11 import android.view.View;
19 * A view which displays a question to the user about the quality of distillation, where the user
23 * interact with the view, and it is ready for dismissal. The selected option stays visibly
44 * with the view.
47 void onYesPressed(DomDistillerFeedbackReportingView view); argument
49 void onNoPressed(DomDistillerFeedbackReportingView view); argument
62 DomDistillerFeedbackReportingView view =
65 view
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFragmentActivity.java7 import android.view.View;
99 View view = shadowOf(fragment).view;
100 if (view != null) {
101 focusedView = view.findFocus();
115 View view = shadowOf(fragment).view;
116 if (view != null) {
117 view.clearFocus();
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwViewMethods.java11 import android.view.KeyEvent;
12 import android.view.MotionEvent;
13 import android.view.View;
14 import android.view.inputmethod.EditorInfo;
15 import android.view.inputmethod.InputConnection;
27 * @see android.view.View#onDraw
32 * @see android.view.View#onMeasure
37 * @see android.view.View#requestFocus
42 * @see android.view.View#setLayerType
47 * @see android.view
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_reset.css68 .powerwash-proposal-view .powerwash-proposal-specific,
69 .powerwash-confirm-view .powerwash-confirm-specific,
70 .rollback-confirm-view .rollback-confirm-specific,
71 .restart-required-view .restart-required-specific,
72 .revert-promise-view .revert-promise-specific {
79 .revert-promise-view #reset-controls {
83 .restart-required-view #reset-restart-button,
84 .powerwash-confirm-view #reset-button,
85 .rollback-confirm-view #reset-button,
86 .powerwash-proposal-view #rese
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Durl_drop_target.h13 // Object which coordinates the dropping of URLs on a given view, sending data
23 // Initialize the given view, which must implement the |URLDropTarget| (below),
25 - (id)initWithView:(NSView<URLDropTarget>*)view;
27 // The owner view should implement the following methods by calling the
57 // is supported by the web view. In particular, if the content is a local file
61 // The given URLs (an |NSArray| of |NSString|s) were dropped in the given view
62 // at the given point (in that view's coordinates).
63 - (void)dropURLs:(NSArray*)urls inView:(NSView*)view at:(NSPoint)point;
65 // The given text was dropped in the given view at the given point (in that
66 // view'
[all...]
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_background.cc12 #include "ui/views/view.h"
26 void InfoBarBackground::Paint(gfx::Canvas* canvas, views::View* view) const {
29 gradient_points[1].iset(0, view->height());
40 InfoBarView* infobar = static_cast<InfoBarView*>(view);
57 gfx::Rect(0, view->height() - infobars::InfoBar::kSeparatorLineHeight,
58 view->width(), infobars::InfoBar::kSeparatorLineHeight),
/external/chromium_org/extensions/renderer/
H A Drender_view_observer_natives.cc22 content::RenderView* view,
24 : content::RenderViewObserver(view), context_(context), callback_(cb) {}
66 content::RenderView* view = content::RenderView::FromRoutingID(view_id); local
67 if (!view) {
68 LOG(WARNING) << "No render view found to register LoadWatcher.";
72 new LoadWatcher(context(), view, args[1].As<v8::Function>()); local
21 LoadWatcher(ScriptContext* context, content::RenderView* view, v8::Handle<v8::Function> cb) argument
/external/chromium_org/ui/views/
H A Dview_model.h29 // Adds |view| to this model. This does not add |view| to a view hierarchy,
31 void Add(View* view, int index);
33 // Removes the view at the specified index. This does not actually remove the
34 // view from the view hierarchy.
37 // Moves the view at |index| to |target_index|. |target_index| is in terms
38 // of the model *after* the view at |index| is removed.
42 // this the bounds of the view a
77 View* view; member in struct:views::ViewModel::Entry
[all...]
/external/javassist/sample/duplicate/
H A DViewer.java70 Viewer view = new Viewer();
71 f.addWindowListener(view);
72 f.add(view);
74 view.init();
75 view.start();
/external/chromium_org/mojo/services/view_manager/
H A Dconnection_manager.cc142 void ConnectionManager::ProcessViewBoundsChanged(const ServerView* view, argument
149 view, old_bounds, new_bounds, IsChangeSource(i->first));
154 const ServerView* view,
161 view, new_parent, old_parent, IsChangeSource(i->first));
166 const ServerView* view,
173 view, new_parent, old_parent, IsChangeSource(i->first));
177 void ConnectionManager::ProcessViewReorder(const ServerView* view, argument
184 view, relative_view, direction, IsChangeSource(i->first));
188 void ConnectionManager::ProcessViewDeleted(const ViewId& view) { argument
192 i->second->ProcessViewDeleted(view, IsChangeSourc
153 ProcessWillChangeViewHierarchy( const ServerView* view, const ServerView* new_parent, const ServerView* old_parent) argument
165 ProcessViewHierarchyChanged( const ServerView* view, const ServerView* new_parent, const ServerView* old_parent) argument
238 OnViewDestroyed(const ServerView* view) argument
242 OnWillChangeViewHierarchy( const ServerView* view, const ServerView* new_parent, const ServerView* old_parent) argument
250 OnViewHierarchyChanged(const ServerView* view, const ServerView* new_parent, const ServerView* old_parent) argument
266 OnViewBoundsChanged(const ServerView* view, const gfx::Rect& old_bounds, const gfx::Rect& new_bounds) argument
278 OnViewSurfaceIdChanged(const ServerView* view) argument
282 OnWillChangeViewVisibility(const ServerView* view) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.cpp53 return rootFrame->view();
58 return toLocalFrame(page->mainFrame())->view();
63 RefPtr<FrameView> view = rootFrameView(page, rootFrame); local
64 if (!view)
94 FrameView* view = rootFrameView(page, rootFrame); local
95 if (view) {
97 view->paint(&gc, dirtyRect);
117 if (!frame || !frame->view())
122 if (!frame || !frame->view())
127 if (!frame || !frame->view())
[all...]
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DUiUtils.java12 import android.view.SurfaceView;
13 import android.view.View;
14 import android.view.ViewGroup;
15 import android.view.inputmethod.InputMethodManager;
44 * @param view A {@link View}.
47 boolean disableKeyboardCheck(Context context, View view); argument
60 * @param view The currently focused {@link View}, which would receive soft keyboard input.
62 public static void showKeyboard(View view) { argument
64 (InputMethodManager) view.getContext().getSystemService(
67 imm.showSoftInput(view, InputMethodManage
75 hideKeyboard(View view) argument
89 isKeyboardShowing(Context context, View view) argument
209 prepareViewHierarchyForScreenshot(View view, boolean takingScreenshot) argument
[all...]
/external/chromium_org/content/renderer/
H A Drender_view_browsertest.cc155 RenderViewImpl* view() { function in class:content::RenderViewImplTest
160 return view()->page_id_;
164 return static_cast<RenderFrameImpl*>(view()->GetMainRenderFrame());
301 view()->saveImageFromDataURL(WebString::fromUTF8(image_data_url));
317 view()->saveImageFromDataURL(WebString::fromUTF8(large_data_url));
333 view()->saveImageFromDataURL(WebString::fromUTF8(exceeded_data_url));
345 view()->set_send_content_state_immediately(true);
450 RendererPreferences prefs = view()->renderer_preferences();
452 view()->OnSetRendererPrefs(prefs);
479 // Enable bindings to simulate a WebUI view
2163 RenderViewImpl* view() { function in class:content::SuppressErrorPageTest
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
H A Dconstrained_window_button.h32 // colors for |buttonState|, onto |view|.
35 inView:(NSView*)view;
38 // onto |view|.
41 inView:(NSView*)view;
44 // onto |view|.
47 inView:(NSView*)view;
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
H A Dbackground.js34 // ensures that exactly one view will have the matching URL.
37 var view = views[i];
38 if (view.location.href == viewTabUrl) {
39 view.setScreenshotUrl(screenshotUrl);

Completed in 7669 milliseconds

1234567891011>>