Searched refs:Part (Results 1 - 25 of 78) sorted by relevance

1234

/external/chromium_org/content/child/
H A Dwebthemeengine_impl_android.h15 virtual blink::WebSize getSize(blink::WebThemeEngine::Part);
18 blink::WebThemeEngine::Part part,
H A Dwebthemeengine_impl_default.h15 virtual blink::WebSize getSize(blink::WebThemeEngine::Part);
18 blink::WebThemeEngine::Part part,
23 blink::WebThemeEngine::Part part,
H A Dwebfallbackthemeengine_impl.h23 virtual blink::WebSize getSize(blink::WebFallbackThemeEngine::Part);
26 blink::WebFallbackThemeEngine::Part part,
H A Dwebthemeengine_impl_android.cc20 static ui::NativeTheme::Part NativeThemePart(
21 WebThemeEngine::Part part) {
38 return static_cast<ui::NativeTheme::Part>(0);
79 WebThemeEngine::Part part,
156 blink::WebSize WebThemeEngineImpl::getSize(WebThemeEngine::Part part) {
164 WebThemeEngine::Part part,
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_theme_engine.h17 virtual blink::WebSize getSize(blink::WebThemeEngine::Part);
19 blink::WebThemeEngine::Part,
/external/chromium_org/ui/gfx/animation/
H A Dmulti_animation.h32 struct Part { struct in class:gfx::MultiAnimation
33 Part() : time_ms(0), start_time_ms(0), end_time_ms(0), type(Tween::ZERO) {} function in struct:gfx::MultiAnimation::Part
34 Part(int time_ms, Tween::Type type) function in struct:gfx::MultiAnimation::Part
46 typedef std::vector<Part> Parts;
74 const Part& GetPart(int* time_ms, size_t* part_index);
H A Dmulti_animation_unittest.cc15 parts.push_back(MultiAnimation::Part(100, Tween::LINEAR));
16 parts.push_back(MultiAnimation::Part(100, Tween::EASE_OUT));
43 parts.push_back(MultiAnimation::Part(200, Tween::LINEAR));
65 parts.push_back(MultiAnimation::Part(200, Tween::LINEAR));
81 parts.push_back(MultiAnimation::Part(200, Tween::LINEAR));
H A Dmulti_animation.cc58 const Part& part = GetPart(&delta, &current_part_index_);
76 const MultiAnimation::Part& MultiAnimation::GetPart(int* time_ms,
/external/chromium_org/mojo/services/html_viewer/
H A Dwebthemeengine_impl.h15 virtual blink::WebSize getSize(blink::WebThemeEngine::Part);
18 blink::WebThemeEngine::Part part,
23 blink::WebThemeEngine::Part part,
/external/chromium_org/ui/native_theme/
H A Dnative_theme_aurawin.h24 virtual gfx::Size GetPartSize(Part part,
28 Part part,
H A Dnative_theme_mac.h25 Part part,
30 Part part,
H A Dnative_theme_win.h107 virtual gfx::Size GetPartSize(Part part,
111 Part part,
129 Part part,
138 Part part,
189 Part part,
195 Part part,
201 Part part,
214 Part part,
220 Part part,
231 Part par
[all...]
H A Dnative_theme_aurawin.cc15 bool IsScrollbarPart(NativeTheme::Part part) {
58 Part part,
71 gfx::Size NativeThemeAuraWin::GetPartSize(Part part,
H A Dnative_theme_base.h27 virtual gfx::Size GetPartSize(Part part,
31 Part part,
37 Part part,
51 Part direction,
57 Part part,
64 Part part,
169 Part direction,
H A Dnative_theme_aura.h39 Part direction,
43 Part part,
48 Part part,
H A Dcommon_theme.h27 NativeTheme::Part part,
H A Dnative_theme.h30 // The supported control types are listed in the Part enum. These parts can be
44 enum Part { enum in class:ui::NativeTheme
216 virtual gfx::Size GetPartSize(Part part,
222 Part part,
230 Part part,
/external/robolectric/src/main/java/android/net/
H A DUri__FromAndroid.java118 public static final Uri__FromAndroid EMPTY = new HierarchicalUri(null, Part.NULL,
119 PathPart.EMPTY, Part.NULL, Part.NULL);
398 "file", Part.EMPTY, path, Part.NULL, Part.NULL);
490 private Part ssp;
492 private Part getSsp() {
493 return ssp == null ? ssp = Part.fromEncoded(parseSsp()) : ssp;
514 private Part authorit
1947 static class Part extends AbstractPart { class in class:Uri__FromAndroid
1955 private Part(String encoded, String decoded) { method in class:Uri__FromAndroid.Part
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFallbackThemeEngine.h45 enum Part { enum in class:blink::WebFallbackThemeEngine
69 // The current state of the associated Part.
146 virtual WebSize getSize(Part) { return WebSize(); }
148 virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { }
H A DWebThemeEngine.h46 // The current state of the associated Part.
88 enum Part { enum in class:blink::WebThemeEngine
186 virtual WebSize getSize(Part) { return WebSize(); }
188 virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { }
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dmessagepattern.h95 * MessagePattern::Part type constants.
211 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
290 * Special value that is returned by getNumericValue(Part) when no
344 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
347 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value.
348 * The optional numeric Part between each (ARG_SELECTOR, message) pair
351 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle.
604 class Part;
618 * @param i The index of the Part data. (0..countParts()-1)
622 const Part
709 class Part : public UMemory { class in class:MessagePattern
715 Part() {} function in class:MessagePattern::Part
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dmessagepattern.h95 * MessagePattern::Part type constants.
211 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
290 * Special value that is returned by getNumericValue(Part) when no
344 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
347 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value.
348 * The optional numeric Part between each (ARG_SELECTOR, message) pair
351 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle.
604 class Part;
618 * @param i The index of the Part data. (0..countParts()-1)
622 const Part
709 class Part : public UMemory { class in class:MessagePattern
715 Part() {} function in class:MessagePattern::Part
[all...]
/external/chromium_org/ui/views/
H A Dnative_theme_delegate.h26 virtual ui::NativeTheme::Part GetThemePart() const = 0;
/external/chromium_org/ui/views/controls/button/
H A Dradio_button.h34 virtual ui::NativeTheme::Part GetThemePart() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dnative_theme_gtk2.h25 virtual gfx::Size GetPartSize(Part part,
29 Part part,

Completed in 469 milliseconds

1234