Searched defs:explanation (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dlogin_view.cc23 LoginView::LoginView(const base::string16& explanation, argument
31 message_label_(new views::Label(explanation)),
/external/chromium_org/chrome/browser/ui/android/
H A Dchrome_http_auth_handler.cc24 ChromeHttpAuthHandler::ChromeHttpAuthHandler(const base::string16& explanation) argument
26 explanation_(explanation) {
/external/chromium_org/content/shell/browser/
H A Dshell_login_dialog.cc79 base::string16 explanation = local
84 explanation += base::ASCIIToUTF16(" The server says: ");
85 explanation += elided_realm;
86 explanation += base::ASCIIToUTF16(".");
89 PlatformCreateDialog(explanation);
/external/proguard/src/proguard/gui/
H A DFilterDialog.java65 String explanation)
114 // Create the panel with the explanation.
115 JTextArea explanationTextArea = new JTextArea(explanation, 3, 0);
64 FilterDialog(JFrame owner, String explanation) argument
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt.cc484 base::string16 explanation = elided_realm.empty() ? local
490 handler->BuildViewForPasswordManager(password_manager, explanation);
/external/oprofile/opcontrol/
H A Dopcontrol.cpp44 const char *explanation; member in struct:event_info
333 printf("%-12s | %-30s: %s\n", ctrs, event_info[i].name, event_info[i].explanation);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar ... planner.IPlanner planner } org/eclipse/equinox/internal/p2/director/Explanation$1.class Explanation.java package org. ...
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc465 views::Label* explanation = local
467 explanation->SetMultiLine(true);
468 explanation->SetHorizontalAlignment(gfx::ALIGN_LEFT);
469 explanation->SizeToFit(left_column_width + kIconSize);
470 layout->AddView(explanation);
612 base::string16 explanation = prompt_->experiment()->GetInlineExplanation( local
614 if (!explanation.empty()) {
616 details.push_back(explanation);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp86 String explanation = ""; local
88 explanation = "[suppressed]";
90 explanation = "[inherited]";
92 explanation = "[supercluster]";
94 explanation = "[insufficient-text]";
98 explanation = "[table-ancestor-limited]";
100 explanation = String::format("[from width %d of %s]",
112 explanation.utf8().data(), pageInfo.utf8().data())));
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dannotations.jar ... .Confidence confidence () public abstract java.lang.String explanation () } edu/umd/cs/findbugs/annotations/CleanupObligation.class CleanupObligation. ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 248 milliseconds