OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:explanation
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
first_run_dialog.cc
221
GtkWidget*
explanation
= gtk_label_new(
local
224
gtk_util::SetLabelColor(
explanation
, >k_util::kGdkBlack);
225
gtk_util::SetLabelWidth(
explanation
, kExplanationWidth);
226
gtk_box_pack_start(GTK_BOX(bubble_area_box),
explanation
, FALSE, FALSE, 0);
local
/external/chromium/chrome/browser/ui/login/
login_prompt.cc
418
string16
explanation
= realm_hack16.empty() ?
local
424
handler_->BuildViewForPasswordManager(password_manager,
explanation
);
/external/oprofile/opcontrol/
opcontrol.cpp
97
const char *
explanation
;
member in struct:event_info
375
printf("%-20s: %s\n", event_info[i].name, event_info[i].
explanation
);
/external/chromium/testing/gmock/include/gmock/
gmock-matchers.h
93
// 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
,
460
if (
explanation
!= "" && os != NULL)
461
*os << ", " <<
explanation
;
local
2241
const internal::string
explanation
= inner_listener.str();
local
2243
*listener << "whose first field is a value " <<
explanation
;
local
[
all
...]
Completed in 974 milliseconds