Home | History | Annotate | Download | only in dom

Lines Matching refs:BEFORE

325     if (ch == NoChange && s1->hasPseudoStyle(BEFORE)) {
326 RenderStyle* ps2 = s2->getCachedPseudoStyle(BEFORE);
330 RenderStyle* ps1 = s1->getCachedPseudoStyle(BEFORE);
685 // Care must be taken to get the next node before removing the current node.
2527 // If the event listener 'listener' has been created from markup and has been fired before
2702 // Give the target node a chance to do some work before DOM event handlers get a crack.
2882 // send mousedown and mouseup before the click, if requested