Home | History | Annotate | Download | only in webkit

Lines Matching refs:Element

408 PassRefPtr<Frame> webkit_web_frame_init_with_web_view(WebKitWebView* webView, HTMLFrameOwnerElement* element)
417 RefPtr<Frame> coreFrame = Frame::create(viewPriv->corePage, element, client);
796 Element* documentElement = coreFrame->document()->documentElement();
827 * @id: an element ID string
829 * Return value: The counter value of element @id in @frame
839 Element* coreElement = coreFrame->document()->getElementById(AtomicString(id));
849 * @id: an element ID string
853 * Return value: The number of page where the specified element will be put
863 Element* coreElement = coreFrame->document()->getElementById(AtomicString(id));
1004 bool webkit_web_frame_pause_animation(WebKitWebFrame* frame, const gchar* name, double time, const gchar* element)
1007 Element* coreElement = core(frame)->document()->getElementById(AtomicString(element));
1013 bool webkit_web_frame_pause_transition(WebKitWebFrame* frame, const gchar* name, double time, const gchar* element)
1016 Element* coreElement = core(frame)->document()->getElementById(AtomicString(element));
1029 Element* coreElement = document->getElementById(AtomicString(animationId));