/external/chromium/chrome/browser/ui/views/ |
D | accessibility_event_router_views.h | 20 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 …]
|
D | accessible_pane_view.cc | 38 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 …]
|
D | accessible_pane_view.h | 23 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();
|
D | cookie_info_view.h | 41 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_;
|
D | accessibility_event_router_views.cc | 49 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 …]
|
D | default_search_view.h | 32 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_;
|
D | browser_actions_container.h | 116 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 …]
|
D | accessibility_event_router_views_unittest.cc | 50 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/ |
D | view.js | 11 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/ |
D | DifficultyMenuActivity.java | 11 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 …]
|
D | ExtrasMenuActivity.java | 15 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 …]
|
D | MainMenuActivity.java | 34 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 …]
|
D | KeyboardConfigDialogPreference.java | 29 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 …]
|
D | AnimationPlayerActivity.java | 30 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/ |
D | tst_qgraphicswkview.cpp | 29 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/ |
D | browser_view_layout.h | 54 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_;
|
D | contents_container.h | 26 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/ |
D | new_user_view.h | 123 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/ |
D | candidate_window.cc | 88 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/ |
D | testing_automation_provider_views.cc | 46 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/ |
D | network_config_view.h | 13 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/ |
D | dom_browser_view_layout.cc | 23 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/ |
D | copy_background.h | 12 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/ |
D | touch_autocomplete_popup_contents_view.cc | 59 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/ |
D | touch_browser_frame_view.h | 46 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);
|