/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromiumWin.cpp | 116 void ScrollbarThemeChromiumWin::paintButton(GraphicsContext* gc, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part) 121 if (part == BackButtonStartPart || part == ForwardButtonStartPart) 129 getThemeArrowState(scrollbar, part), 130 partId | getClassicThemeState(scrollbar, part), 155 int ScrollbarThemeChromiumWin::getThemeState(Scrollbar* scrollbar, ScrollbarPart part) const 161 if (part == ThumbPart) 167 if (scrollbar->hoveredPart() != part || part == BackTrackPart || part == ForwardTrackPart [all...] |
/external/webkit/Source/WebCore/platform/wx/wxcode/win/ |
scrollbar_render.cpp | 109 int getTSStateForPart(wxScrollbarPart part, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int flags = 0) 114 else if (part == focusPart) 116 else if (part == hoverPart) 129 int part = 0; local 131 part = SP_TRACKENDHOR; 133 part = SP_TRACKENDVERT; 159 engine->DrawThemeBackground(hTheme, GraphicsHDC(&dc), part, xpState, &r, 0); 163 part = SP_BUTTON; 169 engine->DrawThemeBackground(hTheme, GraphicsHDC(&dc), part, xpState, &buttonRect, 0); 176 engine->DrawThemeBackground(hTheme, GraphicsHDC(&dc), part, xpState, &buttonRect, 0) [all...] |
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduPersister.java | 39 import android.provider.Telephony.Mms.Part; 73 "content://mms/" + Long.MAX_VALUE + "/part"; 156 Part._ID, 157 Part.CHARSET, 158 Part.CONTENT_DISPOSITION, 159 Part.CONTENT_ID, 160 Part.CONTENT_LOCATION, 161 Part.CONTENT_TYPE, 162 Part.FILENAME, 163 Part.NAME 362 PduPart part = new PduPart(); local 983 PduPart part = body.getPart(i); local 1142 PduPart part = body.getPart(i); local [all...] |
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/check/ |
check.edc | 45 set_state(PART:"check_button", "default", 0.0); 47 set_state(PART:"check_button", "enabled_checked", 0.0); 49 set_state(PART:"check_button", "focus_checked", 0.0); 51 set_state(PART:"check_button", "hovered_checked", 0.0); 55 set_state(PART:"check_button", "focused", 0.0); 57 set_state(PART:"check_button", "hovered", 0.0); 61 set_state(PART:"check_button", "disabled", 0.0); 63 set_state(PART:"check_button", "disabled_checked", 0.0); 69 part {
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/radio/ |
radio.edc | 44 set_state(PART:"radio_button", "default", 0.0); 46 set_state(PART:"radio_button", "enabled_checked", 0.0); 48 set_state(PART:"radio_button", "focus_checked", 0.0); 50 set_state(PART:"radio_button", "hovered_checked", 0.0); 54 set_state(PART:"radio_button", "focused", 0.0); 56 set_state(PART:"radio_button", "hovered", 0.0); 60 set_state(PART:"radio_button", "disabled", 0.0); 62 set_state(PART:"radio_button", "disabled_checked", 0.0); 68 part {
|
/external/chromium/testing/gtest/include/gtest/ |
gtest-test-part.h | 43 // A copyable object representing the result of a test part (i.e. an 49 // The possible outcomes of a test part (i.e. an assertion or an 71 // Gets the outcome of the test part. 74 // Gets the name of the source file where the test part took place, or 78 // Gets the line in the source file where the test part took place, 85 // Gets the message associated with the test part. 88 // Returns true iff the test part passed. 91 // Returns true iff the test part failed. 94 // Returns true iff the test part non-fatally failed. 97 // Returns true iff the test part fatally failed [all...] |
/external/gtest/include/gtest/ |
gtest-test-part.h | 42 // The possible outcomes of a test part (i.e. an assertion or an 50 // A copyable object representing the result of a test part (i.e. an 70 // Gets the outcome of the test part. 73 // Gets the name of the source file where the test part took place, or 77 // Gets the line in the source file where the test part took place, 84 // Gets the message associated with the test part. 87 // Returns true iff the test part passed. 90 // Returns true iff the test part failed. 93 // Returns true iff the test part non-fatally failed. 96 // Returns true iff the test part fatally failed [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-test-part.h | 43 // A copyable object representing the result of a test part (i.e. an 49 // The possible outcomes of a test part (i.e. an assertion or an 71 // Gets the outcome of the test part. 74 // Gets the name of the source file where the test part took place, or 78 // Gets the line in the source file where the test part took place, 85 // Gets the message associated with the test part. 88 // Returns true iff the test part passed. 91 // Returns true iff the test part failed. 94 // Returns true iff the test part non-fatally failed. 97 // Returns true iff the test part fatally failed [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest-test-part.h | 42 // A copyable object representing the result of a test part (i.e. an 48 // The possible outcomes of a test part (i.e. an assertion or an 70 // Gets the outcome of the test part. 73 // Gets the name of the source file where the test part took place, or 77 // Gets the line in the source file where the test part took place, 84 // Gets the message associated with the test part. 87 // Returns true iff the test part passed. 90 // Returns true iff the test part failed. 93 // Returns true iff the test part non-fatally failed. 96 // Returns true iff the test part fatally failed [all...] |
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/ |
galaxy.rs | 89 static void createParticle(Particle_t *part, int idx, float scale) { 96 part->color.x = (uchar) (220 + id * 35); 97 part->color.y = 220; 98 part->color.z = 220; 100 part->color.x = 180; 101 part->color.y = 180; 102 part->color.z = (uchar) clamp(140.f + id * 115.f, 140.f, 255.f); 105 part->color.w = (uchar) (rsRand(1.2f, 2.1f) * 60); 116 part->position.x = rsRand(TWO_PI); 117 part->position.y = d [all...] |
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/progressbar/ |
progressbar.edc | 39 set_drag_size(PART:"img.progressbar_fill", sx, 1.0); 40 set_drag(PART:"img.progressbar_fill", x, 0.0); 47 part { 57 part { 70 part { 87 part {
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/cancel/ |
search_cancel.edc | 39 set_state(PART:"cancel_button", "default", 0.0); 41 set_state(PART:"cancel_button", "focused", 0.0); 43 set_state(PART:"cancel_button", "pressed", 0.0); 45 set_state(PART:"cancel_button", "hovered", 0.0); 48 set_state(PART:"cancel_button", "disabled", 0.0); 53 part {
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/decoration/ |
search_decoration.edc | 39 set_state(PART:"decoration", "default", 0.0); 41 set_state(PART:"decoration", "focused", 0.0); 43 set_state(PART:"decoration", "pressed", 0.0); 45 set_state(PART:"decoration", "hovered", 0.0); 48 set_state(PART:"decoration", "disabled", 0.0); 53 part {
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeUtilityTest.java | 27 import com.android.emailcommon.mail.Part; 309 // TODO: tests for findFirstPartByMimeType(Part part, String mimeType) 311 /** Tests for findPartByContentId(Part part, String contentId) */ 314 final Part cid1bp = MessageTestUtils.bodyPart("image/gif", cid1); 316 final Part cid2bp = MessageTestUtils.bodyPart("image/gif", "<" + cid2 + ">"); 324 // found cid1 part 325 final Part actual1_1 = MimeUtility.findPartByContentId(msg1, cid1); 326 assertEquals("could not found expected content-id part", cid1bp, actual1_1) [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderMediaControls.cpp | 47 #define wkHitTestMediaUIPart(part, themeStyle, bounds, point) WKHitTestMediaUIPart(part, themeStyle, bounds, point) 48 #define wkMeasureMediaUIPart(part, themeStyle, bounds, naturalSize) WKMeasureMediaUIPart(part, themeStyle, bounds, naturalSize) 49 #define wkDrawMediaUIPart(part, themeStyle, context, rect, state) WKDrawMediaUIPart(part, themeStyle, context, rect, state) 73 // Utility to scale when the UI part are not scaled by wkDrawMediaUIPart 93 ControlPart part = o->style()->appearance(); local 95 if (part != MediaSliderThumbPart && part != MediaVolumeSliderThumbPart [all...] |
/device/samsung/maguro/ |
BoardConfig.mk | 15 # Use the non-open-source part, if present 18 # Use the part that is common between all tunas
|
/external/chromium/webkit/glue/ |
webthemeengine_impl_linux.h | 15 virtual WebKit::WebSize getSize(WebKit::WebThemeEngine::Part); 18 WebKit::WebThemeEngine::Part,
|
/external/freetype/src/raster/ |
ftrend1.h | 10 /* This file is part of the FreeType project, and may only be used, */ 32 /* this renderer is _NOT_ part of the default modules, you'll need */
|
/external/valgrind/main/coregrind/ |
no_op_client_for_valgrind.c | 12 "This program (part of Valgrind) does nothing except print\n" 14 "part of valgrind's launch mechanism is not working correctly.\n");
|
/external/webkit/Source/WebKit/chromium/public/linux/ |
WebThemeEngine.h | 44 // The UI part which is being accessed. 45 enum Part { 68 // The current state of the associated Part. 79 // The bounds of the entire track, as opposed to the part being painted. 142 // Gets the size of the given theme part. For variable sized items 145 virtual WebSize getSize(Part) { return WebSize(); } 146 // Paint the given the given theme part. 148 WebCanvas*, Part, State, const WebRect&, const ExtraParams*) {}
|
/external/webkit/Source/WebKit/chromium/public/win/ |
WebThemeEngine.h | 45 // The part and state parameters correspond to values defined by the 52 WebCanvas*, int part, int state, int classicState, 56 WebCanvas*, int part, int state, int classicState, 64 WebCanvas*, int part, int state, int classicState, 68 WebCanvas*, int part, int state, int classicState, 72 WebCanvas*, int part, int state, int classicState, 76 WebCanvas*, int part, int state, int classicState, 80 WebCanvas*, int part, int state, int classicState,
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/button/ |
button.edc | 42 set_state(PART:"button", "default", 0.0); 44 set_state(PART:"button", "focused", 0.0); 46 set_state(PART:"button", "pressed", 0.0); 49 set_state(PART:"button", "hovered", 0.0); 51 set_state(PART:"button", "pressed", 0.0); 56 set_state(PART:"button", "disabled", 0.0); 62 part { 104 part {
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
TextWithHighlighting.java | 22 * A Spanned that highlights a part of text by dimming another part of that text.
|
/system/core/rootdir/etc/ |
vold.fstab | 8 ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...> 11 ## part - Partition # (1 based), or 'auto' for first usable partition.
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-spi.h | 42 // A copyable object representing the result of a test part (i.e. an 61 // Gets the outcome of the test part. 64 // Gets the name of the source file where the test part took place, or 68 // Gets the line in the source file where the test part took place, 72 // Gets the message associated with the test part. 75 // Returns true iff the test part passed. 78 // Returns true iff the test part failed. 81 // Returns true iff the test part non-fatally failed. 84 // Returns true iff the test part fatally failed. 89 // The name of the source file where the test part took place, o [all...] |