OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:itemStyle
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.cpp
170
PopupMenuStyle AutofillPopupMenuClient::
itemStyle
(unsigned listIndex) const
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp
450
PopupMenuStyle RenderMenuList::
itemStyle
(unsigned listIndex) const
RenderListBox.cpp
372
static LayoutSize itemOffsetForAlignment(TextRun textRun, RenderStyle*
itemStyle
, Font itemFont, LayoutRect itemBoudingBox)
374
ETextAlign actualAlignment =
itemStyle
->textAlign();
378
actualAlignment =
itemStyle
->isLeftToRightDirection() ? LEFT : RIGHT;
401
RenderStyle*
itemStyle
= element->renderStyle();
402
if (!
itemStyle
)
403
itemStyle
= style();
405
if (
itemStyle
->visibility() == HIDDEN)
427
TextRun textRun(itemText, 0, 0, TextRun::AllowTrailingExpansion,
itemStyle
->direction(), isOverride(
itemStyle
->unicodeBidi()), true, TextRun::NoRounding);
430
r.move(itemOffsetForAlignment(textRun,
itemStyle
, itemFont, r))
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp
100
virtual PopupMenuStyle
itemStyle
(unsigned listIndex) const
105
virtual PopupMenuStyle menuStyle() const { return
itemStyle
(0); }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 70 milliseconds