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 216 handle_variation_selector_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool short_circuit)
254 decompose_multi_char_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool short_circuit)
259 handle_variation_selector_cluster (c, end, short_circuit);
264 decompose_current_character (c, short_circuit);
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 216 handle_variation_selector_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool short_circuit)
254 decompose_multi_char_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool short_circuit)
259 handle_variation_selector_cluster (c, end, short_circuit);
264 decompose_current_character (c, short_circuit);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 797 DesktopDragDropClientAuraX11* short_circuit = GetForWindow(xid); local
798 if (short_circuit) {
801 short_circuit->OnXdndEnter(xev->xclient);
804 short_circuit->OnXdndLeave(xev->xclient);
807 short_circuit->OnXdndPosition(xev->xclient);
810 short_circuit->OnXdndStatus(xev->xclient);
813 short_circuit->OnXdndFinished(xev->xclient);
816 short_circuit->OnXdndDrop(xev->xclient);
    [all...]

Completed in 661 milliseconds