OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Abbreviation
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/autofill/
select_control_handler.cc
25
const char*
abbreviation
;
member in class:__anon2409::State
29
static string16
Abbreviation
(const string16& name);
30
static string16 FullName(const string16&
abbreviation
);
89
string16 State::
Abbreviation
(const string16& name) {
92
return ASCIIToUTF16(s->
abbreviation
);
96
string16 State::FullName(const string16&
abbreviation
) {
98
if (LowerCaseEqualsASCII(
abbreviation
, s->
abbreviation
))
145
abbrev = State::
Abbreviation
(value);
149
// Try the
abbreviation
name first
[
all
...]
/external/webkit/LayoutTests/dom/html/level2/html/
table19.js
78
Abbreviation
for header cells.
/external/webkit/LayoutTests/dom/xhtml/level2/html/
table19.js
78
Abbreviation
for header cells.
Completed in 58 milliseconds