HomeSort by relevance Sort by last modified time
    Searched defs:forms (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/svg/
SVGFont.cpp 58 // Helper functions to determine the arabic character forms (initial, medial, terminal, isolated)
111 Vector<SVGGlyphIdentifier::ArabicForm> forms; local
123 return forms;
127 // Start identifying arabic forms
130 forms.prepend(processArabicFormDetection(input[i], lastCharShapesRight, forms.isEmpty() ? 0 : &forms.first()));
133 forms.append(processArabicFormDetection(input[i], lastCharShapesRight, forms.isEmpty() ? 0 : &forms.last()))
    [all...]
  /external/webkit/WebKit/win/
DOMHTMLClasses.cpp 4 * Redistribution and use in source and binary forms, with or without
300 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::forms( function in class:DOMHTMLDocument
308 *collection = DOMHTMLCollection::createInstance(htmlDoc->forms().get());
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 4 // Redistribution and use in source and binary forms, with or without
86 @property(readonly, retain) DOMHTMLCollection *forms; variable
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 4 * Redistribution and use in source and binary forms, with or without
550 void WebFrameImpl::forms(WebVector<WebFormElement>& results) const function in class:WebKit::WebFrameImpl
555 RefPtr<HTMLCollection> forms = m_frame->document()->forms();
556 size_t formCount = forms->length();
560 Node* node = forms->item(i);
841 // We use the previous item here because documentState (filled-out forms)
    [all...]
  /external/webkit/WebCore/dom/
Document.cpp 4240 PassRefPtr<HTMLCollection> Document::forms() function in class:WebCore::Document
    [all...]

Completed in 94 milliseconds