OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paintThemePart
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderThemeChromiumLinux.cpp
193
PlatformBridge::
paintThemePart
(i.context, PlatformBridge::PartCheckbox, getWebThemeState(this, o), rect, &extraParams);
212
PlatformBridge::
paintThemePart
(i.context, PlatformBridge::PartRadio, getWebThemeState(this, o), rect, &extraParams);
235
PlatformBridge::
paintThemePart
(i.context, PlatformBridge::PartButton, getWebThemeState(this, o), rect, &extraParams);
258
PlatformBridge::
paintThemePart
(i.context, PlatformBridge::PartTextField, getWebThemeState(this, o), rect, &extraParams);
282
PlatformBridge::
paintThemePart
(i.context, PlatformBridge::PartMenuList, getWebThemeState(this, o), rect, &extraParams);
291
PlatformBridge::
paintThemePart
(i.context, PlatformBridge::PartSliderTrack, getWebThemeState(this, o), rect, &extraParams);
301
PlatformBridge::
paintThemePart
(i.context, PlatformBridge::PartSliderThumb, getWebThemeState(this, o), rect, &extraParams);
319
PlatformBridge::
paintThemePart
(i.context, PlatformBridge::PartInnerSpinButton, getWebThemeState(this, o), rect, &extraParams);
340
PlatformBridge::
paintThemePart
(i.context, PlatformBridge::PartProgressBar, getWebThemeState(this, o), rect, &extraParams);
RenderThemeSafari.cpp
96
SOFT_LINK(SafariTheme,
paintThemePart
, void, __stdcall, (ThemePart part, CGContextRef context, const CGRect& rect, NSControlSize size, ThemeControlState state), (part, context, rect, size, state))
420
paintThemePart
(SafariTheme::CheckboxPart, paintInfo.context->platformContext(), inflatedRect, controlSize, determineState(o));
459
paintThemePart
(RadioButtonPart, paintInfo.context->platformContext(), inflatedRect, controlSize, determineState(o));
605
paintThemePart
(part, paintInfo.context->platformContext(), inflatedRect, controlSize, determineState(o));
613
paintThemePart
(SafariTheme::TextFieldPart, paintInfo.context->platformContext(), r, (NSControlSize)0, determineState(o) & ~FocusedState);
629
paintThemePart
(CapsLockPart, paintInfo.context->platformContext(), r, (NSControlSize)0, (ThemeControlState)0);
641
paintThemePart
(SafariTheme::TextAreaPart, paintInfo.context->platformContext(), r, (NSControlSize)0, determineState(o) & ~FocusedState);
690
paintThemePart
(DropDownButtonPart, info.context->platformContext(), inflatedRect, controlSize, determineState(o));
[
all
...]
/external/webkit/Source/WebCore/platform/win/
ScrollbarThemeSafari.cpp
82
SOFT_LINK(SafariTheme,
paintThemePart
, void, __stdcall,
216
paintThemePart
(scrollbar->orientation() == VerticalScrollbar ? VScrollTrackPart : HScrollTrackPart, graphicsContext->platformContext(), trackRect, size, state);
232
paintThemePart
(scrollbar->orientation() == VerticalScrollbar ? ScrollUpArrowPart : ScrollLeftArrowPart, graphicsContext->platformContext(),
235
paintThemePart
(scrollbar->orientation() == VerticalScrollbar ? ScrollDownArrowPart : ScrollRightArrowPart, graphicsContext->platformContext(),
251
paintThemePart
(scrollbar->orientation() == VerticalScrollbar ? VScrollThumbPart : HScrollThumbPart, graphicsContext->platformContext(),
/external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.cpp
62
PlatformBridge::
paintThemePart
(
102
PlatformBridge::
paintThemePart
(gc, paintPart, state, rect, 0);
115
PlatformBridge::
paintThemePart
(
PlatformBridge.h
365
static void
paintThemePart
(GraphicsContext*, ThemePart, ThemePaintState, const IntRect&, const ThemePaintExtraParams*);
/external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp
271
bool RenderThemeEfl::
paintThemePart
(RenderObject* object, FormType type, const PaintInfo& info, const IntRect& rect)
807
return
paintThemePart
(object, SliderHorizontal, info, rect);
808
return
paintThemePart
(object, SliderVertical, info, rect);
856
return
paintThemePart
(object, CheckBox, info, rect);
877
return
paintThemePart
(object, RadioButton, info, rect);
900
return
paintThemePart
(object, Button, info, rect);
918
return
paintThemePart
(object, ComboBox, info, rect);
936
return
paintThemePart
(object, TextField, info, rect);
962
return
paintThemePart
(object, SearchFieldDecoration, info, rect);
[
all
...]
RenderThemeEfl.h
192
bool
paintThemePart
(RenderObject*, FormType, const PaintInfo&, const IntRect&);
/external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp
881
void PlatformBridge::
paintThemePart
(
[
all
...]
Completed in 6500 milliseconds