OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Decoration
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/common/
spellcheck_result.h
14
enum
Decoration
{
28
Decoration
d = SPELLING,
33
:
decoration
(d), location(loc), length(len), replacement(rep), hash(h) {
36
Decoration
decoration
;
member in struct:SpellCheckResult
spellcheck_messages.h
16
IPC_ENUM_TRAITS(SpellCheckResult::
Decoration
)
19
IPC_STRUCT_TRAITS_MEMBER(
decoration
)
/external/clang/lib/Format/
BreakableToken.cpp
234
Decoration
= "* ";
241
Decoration
= "";
243
for (size_t i = 1, e = Lines.size(); i < e && !
Decoration
.empty(); ++i) {
247
while (!Lines[i].startswith(
Decoration
))
248
Decoration
=
Decoration
.substr(0,
Decoration
.size() - 1);
260
} else if (
Decoration
.empty()) {
270
StartOfLineColumn[i] +=
Decoration
.size();
271
Lines[i] = Lines[i].substr(
Decoration
.size())
[
all
...]
BreakableToken.h
173
// Lines[LineIndex] starts (note that the
decoration
, if present, is not
179
// at TailOffset. Note that the
decoration
(if present) is not considered part
185
// trailing whitespace between the lines. Note that the
decoration
(if
200
// Note that an optional
decoration
would go before that column.
212
// the case when it started with a
decoration
("*" or "* ").
216
StringRef
Decoration
;
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_unittest.cc
85
static const SpellCheckResult::
Decoration
kDecoration =
118
EXPECT_EQ(kDecoration, sent_results[0].
decoration
);
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc
360
SpellCheckResult::
Decoration
decoration
= spellcheck_results[i].
decoration
;
local
365
if (
decoration
== SpellCheckResult::SPELLING &&
369
decoration
= SpellCheckResult::GRAMMAR;
375
static_cast<WebTextDecorationType>(
decoration
),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
Completed in 3185 milliseconds