OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kw_x
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc
499
const int
kw_x
=
local
501
const int kw_text_x =
kw_x
+ keyword_icon_->width() + item_padding_;
503
text_width =
kw_x
- text_x - item_padding_;
508
gfx::Point(
kw_x
, (height() - keyword_icon_->height()) / 2));
/external/llvm/lib/AsmParser/
LLToken.h
35
kw_x
,
enumerator in enum:llvm::lltok::Kind
Completed in 83 milliseconds