OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Labels
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.h
43
typedef std::vector<views::Label*>
Labels
;
63
// Given |
labels
| and the total |available_width| to display them in, sets
67
static void AssignWidths(
Labels
*
labels
, int available_width);
106
// Does the actual work for AssignWidths(). Assumes |
labels
| is sorted by
108
static void AssignWidthsSorted(
Labels
*
labels
, int available_width);
/external/chromium_org/third_party/WebKit/Source/web/tests/
LocaleICUTest.cpp
42
//
Labels
class is used for printing results in EXPECT_EQ macro.
43
class
Labels
{
45
Labels
(const Vector<String>
labels
)
46
: m_labels(
labels
)
51
bool operator==(const
Labels
& other) const
64
builder.appendLiteral("
labels
(");
81
Labels
labels
(const String& element1, const String& element2)
function in class:LocaleICUTest
83
Vector<String>
labels
= Vector<String>()
local
[
all
...]
/external/clang/lib/CodeGen/
CodeGenFunction.h
512
SmallVector<const LabelDecl*, 4>
Labels
;
529
Labels
.push_back(label);
539
// this ends the cleanup scope before rescoping any
labels
.
549
if (!
Labels
.empty())
[
all
...]
Completed in 60 milliseconds