/external/chromium_org/ui/native_theme/ |
native_theme_win.h | 58 int part_id, 67 int part_id, 95 int part_id, 142 int part_id, 151 int part_id, 262 // |part_id| is the identifier for the part (e.g. thumb gripper). |state_id| 267 int part_id, 280 int part_id, 297 int part_id, 303 int part_id, [all...] |
native_theme_win.cc | 149 int part_id, 156 if (get_theme_color_(handle, part_id, state_id, prop_id, &color_ref) == 166 int part_id, 171 if (GetThemeColor(theme, part_id, state_id, prop_id, &color) != S_OK) 250 int part_id = GetWindowsPart(part, state, extra); local 254 HRESULT hr = GetThemePartSize(GetThemeName(part), hdc, part_id, state_id, 677 int part_id, 684 return get_theme_part_size_(handle, hdc, part_id, state_id, rect, ts, size); 692 int part_id, 697 return draw_theme_(handle, hdc, part_id, state_id, rect, NULL) 1157 int part_id; local 1215 int part_id; local 1275 int part_id = extra.spin_up ? SPNP_UP : SPNP_DOWN; local 1308 int part_id = part == kTrackbarTrack ? TKP_TRACK : TKP_THUMBBOTTOM; local [all...] |
/packages/inputmethods/PinyinIME/jni/share/ |
spellingtrie.cpp | 527 uint16 part_id = 0; local 529 part_id = 'C' - 'A' + 1 + 1; 531 part_id = 'S' - 'A' + 1 + 2; 533 part_id = 'Z' - 'A' + 1 + 3; 534 if (0 != part_id) { 535 node_current->spelling_idx = part_id; 613 uint16 part_id = 0; local 615 part_id = 'C' - 'A' + 1 + 1; 617 part_id = 'S' - 'A' + 1 + 2; 619 part_id = 'Z' - 'A' + 1 + 3 [all...] |
/external/grub/util/ |
mkbimage | 249 part_id="83";; # This is the default 257 part_id="81"; 263 part_id="1"; 347 ,,$part_id,*,0,1,1
|
/external/chromium/chrome/browser/ui/views/ |
constrained_window_views.cc | 87 virtual SkBitmap* GetPartBitmap(views::FramePartBitmap part_id) const { 88 return bitmaps_[part_id]; 117 virtual SkBitmap* GetPartBitmap(views::FramePartBitmap part_id) const { 118 return bitmaps_[part_id];
|
/external/chromium_org/chrome/browser/ui/views/ |
constrained_window_views.cc | 188 views::FramePartImage part_id) const OVERRIDE { 189 return images_[part_id]; 219 views::FramePartImage part_id) const OVERRIDE { 220 return images_[part_id];
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 135 class_name, part_id = args[:2] 137 spec = "%s %s %s" % (class_name, part_id, statemap) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 135 class_name, part_id = args[:2] 137 spec = "%s %s %s" % (class_name, part_id, statemap) [all...] |