OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemStyle
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuClient.h
52
virtual PopupMenuStyle
itemStyle
(unsigned listIndex) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
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
...]
RenderMenuList.h
86
virtual PopupMenuStyle
itemStyle
(unsigned listIndex) const OVERRIDE;
RenderMenuList.cpp
450
PopupMenuStyle RenderMenuList::
itemStyle
(unsigned listIndex) const
/external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.h
83
virtual WebCore::PopupMenuStyle
itemStyle
(unsigned listIndex) const;
ExternalPopupMenu.cpp
179
PopupMenuStyle style = m_popupMenuClient->
itemStyle
(i);
PopupListBox.cpp
402
PopupMenuStyle style = m_popupClient->
itemStyle
(rowIndex);
520
itemFont = m_popupClient->
itemStyle
(rowIndex).font();
541
Font itemFont = m_popupClient->
itemStyle
(rowIndex).font();
646
if (index < 0 || m_popupClient->
itemStyle
(index).isDisplayNone())
808
PopupMenuStyle style = m_popupClient->
itemStyle
(i);
837
if (m_popupClient->
itemStyle
(i).isDisplayNone())
AutofillPopupMenuClient.cpp
170
PopupMenuStyle AutofillPopupMenuClient::
itemStyle
(unsigned listIndex) const
/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 767 milliseconds