HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 826 - 850 of 2711) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc 12 #include "views/controls/label.h"
18 // Amount of padding after the label.
30 label_ = new views::Label();
42 void IconLabelBubbleView::SetLabel(const std::wstring& label) {
43 label_->SetText(label);
  /external/chromium_org/ash/system/tray/
tray_item_more.cc 15 #include "ui/views/controls/label.h"
33 label_ = new views::Label;
49 void TrayItemMore::SetLabel(const base::string16& label) {
50 label_->SetText(label);
93 // Adjust the label's bounds in case it got cut off by |more_|.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillPopupGlue.java 86 * @param label First line of the suggestion.
92 String label, String sublabel, int uniqueId) {
93 array[index] = new AutofillSuggestion(label, sublabel, uniqueId);
  /external/chromium_org/chrome/browser/resources/chromeos/
choose_mobile_network.js 30 '<label for="network' + i + '" id="label' + i + '"></label>';
32 $('label' + i).textContent = networks[i].operatorName;
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.cc 57 const base::string16 label = l10n_util::GetStringFUTF16( local
59 return label;
  /external/chromium_org/components/test/data/web_database/
version_25.sql 13 CREATE TABLE autofill_profiles ( label VARCHAR,unique_id INTEGER PRIMARY KEY, first_name VARCHAR,middle_name VARCHAR, last_name VARCHAR, email VARCHAR,company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR,city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR,phone VARCHAR, fax VARCHAR);
14 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY,name_on_card VARCHAR, type VARCHAR, card_number VARCHAR,expiration_month INTEGER, expiration_year INTEGER,verification_code VARCHAR, billing_address VARCHAR,shipping_address VARCHAR, card_number_encrypted BLOB,verification_code_encrypted BLOB);
21 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label);
22 CREATE INDEX credit_cards_label_index ON credit_cards (label);
version_26.sql 13 CREATE TABLE autofill_profiles ( label VARCHAR,unique_id INTEGER PRIMARY KEY, first_name VARCHAR,middle_name VARCHAR, last_name VARCHAR, email VARCHAR,company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR,city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR,phone VARCHAR, fax VARCHAR);
14 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY,name_on_card VARCHAR, type VARCHAR, card_number VARCHAR,expiration_month INTEGER, expiration_year INTEGER,verification_code VARCHAR, billing_address VARCHAR,shipping_address VARCHAR, card_number_encrypted BLOB,verification_code_encrypted BLOB);
21 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label);
22 CREATE INDEX credit_cards_label_index ON credit_cards (label);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DateTimeChooserAndroid.java 71 * @param label Label of the suggestion.
75 double value, String localizedValue, String label) {
76 array[index] = new DateTimeSuggestion(value, localizedValue, label);
  /external/chromium_org/ppapi/api/dev/
ppb_ime_input_event_dev.idl 10 label Chrome {
ppb_scrollbar_dev.idl 9 label Chrome {
ppb_video_decoder_dev.idl 9 label Chrome {
  /external/chromium_org/ppapi/api/
ppb_audio_config.idl 11 label Chrome {
ppb_graphics_3d.idl 13 label Chrome {
ppb_mouse_cursor.idl 13 label Chrome {
ppb_net_address.idl 10 label Chrome {
ppb_network_list.idl 12 label Chrome {
ppb_url_request_info.idl 13 label Chrome {
  /external/chromium_org/ppapi/api/private/
ppb_talk_private.idl 9 label Chrome {
ppb_x509_certificate_private.idl 11 label Chrome {
  /external/chromium_org/sandbox/win/src/
integrity_level_test.cc 30 TOKEN_MANDATORY_LABEL* label =
37 BOOL is_low_sid = ::EqualSid(label->Label.Sid, sid_low);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.idl 28 readonly attribute DOMString label;
  /external/chromium_org/third_party/skia/include/core/
SkUtils.h 103 /** NOTE: label contents are not copied, just the ptr is
106 SkAutoTrace(const char label[]) : fLabel(label) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
stabs-elf.asm 15 ; [8] Define a NASM local label
16 ; [9] Reference a NASM local label
44 .label rol eax,1 ; [4] [8]
45 loop .label ; [9] [12]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftest.asm 15 ; [8] Define a NASM local label
16 ; [9] Reference a NASM local label
44 .label rol eax,1 ; [4] [8]
45 loop .label ; [9] [12]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.asm 14 ; [8] Define a NASM local label
15 ; [9] Reference a NASM local label
45 .label rol rax,1 ; [4] [8]
46 loop .label ; [9] [12]

Completed in 1323 milliseconds

<<31323334353637383940>>