HomeSort by relevance Sort by last modified time
    Searched refs:state_id (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/native_theme/
native_theme_win.cc 154 int state_id,
160 if (get_theme_color_(handle, part_id, state_id, prop_id, &color_ref) ==
171 int state_id,
175 if (GetThemeColor(theme, part_id, state_id, prop_id, &color) != S_OK)
247 int state_id = GetWindowsState(part, state, extra); local
251 HRESULT hr = GetThemePartSize(GetThemeName(part), hdc, part_id, state_id,
735 int state_id,
741 return get_theme_part_size_(handle, hdc, part_id, state_id, rect, ts, size);
750 int state_id,
754 return draw_theme_(handle, hdc, part_id, state_id, rect, NULL)
868 int state_id = MSM_NORMAL; local
937 int state_id; local
957 int state_id = state == kDisabled ? MCB_DISABLED : MCB_NORMAL; local
973 int state_id; local
1002 int state_id; local
1030 int state_id; local
1058 int state_id; local
1095 int state_id; local
1141 int state_id = state_id_matrix[index][state]; local
1215 int state_id; local
1273 int state_id; local
1333 int state_id; local
1369 int state_id = 0; local
    [all...]
native_theme_win.h 62 int state_id,
71 int state_id,
99 int state_id,
146 int state_id,
155 int state_id,
265 // |part_id| is the identifier for the part (e.g. thumb gripper). |state_id|
271 int state_id,
284 int state_id,
301 int state_id,
307 int state_id,
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
dfs-visit.h 67 DfsState(const Fst<Arc> &fst, StateId s): state_id(s), arc_iter(fst, s) {}
69 StateId state_id; // Fst state ... member in struct:fst::DfsState
106 StateId s = dfs_state->state_id;
114 StateId p = parent_state->state_id;
determinize.h 214 Element(StateId s, Weight w) : state_id(s), weight(w) {}
216 StateId state_id; // Input state Id member in struct:fst::DeterminizeFsaImpl::Element
257 fst_->Final(element.state_id)));
309 for (ArcIterator< Fst<A> > aiter(*fst_, src_element.state_id);
338 while ((StateId)elements_.size() <= dest_element.state_id)
340 Element *matching_element = elements_[dest_element.state_id];
349 elements_[dest_element.state_id] = &dest_element;
365 elements_[dest_element.state_id] = 0;
397 (*elements_)[element1.state_id] = &element1;
405 Element *element1 = (*elements_)[element2.state_id];
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.h 167 void MarkAsComplete(unsigned state_id) {
168 framebuffer_complete_state_count_id_ = state_id;

Completed in 2697 milliseconds