Lines Matching refs:anchor
236 var hit = ann.anchor ? locate(nm.norm, ann.anchor) : null;
281 function locate(norm, anchor) { argument
282 if (!anchor || !anchor.exact) return null;
284 var exact = normalizeWS(anchor.exact);
286 var prefix = normalizeWS(anchor.prefix || '');
287 var suffix = normalizeWS(anchor.suffix || '');
288 var hint = anchor.start || 0;
792 var anchor = ann._highlightEl || null;
793 var insertAfter = findParagraph(anchor);
902 if (ann.anchor && ann.anchor.exact) {
905 quote.textContent = ann.anchor.exact;
1497 var anchor = _pendingAnchor;
1500 if (anchor) {
1501 openNewAnnotationForm(anchor, range);
1586 function openNewAnnotationForm(anchor, range) { argument
1596 quote.textContent = anchor.exact;
1615 doCreate(anchor, body, function () {
1654 function doCreate(anchor, body, onSuccess, btn) { argument
1659 anchor: anchor, property