HomeSort by relevance Sort by last modified time
    Searched refs:extra_text (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.cc 122 const base::string16& extra_text,
128 extra_text(extra_text),
autofill_dialog_types.h 147 const base::string16& extra_text,
162 base::string16 extra_text; member in struct:autofill::SuggestionState
autofill_dialog_controller_unittest.cc     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 101 CharSequence extra_text = intent.getCharSequenceExtra(Intent.EXTRA_TEXT); local
105 // EXTRA_TEXT, we will try send this TEXT out; Currently in
123 } else if (extra_text != null && type != null) {
124 if (V) Log.v(TAG, "Get ACTION_SEND intent with Extra_text = "
125 + extra_text.toString() + "; mimetype = " + type);
126 final Uri fileUri = creatFileForSharedContent(this, extra_text);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc     [all...]

Completed in 309 milliseconds