Searched defs:executingWindow (Results 1 – 3 of 3) sorted by relevance
83 inline LocalDOMWindow* EventTarget::executingWindow() in executingWindow() function in blink::EventTarget251 if (LocalDOMWindow* executingWindow = this->executingWindow()) { in countLegacyEvents() local311 if (LocalDOMWindow* executingWindow = this->executingWindow()) { in fireEventListeners() local317 if (LocalDOMWindow* executingWindow = this->executingWindow()) in fireEventListeners() local320 if (LocalDOMWindow* executingWindow = this->executingWindow()) in fireEventListeners() local323 if (LocalDOMWindow* executingWindow = this->executingWindow()) in fireEventListeners() local
76 virtual LocalDOMWindow* executingWindow() { return 0; } in executingWindow() function
887 LocalDOMWindow* Document::executingWindow() in executingWindow() function in blink::Document