/external/chromium/chrome/browser/ui/login/ |
D | login_prompt_ui.cc | 79 const string16 explanation) in LoginHandlerHtmlDelegate() argument 82 explanation_(UTF16ToUTF8(explanation)), in LoginHandlerHtmlDelegate() 177 const string16& explanation); 239 PasswordManager* manager, const string16& explanation) { in BuildViewForPasswordManager() argument 246 delegate_ = new LoginHandlerHtmlDelegate(this, tab_contents, explanation); in BuildViewForPasswordManager()
|
D | login_prompt_win.cc | 104 const string16& explanation) OVERRIDE { in BuildViewForPasswordManager() argument 112 login_view_ = new LoginView(UTF16ToWideHack(explanation), manager); in BuildViewForPasswordManager()
|
D | login_prompt_mac.mm | 56 const string16& explanation) { 67 [sheet_controller_ setExplanation:base::SysUTF16ToNSString(explanation)]; 175 - (void)setExplanation:(NSString*)explanation { 177 [explanationField_ setStringValue:explanation];
|
D | login_prompt_gtk.cc | 67 const string16& explanation) { in BuildViewForPasswordManager() argument 71 GtkWidget* label = gtk_label_new(UTF16ToUTF8(explanation).c_str()); in BuildViewForPasswordManager()
|
D | login_prompt_mac.h | 31 - (void)setExplanation:(NSString*)explanation;
|
D | login_prompt.h | 44 const string16& explanation) = 0;
|
D | login_prompt.cc | 418 string16 explanation = realm_hack16.empty() ? in Run() local 424 handler_->BuildViewForPasswordManager(password_manager, explanation); in Run()
|
/external/dbus/dbus/ |
D | dbus-internals.h | 136 #define _dbus_assert_not_reached(explanation) argument 138 void _dbus_real_assert_not_reached (const char *explanation, 141 #define _dbus_assert_not_reached(explanation) \ argument 142 _dbus_real_assert_not_reached (explanation, __FILE__, __LINE__)
|
D | dbus-internals.c | 940 _dbus_real_assert_not_reached (const char *explanation, in _dbus_real_assert_not_reached() argument 945 file, line, _dbus_pid_for_log (), explanation); in _dbus_real_assert_not_reached()
|
/external/chromium/chrome/browser/ui/views/ |
D | login_view.cc | 28 LoginView::LoginView(const std::wstring& explanation, LoginModel* model) in LoginView() argument 35 message_label_(new views::Label(explanation)), in LoginView()
|
D | login_view.h | 26 LoginView(const std::wstring& explanation, LoginModel* model);
|
/external/chromium/chrome/browser/ui/gtk/ |
D | first_run_dialog.cc | 221 GtkWidget* explanation = gtk_label_new( in ShowSearchEngineWindow() local 224 gtk_util::SetLabelColor(explanation, >k_util::kGdkBlack); in ShowSearchEngineWindow() 225 gtk_util::SetLabelWidth(explanation, kExplanationWidth); in ShowSearchEngineWindow() 226 gtk_box_pack_start(GTK_BOX(bubble_area_box), explanation, FALSE, FALSE, 0); in ShowSearchEngineWindow()
|
/external/regex-re2/ |
D | AUTHORS | 3 # See the latter for an explanation.
|
/external/eigen/doc/ |
D | D11_UnalignedArrayAssert.dox | 23 - \ref explanation 98 \section explanation General explanation of this assertion
|
D | I05_FixedSizeVectorizable.dox | 24 \section explanation Explanation
|
D | I16_TemplateKeyword.dox | 127 For more information and a fuller explanation of this topic, the reader may consult the following s… 129 …explanation in Appendix B ("The typename and template Keywords") which formed the basis for this p…
|
D | D01_StlContainers.dox | 36 The situation with std::vector was even worse (explanation below) so we had to specialize it for th…
|
/external/proguard/src/proguard/gui/ |
D | FilterDialog.java | 65 String explanation) in FilterDialog() argument 115 JTextArea explanationTextArea = new JTextArea(explanation, 3, 0); in FilterDialog()
|
/external/chromium/chrome/browser/resources/options/ |
D | content_settings.css | 47 .otr-explanation {
|
/external/oprofile/opcontrol/ |
D | opcontrol.cpp | 97 const char *explanation; member 397 printf("%-20s: %s\n", event_info[i].name, event_info[i].explanation); in do_list_events()
|
/external/e2fsprogs/ |
D | SUBMITTING-PATCHES | 5 The sign-off is a simple line at the end of the explanation for the
|
/external/hyphenation/ |
D | README.hyphen | 1 Brief explanation of the hyphenation algorithm herein.[1] 34 This section contains a brief explanation of Knuth's algorithm, in
|
/external/dbus/ |
D | README.dbus4win | 15 explanation why I left it out.
|
/external/openssl/crypto/store/ |
D | README | 85 The list functions need some extra explanation: list_start is
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-matchers.h | 458 inline void PrintIfNotEmpty(const internal::string& explanation, in PrintIfNotEmpty() argument 460 if (explanation != "" && os != NULL) { in PrintIfNotEmpty() 461 *os << ", " << explanation; in PrintIfNotEmpty() 2241 const internal::string explanation = inner_listener.str(); 2242 if (explanation != "") { 2243 *listener << "whose first field is a value " << explanation;
|