Home
last modified time | relevance | path

Searched refs:explanation (Results 1 – 25 of 69) sorted by relevance

123

/external/chromium/chrome/browser/ui/login/
Dlogin_prompt_ui.cc79 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()
Dlogin_prompt_win.cc104 const string16& explanation) OVERRIDE { in BuildViewForPasswordManager() argument
112 login_view_ = new LoginView(UTF16ToWideHack(explanation), manager); in BuildViewForPasswordManager()
Dlogin_prompt_mac.mm56 const string16& explanation) {
67 [sheet_controller_ setExplanation:base::SysUTF16ToNSString(explanation)];
175 - (void)setExplanation:(NSString*)explanation {
177 [explanationField_ setStringValue:explanation];
Dlogin_prompt_gtk.cc67 const string16& explanation) { in BuildViewForPasswordManager() argument
71 GtkWidget* label = gtk_label_new(UTF16ToUTF8(explanation).c_str()); in BuildViewForPasswordManager()
Dlogin_prompt_mac.h31 - (void)setExplanation:(NSString*)explanation;
Dlogin_prompt.h44 const string16& explanation) = 0;
Dlogin_prompt.cc418 string16 explanation = realm_hack16.empty() ? in Run() local
424 handler_->BuildViewForPasswordManager(password_manager, explanation); in Run()
/external/dbus/dbus/
Ddbus-internals.h136 #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__)
Ddbus-internals.c940 _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/
Dlogin_view.cc28 LoginView::LoginView(const std::wstring& explanation, LoginModel* model) in LoginView() argument
35 message_label_(new views::Label(explanation)), in LoginView()
Dlogin_view.h26 LoginView(const std::wstring& explanation, LoginModel* model);
/external/chromium/chrome/browser/ui/gtk/
Dfirst_run_dialog.cc221 GtkWidget* explanation = gtk_label_new( in ShowSearchEngineWindow() local
224 gtk_util::SetLabelColor(explanation, &gtk_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/
DAUTHORS3 # See the latter for an explanation.
/external/eigen/doc/
DD11_UnalignedArrayAssert.dox23 - \ref explanation
98 \section explanation General explanation of this assertion
DI05_FixedSizeVectorizable.dox24 \section explanation Explanation
DI16_TemplateKeyword.dox127 For more information and a fuller explanation of this topic, the reader may consult the following s…
129explanation in Appendix B ("The typename and template Keywords") which formed the basis for this p…
DD01_StlContainers.dox36 The situation with std::vector was even worse (explanation below) so we had to specialize it for th…
/external/proguard/src/proguard/gui/
DFilterDialog.java65 String explanation) in FilterDialog() argument
115 JTextArea explanationTextArea = new JTextArea(explanation, 3, 0); in FilterDialog()
/external/chromium/chrome/browser/resources/options/
Dcontent_settings.css47 .otr-explanation {
/external/oprofile/opcontrol/
Dopcontrol.cpp97 const char *explanation; member
397 printf("%-20s: %s\n", event_info[i].name, event_info[i].explanation); in do_list_events()
/external/e2fsprogs/
DSUBMITTING-PATCHES5 The sign-off is a simple line at the end of the explanation for the
/external/hyphenation/
DREADME.hyphen1 Brief explanation of the hyphenation algorithm herein.[1]
34 This section contains a brief explanation of Knuth's algorithm, in
/external/dbus/
DREADME.dbus4win15 explanation why I left it out.
/external/openssl/crypto/store/
DREADME85 The list functions need some extra explanation: list_start is
/external/chromium/testing/gmock/include/gmock/
Dgmock-matchers.h458 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;

123