Searched defs:short_circuit (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-normalize.cc216 handle_variation_selector_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool short_circuit) argument
254 decompose_multi_char_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool short_circuit) argument
259 handle_variation_selector_cluster (c, end, short_circuit);
264 decompose_current_character (c, short_circuit);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-normalize.cc216 handle_variation_selector_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool short_circuit) argument
254 decompose_multi_char_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool short_circuit) argument
259 handle_variation_selector_cluster (c, end, short_circuit);
264 decompose_current_character (c, short_circuit);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.cc797 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);

Completed in 146 milliseconds