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 238 const string16& extra_text,
244 extra_text(extra_text),
autofill_dialog_types.h 196 const string16& extra_text,
208 string16 extra_text; member in struct:autofill::SuggestionState
autofill_dialog_controller_unittest.cc     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 92 CharSequence extra_text = intent.getCharSequenceExtra(Intent.EXTRA_TEXT); local
96 // EXTRA_TEXT, we will try send this TEXT out; Currently in
114 } else if (extra_text != null && type != null) {
115 if (V) Log.v(TAG, "Get ACTION_SEND intent with Extra_text = "
116 + extra_text.toString() + "; mimetype = " + type);
117 final Uri fileUri = creatFileForSharedContent(this, extra_text);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc     [all...]

Completed in 567 milliseconds