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

  /external/chromium_org/chrome/browser/local_discovery/
privet_confirm_api_flow_unittest.cc 29 PrivetConfirmApiCallFlow confirmation(
32 confirmation.GetURL());
34 confirmation.GetOAuthScope());
35 EXPECT_EQ(net::URLFetcher::GET, confirmation.GetRequestType());
36 EXPECT_FALSE(confirmation.GetExtraRequestHeaders().empty());
46 PrivetConfirmApiCallFlow confirmation(
53 confirmation.OnGCDAPIFlowComplete(*dictionary);
59 confirmation.OnGCDAPIFlowComplete(*dictionary);
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
OfferConfirmation.java 56 buf.append("<offer-confirmation xmlns=\"http://jabber.org/protocol/workgroup\">");
57 buf.append("</offer-confirmation>");
64 final OfferConfirmation confirmation = new OfferConfirmation(); local
72 confirmation.setUserJID(parser.nextText());
79 confirmation.setSessionID(Long.valueOf(parser.nextText()));
84 else if (parser.getEventType() == XmlPullParser.END_TAG && "offer-confirmation".equals(elementName)) {
90 return confirmation;
109 return "<offer-confirmation roomname=\"" + roomName + "\" xmlns=\"http://jabber.org/protocol/workgroup" + "\"/>";
  /external/chromium_org/chrome/browser/resources/help/
help.css 114 #channel-change-confirmation {
help.js 430 $('channel-change-confirmation').hidden = false;
431 $('channel-change-confirmation').textContent = loadTimeData.getStringF(
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_browsertest.js 179 // Verify that checking disable bailout checkbox brings up confirmation UI and
180 // the check only remains when the confirmation UI is acknowledged.
186 // Un-checking the box does not trigger confirmation.
191 // Checking the box trigger confirmation.
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc 233 // Confirmation text.
234 views::Label* confirmation = new views::Label(l10n_util::GetStringUTF16( local
236 confirmation->SetHorizontalAlignment(gfx::ALIGN_LEFT);
237 confirmation->SetMultiLine(true);
238 confirmation->SetFontList(ui::ResourceBundle::GetSharedInstance().GetFontList(
241 layout->AddView(confirmation);
556 // Skip confirmation if there are no existing passwords for this site.
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_browsertest.js 74 // that a confirmation dialog appears, and clicking OK to dismiss the dialog.
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 293 // Setting profile information should allow the confirmation to be shown.
304 // Trying to show a confirmation dialog with no profile information should fall
313 // A confirmation dialog should be shown after creating a new managed user.
340 // The name and email should be inserted into the confirmation dialog.
345 // Checks the strings in the confirmation dialog. If |expectedNameText| is
354 // Configure the test profile and show the confirmation dialog.
certificate_manager_browsertest.js 238 // Click on the ok button in the confirmation overlay.
options_browsertest.js 638 // Open the do not track confirmation prompt.
  /external/chromium_org/remoting/webapp/
third_party_host_permissions.js 51 // confirmation dialog to perform the request on an interactive event.
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 246 int confirmation = cursor.getInt(confirmIndex); local
279 confirmation == BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED;
  /external/chromium_org/chrome/browser/resources/gaia_auth/
background.js 219 // TOOD(guohui): Show password confirmation UI.
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 469 /* TODO(dgozman): Implement Undo delete, Remove the confirmation dialog. */
  /external/chromium_org/chrome/browser/resources/history/
history.js     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
gallery.js 498 /* TODO(dgozman): Implement Undo delete, Remove the confirmation dialog. */
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 2613 milliseconds