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

/external/chromium/chrome/browser/ui/views/
H A Dlogin_view.cc28 LoginView::LoginView(const std::wstring& explanation, LoginModel* model) argument
35 message_label_(new views::Label(explanation)),
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt_gtk.cc67 const string16& explanation) {
71 GtkWidget* label = gtk_label_new(UTF16ToUTF8(explanation).c_str());
66 BuildViewForPasswordManager(PasswordManager* manager, const string16& explanation) argument
H A Dlogin_prompt_ui.cc79 const string16 explanation)
82 explanation_(UTF16ToUTF8(explanation)),
177 const string16& explanation);
239 PasswordManager* manager, const string16& explanation) {
246 delegate_ = new LoginHandlerHtmlDelegate(this, tab_contents, explanation);
77 LoginHandlerHtmlDelegate(LoginHandlerHtml *login_handler, TabContents *tab_contents, const string16 explanation) argument
238 BuildViewForPasswordManager( PasswordManager* manager, const string16& explanation) argument
H A Dlogin_prompt.cc418 string16 explanation = realm_hack16.empty() ? local
424 handler_->BuildViewForPasswordManager(password_manager, 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/chrome/browser/ui/gtk/
H A Dfirst_run_dialog.cc221 GtkWidget* explanation = gtk_label_new( local
224 gtk_util::SetLabelColor(explanation, &gtk_util::kGdkBlack);
225 gtk_util::SetLabelWidth(explanation, kExplanationWidth);
226 gtk_box_pack_start(GTK_BOX(bubble_area_box), explanation, FALSE, FALSE, 0); local
/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/testing/gmock/include/gmock/
H A Dgmock-matchers.h93 // Returns true iff the listener is interested in an explanation of
95 // this information to avoid generating the explanation when no one
118 // should generate an explanation like "which points to ...".
152 // A match result listener that ignores the explanation.
161 // A match result listener that forwards the explanation to a given
173 // A match result listener that stores the explanation in a string.
178 // Returns the explanation heard so far.
457 // If the explanation is not empty, prints it to the ostream.
458 inline void PrintIfNotEmpty(const internal::string& explanation, argument
460 if (explanation !
461 *os << ", " << explanation; local
2241 const internal::string explanation = inner_listener.str(); local
2243 *listener << "whose first field is a value " << explanation; local
[all...]
/external/ceres-solver/internal/ceres/gmock/
H A Dgmock.h4705 // Returns true iff the listener is interested in an explanation of
4707 // this information to avoid generating the explanation when no one
4730 // should generate an explanation like "which points to ...".
4764 // A match result listener that ignores the explanation.
4773 // A match result listener that forwards the explanation to a given
4785 // A match result listener that stores the explanation in a string.
4790 // Returns the explanation heard so far.
5069 // If the explanation is not empty, prints it to the ostream.
5070 inline void PrintIfNotEmpty(const internal::string& explanation, argument
5072 if (explanation !
5073 *os << ", " << explanation; local
6853 const internal::string explanation = inner_listener.str(); local
6855 *listener << "whose first field is a value " << explanation; local
[all...]

Completed in 417 milliseconds