Home
last modified time | relevance | path

Searched refs:button_label (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/win8/metro_driver/
Dmetro_dialog_box.cc144 string16 button_label = MakeStdWString(label.Get()); in Invoke() local
145 DVLOG(1) << "Clicked button label is : " << button_label; in Invoke()
146 if (button_label == dialog_box_info_.button1_label) { in Invoke()
150 } else if (button_label == dialog_box_info_.button2_label) { in Invoke()
/external/chromium_org/chrome/browser/ui/gtk/website_settings/
Dpermission_selector.cc81 GtkWidget* button_label = theme_service->BuildLabel( in PermissionSelector() local
85 gtk_box_pack_start(GTK_BOX(button_hbox), button_label, FALSE, FALSE, in PermissionSelector()
/external/chromium_org/chrome/browser/ui/gtk/
Dscreen_capture_notification_ui_gtk.cc114 std::string button_label = in CreateWindow() local
116 GtkWidget* button = gtk_button_new_with_label(button_label.c_str()); in CreateWindow()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc2341 StringValue* button_label = new StringValue( in GetInfobarsInfo() local
2344 buttons_list->Append(button_label); in GetInfobarsInfo()
2347 StringValue* button_label = new StringValue( in GetInfobarsInfo() local
2350 buttons_list->Append(button_label); in GetInfobarsInfo()
/external/chromium_org/chrome/browser/automation/
Dtesting_automation_provider.cc2028 StringValue* button_label = new StringValue( in GetInfobarsInfo() local
2031 buttons_list->Append(button_label); in GetInfobarsInfo()
2034 StringValue* button_label = new StringValue( in GetInfobarsInfo() local
2037 buttons_list->Append(button_label); in GetInfobarsInfo()