HomeSort by relevance Sort by last modified time
    Searched refs:button (Results 1 - 25 of 1435) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 18 // Set the GTK style on our custom link button. We don't want any border around
28 "style \"chrome-link-button\" {"
35 "widget_class \"*.<GtkChromeLinkButton>\" style \"chrome-link-button\"");
39 GtkChromeLinkButton* button) {
40 g_free(button->native_markup);
41 button->native_markup = NULL;
42 g_free(button->normal_markup);
43 button->normal_markup = NULL;
44 g_free(button->pressed_markup);
45 button->pressed_markup = NULL
139 GtkChromeLinkButton* button = GTK_CHROME_LINK_BUTTON(widget); local
193 GtkChromeLinkButton* button = GTK_CHROME_LINK_BUTTON(object); local
    [all...]
gtk_chrome_button.cc 14 // The theme graphics for when the mouse is over the button.
16 // The theme graphics for when the button is clicked.
32 // button rendering.
44 "style \"chrome-button\" {"
50 "widget_class \"*.<GtkChromeButton>\" style \"chrome-button\"");
82 static void gtk_chrome_button_init(GtkChromeButton* button) {
83 GtkChromeButtonPrivate* priv = GTK_CHROME_BUTTON_GET_PRIVATE(button);
88 gtk_widget_set_can_focus(GTK_WIDGET(button), FALSE);
100 // get the button border for the current GTK theme drawn.
102 // Set the state of button->depressed so we paint pressed even if th
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 16 // Set the GTK style on our custom link button. We don't want any border around
26 "style \"chrome-link-button\" {"
33 "widget_class \"*.<GtkChromeLinkButton>\" style \"chrome-link-button\"");
37 GtkChromeLinkButton* button) {
38 g_free(button->native_markup);
39 button->native_markup = NULL;
40 g_free(button->normal_markup);
41 button->normal_markup = NULL;
42 g_free(button->pressed_markup);
43 button->pressed_markup = NULL
120 GtkChromeLinkButton* button = GTK_CHROME_LINK_BUTTON(widget); local
161 GtkChromeLinkButton* button = GTK_CHROME_LINK_BUTTON(object); local
    [all...]
gtk_chrome_button.cc 14 // The theme graphics for when the mouse is over the button.
16 // The theme graphics for when the button is clicked.
32 // button rendering.
44 "style \"chrome-button\" {"
50 "widget_class \"*.<GtkChromeButton>\" style \"chrome-button\"");
82 static void gtk_chrome_button_init(GtkChromeButton* button) {
83 GtkChromeButtonPrivate* priv = GTK_CHROME_BUTTON_GET_PRIVATE(button);
88 GTK_WIDGET_UNSET_FLAGS(button, GTK_CAN_FOCUS);
100 // get the button border for the current GTK theme drawn.
102 // Set the state of button->depressed so we paint pressed even if th
    [all...]
  /external/chromium_org/ui/views/controls/button/
image_button_unittest.cc 7 #include "ui/views/controls/button/image_button.h"
26 ImageButton button(NULL);
29 EXPECT_TRUE(button.GetImageToPaint().isNull());
32 EXPECT_EQ("16x14", button.GetPreferredSize().ToString());
35 button.SetPreferredSize(gfx::Size(5, 15));
36 EXPECT_EQ("5x15", button.GetPreferredSize().ToString());
40 button.SetImage(CustomButton::STATE_NORMAL, &normal_image);
43 EXPECT_FALSE(button.GetImageToPaint().isNull());
44 EXPECT_EQ(10, button.GetImageToPaint().width());
45 EXPECT_EQ(20, button.GetImageToPaint().height())
    [all...]
label_button_unittest.cc 10 #include "ui/views/controls/button/label_button.h"
30 LabelButton button(NULL, text);
32 EXPECT_TRUE(button.GetImage(Button::STATE_NORMAL).isNull());
33 EXPECT_TRUE(button.GetImage(Button::STATE_HOVERED).isNull());
34 EXPECT_TRUE(button.GetImage(Button::STATE_PRESSED).isNull());
35 EXPECT_TRUE(button.GetImage(Button::STATE_DISABLED).isNull())
    [all...]
custom_button_unittest.cc 5 #include "ui/views/controls/button/custom_button.h"
60 TestCustomButton* button = new TestCustomButton(NULL); local
61 widget->SetContentsView(button);
64 button->OnMousePressed(ui::MouseEvent(ui::ET_MOUSE_PRESSED, center, center,
66 EXPECT_EQ(CustomButton::STATE_PRESSED, button->state());
68 button->OnMouseReleased(ui::MouseEvent(ui::ET_MOUSE_RELEASED, center, center,
70 EXPECT_EQ(CustomButton::STATE_HOVERED, button->state());
72 button->SetEnabled(false);
73 EXPECT_EQ(CustomButton::STATE_DISABLED, button->state());
75 button->SetEnabled(true)
    [all...]
  /external/chromium_org/chrome/browser/resources/
profile_signin_confirmation.css 5 #button-row {
14 #button-row button {
  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield_unittest.cc 8 #include "ui/views/controls/button/label_button.h"
16 views::LabelButton button(NULL, ASCIIToUTF16("anyoldtext"));;
17 button.SetStyle(views::Button::STYLE_BUTTON);
18 EXPECT_EQ(button.GetPreferredSize().height() -
  /external/chromium_org/third_party/WebKit/ManualTests/accessibility/resources/
AppletTest.java 35 JButton button = new JButton("button"); local
38 button.setBounds(10,10,100,30);
41 add(button);
  /external/chromium_org/ui/webui/resources/css/
menu_button.css 9 button.menu-button.drop-down {
21 button.menu-button.drop-down:hover {
26 button.menu-button.drop-down[menu-shown],
27 button.menu-button.drop-down:focus {
33 button.menu-button.using-mouse
    [all...]
bubble_button.css 6 .bubble-button {
14 .bubble-button > div {
  /external/chromium/chrome/browser/chromeos/
browser_main_chromeos.cc 26 event->button.button == 1 &&
27 event->button.state & GDK_MOD1_MASK) {
28 // Change the button to the third (right) one.
29 event->button.button = 3;
30 // Remove the Alt key and first button state.
31 event->button.state &= ~(GDK_MOD1_MASK | GDK_BUTTON1_MASK);
32 // Add the third (right) button state.
33 event->button.state |= GDK_BUTTON3_MASK
    [all...]
  /external/chromium_org/remoting/webapp/
menu_button.css 6 .menu-button {
10 .menu-button button + ul {
17 .menu-button button.active + ul {
21 .menu-button button.active {
30 .menu-button button .kd-disclosureindicator {
36 .menu-button ul
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
header_bar.css 17 Otherwise if opacity: 0.8 is set here it will affect button text as well.
38 #login-header-bar button,
39 #login-header-bar button:active,
40 #login-header-bar button:focus,
41 #login-header-bar button:hover {
53 #login-header-bar button:not(.button-restricted),
54 #login-header-bar button:active:not(.button-restricted),
55 #login-header-bar button:focus:not(.button-restricted)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationPolicy.cpp 38 bool navigationPolicyFromMouseEvent(unsigned short button, bool ctrl, bool shift, bool alt, bool meta, NavigationPolicy* policy)
41 const bool newTabModifier = (button == 1) || meta;
43 const bool newTabModifier = (button == 1) || ctrl;
  /external/chromium_org/ui/app_list/views/
search_result_actions_view.cc 10 #include "ui/views/controls/button/blue_button.h"
11 #include "ui/views/controls/button/image_button.h"
41 views::ImageButton* button = new views::ImageButton(this); local
42 button->set_border(views::Border::CreateEmptyBorder(0, 4, 0, 4));
43 button->SetImageAlignment(views::ImageButton::ALIGN_CENTER,
45 button->SetImage(views::CustomButton::STATE_NORMAL, &action.base_image);
46 button->SetImage(views::CustomButton::STATE_HOVERED, &action.hover_image);
47 button->SetImage(views::CustomButton::STATE_PRESSED, &action.pressed_image);
48 button->SetTooltipText(action.tooltip_text);
49 AddChildView(button);
54 views::BlueButton* button = new views::BlueButton(this, action.label_text); local
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
alert_overlay.css 5 .overlay .page .button-strip > button {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 10 def __init__(self, button):
11 self.button = button
15 self._id1 = self.button.bind("<Enter>", self.enter)
16 self._id2 = self.button.bind("<Leave>", self.leave)
17 self._id3 = self.button.bind("<ButtonPress>", self.leave)
28 self.id = self.button.after(1500, self.showtip)
34 self.button.after_cancel(id)
39 # The tip window must be completely outside the button;
43 x = self.button.winfo_rootx() + 2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 10 def __init__(self, button):
11 self.button = button
15 self._id1 = self.button.bind("<Enter>", self.enter)
16 self._id2 = self.button.bind("<Leave>", self.leave)
17 self._id3 = self.button.bind("<ButtonPress>", self.leave)
28 self.id = self.button.after(1500, self.showtip)
34 self.button.after_cancel(id)
39 # The tip window must be completely outside the button;
43 x = self.button.winfo_rootx() + 2
    [all...]
  /external/chromium_org/tools/site_compare/drivers/win32/
mouse.py 10 clicking with any button, and dragging.
47 def PressButton(down, button='left'):
48 """Simulate a mouse button press or release at the current mouse location.
51 down: whether the button is pressed or released
52 button: which button is pressed
58 # Put the mouse_event flags in a convenient dictionary by button
65 # hit the button
66 win32api.mouse_event(flags[button][down], 0, 0)
69 def ClickButton(button='left', click_time=0)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ChronometerDemo.java 28 import android.widget.Button;
40 Button button; local
44 // Watch for button clicks.
45 button = (Button) findViewById(R.id.start);
46 button.setOnClickListener(mStartListener);
48 button = (Button) findViewById(R.id.stop);
49 button.setOnClickListener(mStopListener)
    [all...]
  /external/chromium/chrome/browser/automation/
ui_controls_internal.cc 9 ClickTask::ClickTask(MouseButton button, int state, Task* followup)
10 : button_(button), state_(state), followup_(followup) {
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
track.css 6 .track-button {
16 .track-button:hover {
23 .track-close-button {
29 .track-collapse-button {
  /external/chromium_org/chrome/browser/resources/chromeos/
bluetooth_pair_device.css 5 .close-button {

Completed in 3721 milliseconds

1 2 3 4 5 6 7 8 91011>>