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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize.cc 249 decompose_cluster (const hb_ot_shape_normalize_context_t *c, bool short_circuit, unsigned int end)
252 decompose_current_character (c, short_circuit);
285 bool short_circuit = mode != HB_OT_SHAPE_NORMALIZATION_MODE_DECOMPOSED && local
307 decompose_cluster (&c, short_circuit, end);
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 251 decompose_cluster (const hb_ot_shape_normalize_context_t *c, bool short_circuit, unsigned int end)
254 decompose_current_character (c, short_circuit);
287 bool short_circuit = mode != HB_OT_SHAPE_NORMALIZATION_MODE_DECOMPOSED && local
309 decompose_cluster (&c, short_circuit, end);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 887 DesktopDragDropClientAuraX11* short_circuit = GetForWindow(xid); local
888 if (short_circuit) {
891 short_circuit->OnXdndEnter(xev->xclient);
894 short_circuit->OnXdndLeave(xev->xclient);
897 short_circuit->OnXdndPosition(xev->xclient);
900 short_circuit->OnXdndStatus(xev->xclient);
903 short_circuit->OnXdndFinished(xev->xclient);
906 short_circuit->OnXdndDrop(xev->xclient);

Completed in 77 milliseconds