Home
last modified time | relevance | path

Searched refs:View (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/external/chromium/chrome/browser/ui/views/
Daccessibility_event_router_views.h20 class View; variable
57 views::View* view, ui::AccessibilityTypes::Event event_type);
79 views::View* view, NotificationType type);
82 std::string GetViewName(views::View* view);
87 views::View* view, NotificationType type, Profile* profile);
89 views::View* view, NotificationType type, Profile* profile);
91 views::View* view, NotificationType type, Profile* profile);
93 views::View* view, NotificationType type, Profile* profile);
95 views::View* view, NotificationType type, Profile* profile);
97 views::View* view, NotificationType type, Profile* profile);
[all …]
Daccessible_pane_view.cc38 views::View* initial_focus) { in SetPaneFocus()
91 views::View* AccessiblePaneView::GetDefaultFocusableChild() { in GetDefaultFocusableChild()
107 views::View* focused_view = GetFocusManager()->GetFocusedView(); in LocationBarSelectAll()
116 views::View* last_focused_view = in RestoreLastFocusedView()
123 views::View* view = GetAncestorWithClassName(BrowserView::kViewClassName); in RestoreLastFocusedView()
131 views::View* AccessiblePaneView::GetFirstFocusableChild() { in GetFirstFocusableChild()
133 views::View* dummy_focus_traversable_view; in GetFirstFocusableChild()
139 views::View* AccessiblePaneView::GetLastFocusableChild() { in GetLastFocusableChild()
141 views::View* dummy_focus_traversable_view; in GetLastFocusableChild()
162 views::View* focused_view = focus_manager_->GetFocusedView(); in AcceleratorPressed()
[all …]
Daccessible_pane_view.h23 class AccessiblePaneView : public views::View,
35 virtual bool SetPaneFocus(int view_storage_id, View* initial_focus);
51 virtual void FocusWillChange(View* focused_before,
52 View* focused_now) OVERRIDE;
57 virtual View* GetFocusTraversableParentView() OVERRIDE;
62 virtual views::View* GetDefaultFocusableChild();
72 View* GetFirstFocusableChild();
73 View* GetLastFocusableChild();
Dcookie_info_view.h41 class CookieInfoView : public views::View,
67 views::View* parent,
68 views::View* child);
82 views::View* label, views::View* value);
84 views::View* label, views::View* control);
105 views::View* expire_view_;
Daccessibility_event_router_views.cc49 views::View* view, ui::AccessibilityTypes::Event event_type) { in HandleAccessibilityEvent()
117 std::string AccessibilityEventRouterViews::GetViewName(views::View* view) { in GetViewName()
124 views::View* view, NotificationType type) { in DispatchAccessibilityNotification()
171 views::View* view, NotificationType type, Profile* profile) { in SendButtonNotification()
177 views::View* view, NotificationType type, Profile* profile) { in SendLinkNotification()
183 views::View* view, NotificationType type, Profile* profile) { in SendMenuNotification()
189 views::View* view, NotificationType type, Profile* profile) { in SendMenuItemNotification()
199 views::View* parent_menu = view->parent(); in SendMenuItemNotification()
214 views::View* menu, views::View* item, int* index, int* count) { in RecursiveGetMenuItemIndexAndCount()
216 views::View* child = menu->GetChildViewAt(i); in RecursiveGetMenuItemIndexAndCount()
[all …]
Ddefault_search_view.h32 class View; variable
38 : public views::View,
59 virtual views::View* GetInitiallyFocusedView();
60 virtual views::View* GetContentsView();
77 views::View* default_provider_button_;
80 views::View* proposed_provider_button_;
Dbrowser_actions_container.h116 View* parent,
117 View* child) OVERRIDE;
159 class BrowserActionView : public views::View {
262 : public views::View,
272 BrowserActionsContainer(Browser* browser, views::View* owner_view);
286 const views::View* chevron() const { return chevron_; } in chevron()
338 virtual void RunMenu(View* source, const gfx::Point& pt) OVERRIDE;
341 virtual void WriteDragDataForView(View* sender,
344 virtual int GetDragOperationsForView(View* sender,
346 virtual bool CanStartDragForView(View* sender,
[all …]
Daccessibility_event_router_views_unittest.cc50 views::View* view, ui::AccessibilityTypes::Event event_type) { in NotifyAccessibilityEvent()
73 explicit AccessibilityWindowDelegate(views::View* contents) in AccessibilityWindowDelegate()
78 virtual views::View* GetContentsView() { return contents_; } in GetContentsView()
81 views::View* contents_;
100 views::Window* CreateWindowWithContents(views::View* contents) { in CreateWindowWithContents()
132 views::View* contents = new views::View(); in TEST_F()
/external/chromium/chrome/browser/resources/net_internals/
Dview.js11 function View() { class
18 View.prototype.setGeometry = function(left, top, width, height) {
28 View.prototype.show = function(isVisible) {
32 View.prototype.isVisible = function() {
42 View.prototype.isActive = function() {
46 View.prototype.getLeft = function() {
50 View.prototype.getTop = function() {
54 View.prototype.getWidth = function() {
58 View.prototype.getHeight = function() {
62 View.prototype.getRight = function() {
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DDifficultyMenuActivity.java11 import android.view.View;
16 private View mBabyButton;
17 private View mKidsButton;
18 private View mAdultsButton;
19 private View mBackground;
20 private View mBabyText;
21 private View mKidsText;
22 private View mAdultsText;
27 private View.OnClickListener sBabyButtonListener = new View.OnClickListener() {
28 public void onClick(View v) {
[all …]
DExtrasMenuActivity.java15 import android.view.View;
20 private View mLinearModeButton;
21 private View mLevelSelectButton;
22 private View mControlsButton;
23 private View mBackground;
24 private View mLevelSelectLocked;
25 private View mLinearModeLocked;
41 private View.OnClickListener sLinearModeButtonListener = new View.OnClickListener() {
42 public void onClick(View v) {
55 private View.OnClickListener sLevelSelectButtonListener = new View.OnClickListener() {
[all …]
DMainMenuActivity.java34 import android.view.View;
41 private View mStartButton;
42 private View mOptionsButton;
43 private View mExtrasButton;
44 private View mBackground;
45 private View mTicker;
59 private View.OnClickListener sContinueButtonListener = new View.OnClickListener() {
60 public void onClick(View v) {
74 private View.OnClickListener sOptionButtonListener = new View.OnClickListener() {
75 public void onClick(View v) {
[all …]
DKeyboardConfigDialogPreference.java29 import android.view.View;
42 private View mLeftBorder;
43 private View mRightBorder;
44 private View mJumpBorder;
45 private View mAttackBorder;
57 private class ConfigClickListener implements View.OnClickListener {
63 public void onClick(View v) { in onClick()
92 protected void onBindDialogView(View view) { in onBindDialogView()
154 View border = getConfigViewById(mListeningId); in selectId()
162 View border = getConfigViewById(id); in selectId()
[all …]
DAnimationPlayerActivity.java30 import android.view.View;
112 View background = findViewById(R.id.animation_background); in onCreate()
113 View foreground = findViewById(R.id.animation_foreground); in onCreate()
114 View gameOver = findViewById(R.id.game_over); in onCreate()
126 View background = findViewById(R.id.animation_background); in onCreate()
127 View sphere = findViewById(R.id.animation_sphere); in onCreate()
128 View cliffs = findViewById(R.id.animation_cliffs); in onCreate()
129 View rokudou = findViewById(R.id.animation_rokudou); in onCreate()
130 View gameOver = findViewById(R.id.game_over); in onCreate()
/external/webkit/Source/WebKit2/UIProcess/API/qt/tests/qgraphicswkview/
Dtst_qgraphicswkview.cpp29 class View;
42 View* m_view;
45 class View : public QGraphicsView { class
47 View();
54 View::View() in View() function in View
64 void View::resizeEvent(QResizeEvent* event) in resizeEvent()
74 m_view = new View; in init()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view_layout.h54 virtual void Installed(views::View* host);
55 virtual void Uninstalled(views::View* host);
56 virtual void ViewAdded(views::View* host, views::View* view);
57 virtual void ViewRemoved(views::View* host, views::View* view);
58 virtual void Layout(views::View* host);
59 virtual gfx::Size GetPreferredSize(views::View* host);
114 views::View* infobar_container_;
Dcontents_container.h26 class ContentsContainer : public views::View, public ui::AnimationDelegate {
28 explicit ContentsContainer(views::View* active);
37 void SetPreview(views::View* preview, TabContents* preview_tab_contents);
72 views::View* active_;
74 views::View* preview_;
/external/chromium/chrome/browser/chromeos/login/
Dnew_user_view.h123 views::View *parent,
124 views::View *child);
126 void AddChildView(View* view);
142 views::View* CreateSplitter(SkColor color);
152 views::View* splitter_up1_;
153 views::View* splitter_up2_;
154 views::View* splitter_down1_;
155 views::View* splitter_down2_;
/external/chromium/chrome/browser/chromeos/input_method/
Dcandidate_window.cc88 views::View* WrapWithPadding(views::View* view, const gfx::Insets& insets) { in WrapWithPadding()
89 views::View* wrapper = new views::View; in WrapWithPadding()
154 views::View* CreateWrappedShortcutLabel(views::Label* shortcut_label, in CreateWrappedShortcutLabel()
163 views::View* wrapped_shortcut_label = in CreateWrappedShortcutLabel()
223 scoped_ptr<views::View> wrapped_shortcut_label( in ComputeShortcutColumnWidth()
311 class CandidateWindowView : public views::View {
424 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
436 views::View* CreateFooterArea();
439 views::View* CreateHeaderArea();
457 views::View* candidate_area_;
[all …]
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_views.cc46 virtual void FocusWillChange(views::View* focused_before, in FocusWillChange()
47 views::View* focused_now) { in FocusWillChange()
59 void FocusChanged(views::View* focused_before, in FocusChanged()
60 views::View* focused_now) { in FocusChanged()
128 views::View* root_view = native_widget->GetWidget()->GetRootView(); in WindowGetViewBounds()
129 views::View* view = root_view->GetViewByID(view_id); in WindowGetViewBounds()
134 views::View::ConvertPointToScreen(view, &point); in WindowGetViewBounds()
136 views::View::ConvertPointToView(view, root_view, &point); in WindowGetViewBounds()
151 views::View* focused_view = focus_manager->GetFocusedView(); in GetFocusedViewID()
/external/chromium/chrome/browser/chromeos/options/
Dnetwork_config_view.h13 class View; variable
22 class NetworkConfigView : public views::View,
56 virtual views::View* GetContentsView() { return this; } in GetContentsView()
79 views::View* parent,
80 views::View* child);
97 class ChildNetworkConfigView : public views::View {
/external/chromium/chrome/browser/chromeos/frame/
Ddom_browser_view_layout.cc23 void DOMBrowserViewLayout::Installed(views::View* host) { in Installed()
28 void DOMBrowserViewLayout::ViewAdded(views::View* host, in ViewAdded()
29 views::View* view) { in ViewAdded()
62 views::View* parent = browser_view_->parent(); in NonClientHitTest()
64 views::View::ConvertPointToView( in NonClientHitTest()
78 views::View::ConvertPointToView(browser_view_, status_area_, in IsPointInViewsInTitleArea()
/external/chromium/chrome/browser/chromeos/views/
Dcopy_background.h12 class View; variable
21 explicit CopyBackground(views::View* copy_from);
25 virtual void Paint(gfx::Canvas* canvas, views::View* view) const;
28 views::View* background_owner_;
/external/chromium/chrome/browser/ui/views/autocomplete/
Dtouch_autocomplete_popup_contents_view.cc59 const views::View* location_bar) in TouchAutocompletePopupContentsView()
73 std::vector<View*> visible_children(GetVisibleChildren()); in LayoutChildren()
90 std::vector<View*> visible_children(GetVisibleChildren()); in PaintResultViews()
96 for (std::vector<View*>::const_iterator i(visible_children.begin() + 1); in PaintResultViews()
123 std::vector<views::View*>
125 std::vector<View*> visible_children; in GetVisibleChildren()
127 View* v = GetChildViewAt(i); in GetVisibleChildren()
/external/chromium/chrome/browser/ui/touch/frame/
Dtouch_browser_frame_view.h46 virtual void FocusWillChange(views::View* focused_before,
47 views::View* focused_now);
52 virtual void ViewHierarchyChanged(bool is_add, View* parent, View* child);
57 virtual VirtualKeyboardType DecideKeyboardStateForView(views::View* view);

12345678910>>...20