Lines Matching refs:web_frame
245 WebFrame* web_frame = view->mainFrame(); in PauseAnimationAtTimeOnElementWithId() local
246 if (!web_frame) in PauseAnimationAtTimeOnElementWithId()
249 WebAnimationController* controller = web_frame->animationController(); in PauseAnimationAtTimeOnElementWithId()
254 web_frame->document().getElementById(WebString::fromUTF8(element_id)); in PauseAnimationAtTimeOnElementWithId()
266 WebFrame* web_frame = view->mainFrame(); in PauseTransitionAtTimeOnElementWithId() local
267 if (!web_frame) in PauseTransitionAtTimeOnElementWithId()
270 WebAnimationController* controller = web_frame->animationController(); in PauseTransitionAtTimeOnElementWithId()
275 web_frame->document().getElementById(WebString::fromUTF8(element_id)); in PauseTransitionAtTimeOnElementWithId()
285 WebFrame* web_frame = view->mainFrame(); in ElementDoesAutoCompleteForElementWithId() local
286 if (!web_frame) in ElementDoesAutoCompleteForElementWithId()
289 WebElement element = web_frame->document().getElementById( in ElementDoesAutoCompleteForElementWithId()
299 WebFrame* web_frame = view->mainFrame(); in NumberOfActiveAnimations() local
300 if (!web_frame) in NumberOfActiveAnimations()
303 WebAnimationController* controller = web_frame->animationController(); in NumberOfActiveAnimations()