/external/chromium_org/mojo/public/cpp/bindings/ |
no_interface.h | 42 virtual bool AcceptWithResponder(Message* message, MessageReceiver* responder)
|
/external/chromium_org/ui/base/cocoa/ |
base_view.h | 46 // A notification that a view may issue when it receives first responder status.
|
focus_tracker.mm | 17 // an NSTextView is the current first responder, save a pointer to
|
/external/chromium_org/ui/base/cocoa/controls/ |
hyperlink_text_view.h | 45 // This is NO (by default) if the view rejects first responder status.
|
/external/chromium_org/ui/gfx/test/ |
ui_cocoa_test_helper.h | 30 // Sets the responder passed in as first responder, and sets the window 33 - (void)makePretendKeyWindowAndSetFirstResponder:(NSResponder*)responder; 35 // Clears the first responder duty for the window and returns the window
|
/frameworks/base/media/java/android/mtp/ |
MtpServer.java | 20 * Java wrapper for MTP/PTP support as USB responder.
|
/packages/apps/UnifiedEmail/res/values-es-rUS-sw600dp/ |
strings.xml | 24 <string name="preferences_default_reply_all_summary" msgid="6407854387225415499">"Usar como opción predeterminada para responder notif. de mensajes"</string>
|
/packages/apps/UnifiedEmail/res/values-es-sw600dp/ |
strings.xml | 24 <string name="preferences_default_reply_all_summary" msgid="6407854387225415499">"Usar como predeterminada para responder a notificaciones de mensajes"</string>
|
/packages/apps/UnifiedEmail/res/values-gl-rES-sw600dp/ |
strings.xml | 24 <string name="preferences_default_reply_all_summary" msgid="6407854387225415499">"Usar como predeterminado para responder notificacións de mensaxes"</string>
|
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | 398 It also means the acceptable exchange mode when racoon is the responder. 678 This message is useful only when the responder implementation chooses an 682 the responder would use an old SA even when a new SA was established. 696 selection on the responder side, and the action of lifetime check in 705 The responder will obey the initiator anytime. 707 If the responder's lifetime length is longer than the initiator's or 708 the responder's key length is shorter than the initiator's, 709 the responder will use the initiator's value. 711 If PFS is not required by the responder, the responder will obey the proposal [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field.mm | 60 // control when the field becomes first responder. When the field 63 // caused the change in first responder, or events which fall in the 90 // not already first responder. 151 // We should only be here if we accepted first-responder status and 353 // NSTextField becomes first responder by installing a "field editor" 355 // will attempt to make the field the first-responder again, which 357 // the field editor is already in place, don't accept first responder 378 // because the first responder will be immediately set to the field editor 415 // Make ourself the first responder, which will select the text to indicate
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
ResponderTestActivity.java | 36 * A base class for responder test activity. 39 * A responder test activity just have to extend this class and implement getTestCase()
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_textfield.h | 26 // become first responder.
|
autofill_input_field.h | 38 // An input field just became first responder.
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_text_field_unittest.mm | 53 // Test that becoming first responder sets things up correctly.
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample | 42 # the configuration could makes racoon (as a responder)
|
/external/chromium_org/mojo/public/tools/bindings/generators/cpp_templates/ |
interface_definition.tmpl | 152 mojo::MessageReceiver* responder = 154 if (!receiver_->AcceptWithResponder(&message, responder)) 155 delete responder; 182 mojo::MessageReceiver* responder) 184 responder_(responder) { 241 mojo::Message* message, mojo::MessageReceiver* responder) { 254 message->request_id(), responder);
|
/external/chromium_org/content/public/browser/ |
render_widget_host_view.h | 141 // Tells the view whether or not to accept first responder status. If |flag| 142 // is true, the view does not accept first responder status and instead 143 // manually becomes first responder when it receives a mouse down event. If
|
/external/openssl/apps/ |
ocsp.c | 603 BIO_printf (bio_err, "-url URL OCSP responder URL\n"); 619 BIO_printf (bio_err, "-port num port to run responder on\n"); 622 BIO_printf (bio_err, "-rsigner file responder certificate to sign responses with\n"); 623 BIO_printf (bio_err, "-rkey file responder key to sign responses with\n"); 673 NULL, e, "responder certificate"); 676 BIO_printf(bio_err, "Error loading responder certificate\n"); 684 NULL, e, "responder other certificates"); 688 "responder private key"); 761 BIO_printf(bio_err, "Need a responder certificate, key and CA for this operation!\n"); 831 BIO_printf(out, "Responder Error: %s (%d)\n" [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
GoNegRespTestCase.java | 79 return "Go negotiation responder test";
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bubble_controller.h | 66 // These actions send a -editBookmarkNode: action up the responder chain.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
gradient_button_cell_unittest.mm | 113 // Test drawing when first responder, mostly to ensure nothing leaks or
|
image_button_cell.h | 70 // If |controlView| is a first responder then draws a blue focus ring.
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_cocoa_browsertest.mm | 73 // 'Close Window' should be enabled because the remaining Panel is a Responder
|
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/ |
sad_tab_controller_unittest.mm | 105 // purposes. Normally this would be sent up the responder tree correctly, but
|