HomeSort by relevance Sort by last modified time
    Searched refs:view (Results 1251 - 1275 of 3607) sorted by null

<<51525354555657585960>>

  /external/chromium_org/android_webview/browser/
gl_view_renderer_manager.h 33 Key PushBack(RendererType view);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentViewClient.java 8 import android.view.KeyEvent;
9 import android.view.View;
25 public boolean onShowCustomView(View view) {
27 viewGroup.addView(view);
28 viewGroup.addOnAttachStateChangeListener(new View.OnAttachStateChangeListener() {
30 public void onViewDetachedFromWindow(View v) {
35 public void onViewAttachedToWindow(View v) {
39 View fullscreenView = mAwContents.enterFullScreen()
    [all...]
  /external/chromium_org/ash/system/tray/
special_popup_row.h 9 #include "ui/views/view.h"
23 class SpecialPopupRow : public views::View {
29 void SetContent(views::View* view);
34 views::View* content() const { return content_; }
37 // Overridden from views::View.
42 views::View* content_;
43 views::View* button_container_;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
ContextMenuPopulatorWrapper.java 8 import android.view.ContextMenu;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
DomDistillerFeedbackReporter.java 65 public void onYesPressed(DomDistillerFeedbackReportingView view) {
66 if (view != mReportingView) return;
72 public void onNoPressed(DomDistillerFeedbackReportingView view) {
73 if (view != mReportingView) return;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
AccessibilityTabModelListView.java 9 import android.view.MotionEvent;
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate.h 40 - (void)viewGone:(NSView*)view;
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view_tester.h 25 // Gets a AutofillDialogViewTester for |view|.
26 static scoped_ptr<AutofillDialogViewTester> For(AutofillDialogView* view);
50 // Get the size of the entire view.
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.h 38 virtual void MoveNearCursor(app_list::AppListView* view) OVERRIDE;
45 // Loads the profile last used with the app list and populates the view from
47 // view already exists, or another profile is in the middle of being loaded to
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.h 26 class View;
60 // Returns the center of |view| in screen coordinates.
61 gfx::Point GetCenterInScreenCoordinates(const views::View* view);
  /external/chromium_org/content/browser/renderer_host/
webmenurunner_mac.h 51 - (void)runMenuInView:(NSView*)view
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
JellyBeanContentView.java 9 import android.view.accessibility.AccessibilityNodeProvider;
  /external/chromium_org/mojo/aura/
window_tree_host_mojo.cc 64 WindowTreeHostMojo::WindowTreeHostMojo(View* view,
66 : view_(view),
67 bounds_(view->bounds()),
163 View* view,
  /external/chromium_org/mojo/examples/keyboard/
keyboard.cc 17 #include "mojo/services/public/cpp/view_manager/view.h"
83 void CreateWidget(View* view) {
91 params.native_widget = new NativeWidgetViewManager(widget, view);
93 params.bounds = gfx::Rect(view->bounds().width(), view->bounds().height());
100 View* root,
  /external/chromium_org/ppapi/tests/
test_view.h 8 #include "ppapi/cpp/view.h"
15 virtual void DidChangeView(const pp::View& view);
22 // Waits until we get a view changed event. Note that the browser may give
23 // us any number of view changed events, so tests that use this should
25 // Note also that view changed sequencing can change between different
28 // Returns true if we got a view changed, false if it timed out.
40 pp::View last_view_;
  /external/chromium_org/third_party/WebKit/Source/core/events/
GestureEvent.cpp 33 PassRefPtrWillBeRawPtr<GestureEvent> GestureEvent::create(PassRefPtrWillBeRawPtr<AbstractView> view, const PlatformGestureEvent& event)
68 return adoptRefWillBeNoop(new GestureEvent(eventType, view, event.globalPosition().x(), event.globalPosition().y(), event.position().x(), event.position().y(), event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), deltaX, deltaY));
90 GestureEvent::GestureEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY)
91 : MouseRelatedEvent(type, true, true, view, 0, IntPoint(screenX, screenY), IntPoint(clientX, clientY), IntPoint(0, 0), ctrlKey, altKey, shiftKey, metaKey)
KeyboardEvent.h 63 static PassRefPtrWillBeRawPtr<KeyboardEvent> create(const PlatformKeyboardEvent& platformEvent, AbstractView* view)
65 return adoptRefWillBeNoop(new KeyboardEvent(platformEvent, view));
73 static PassRefPtrWillBeRawPtr<KeyboardEvent> create(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view,
77 return adoptRefWillBeNoop(new KeyboardEvent(type, canBubble, cancelable, view, keyIdentifier, location,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
NetworkItemView.js 39 this.element.classList.add("network-item-view");
80 var view = this.visibleView;
81 if (view && view instanceof WebInspector.SourceFrame)
82 return /** @type {!WebInspector.SourceFrame} */ (view);
143 * @return {!WebInspector.View}
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
sourcesView.css 31 #sources-panel-sources-view {
44 #sources-panel-sources-view .tabbed-pane-header {
48 #sources-panel-sources-view .sources-status-bar {
56 #sources-panel-sources-view .sources-status-bar .status-bar-item {
61 #sources-panel-sources-view .sources-status-bar .status-bar-item.status-bar-text {
66 #sources-panel-sources-view .source-frame-cursor-position {
70 #sources-panel-sources-view .sources-toggle-pretty-print-status-bar-item .glyph {
74 #sources-panel-sources-view .sources-toggle-pretty-print-status-bar-item.toggled .glyph {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
InspectedPagePlaceholder.js 7 * @extends {WebInspector.View}
11 WebInspector.View.call(this);
31 var view = this;
32 while (view.parentView()) {
33 var parent = view.parentView();
34 // This view assumes it's always inside the main split view element, not a sidebar.
35 // Every parent which is not a split view, must be of the same size as this view.
42 view = parent
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuChromium.cpp 44 , m_frameView(frame.view())
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
WriteData.java 22 import android.view.View;
23 import android.view.accessibility.AccessibilityNodeInfo;
39 * Returns a new {@link WriteData} instance for the given {@code view}.
41 public static WriteData forView(View view) {
42 AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(view);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamessages.cc 55 // Builds a <view> element according to the following spec:
76 const StaticVideoView& view) {
79 AddXmlAttr(view_elem, QN_SSRC, view.selector.ssrc);
82 AddXmlAttr(params_elem, QN_WIDTH, view.width);
83 AddXmlAttr(params_elem, QN_HEIGHT, view.height);
84 AddXmlAttr(params_elem, QN_FRAMERATE, view.framerate);
85 AddXmlAttr(params_elem, QN_PREFERENCE, view.preference);
146 StaticVideoView* view,
150 return BadParse("Invalid or missing view ssrc.", error);
152 view->selector = StreamSelector(ssrc)
    [all...]
  /external/chromium_org/ui/app_list/cocoa/test/
apps_grid_controller_test_helper.h 30 // Send a click to the test window in the centre of |view|.
31 void SimulateClick(NSView* view);
40 // the view. Each page will start and end with a | character.
  /external/chromium_org/ui/views/accessibility/
ax_view_obj_wrapper.h 11 class View;
13 // Describes a |View| for use with other AX classes.
16 explicit AXViewObjWrapper(View* view);
31 View* view_;

Completed in 921 milliseconds

<<51525354555657585960>>