Home
last modified time | relevance | path

Searched defs:Element (Results 1 – 25 of 71) sorted by relevance

123

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dpartition.h40 struct Element { struct
41 Element() : value(0), next(0), prev(0) {} in Element() function
42 Element(T v) : value(v), next(0), prev(0) {} in Element() argument
45 Element* next; argument
46 Element* prev; argument
253 typedef typename Partition<T>::Element Element; typedef
Dsynchronize.h58 struct Element { struct
59 Element() {} in Element() argument
61 Element(StateId s, const String *i, const String *o) in Element() function
64 StateId state; // Input state Id
65 const String *istring; // Residual input labels
66 const String *ostring; // Residual output labels
Drmepsilon.h78 struct Element { struct
83 Element() {} in Element() argument
85 Element(Label i, Label o, StateId s) in Element() function
Dfactor-weight.h153 struct Element { struct
154 Element() {} in Element() function
156 Element(StateId s, Weight w) : state(s), weight(w) {} in Element() function
158 StateId state; // Input state Id
182 StateId start = FindState(Element(fst_->Start(), Weight::One())); in Start() argument
Ddeterminize.h213 struct Element { struct
214 Element() {} in Element() function
216 Element(StateId s, Weight w) : state_id(s), weight(w) {} in Element() function
221 typedef slist<Element> Subset; argument
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp357 void EditorClientWx::textFieldDidBeginEditing(Element*) in textFieldDidBeginEditing() argument
362 void EditorClientWx::textFieldDidEndEditing(Element*) in textFieldDidEndEditing() argument
367 void EditorClientWx::textDidChangeInTextField(Element*) in textDidChangeInTextField() argument
372 bool EditorClientWx::doTextFieldCommandFromEvent(Element*, KeyboardEvent*) in doTextFieldCommandFromEvent() argument
378 void EditorClientWx::textWillBeDeletedInTextField(Element*) in textWillBeDeletedInTextField() argument
383 void EditorClientWx::textDidChangeInTextArea(Element*) in textDidChangeInTextArea() argument
DFrameLoaderClientWx.h43 class Element; variable
/external/webkit/WebCore/rendering/
DRenderThemeWin.h114 virtual void adjustButtonStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustButtonStyle() argument
115 virtual void adjustTextFieldStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextFieldStyle() argument
116 virtual void adjustTextAreaStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextAreaStyle() argument
/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp507 void EditorClientQt::textFieldDidBeginEditing(Element*) in textFieldDidBeginEditing() argument
512 void EditorClientQt::textFieldDidEndEditing(Element*) in textFieldDidEndEditing() argument
517 void EditorClientQt::textDidChangeInTextField(Element*) in textDidChangeInTextField() argument
521 bool EditorClientQt::doTextFieldCommandFromEvent(Element*, KeyboardEvent*) in doTextFieldCommandFromEvent() argument
526 void EditorClientQt::textWillBeDeletedInTextField(Element*) in textWillBeDeletedInTextField() argument
530 void EditorClientQt::textDidChangeInTextArea(Element*) in textDidChangeInTextArea() argument
/external/webkit/WebCore/dom/
DStyleElement.h29 class Element; variable
DFormControlElement.h27 class Element; variable
DOptionGroupElement.h26 class Element; variable
DFormControlElementWithState.h27 class Element; variable
/external/webkit/WebCore/xml/
DXPathNamespace.h38 class Element; variable
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp222 void EditorClientAndroid::textFieldDidEndEditing(Element*) {} in textFieldDidEndEditing() argument
223 void EditorClientAndroid::textDidChangeInTextArea(Element*) {} in textDidChangeInTextArea() argument
224 void EditorClientAndroid::textDidChangeInTextField(Element*) {} in textDidChangeInTextField() argument
225 void EditorClientAndroid::textFieldDidBeginEditing(Element*) {} in textFieldDidBeginEditing() argument
229 bool EditorClientAndroid::doTextFieldCommandFromEvent(Element*, KeyboardEvent*) { return false; } in doTextFieldCommandFromEvent() argument
230 void EditorClientAndroid::textWillBeDeletedInTextField(Element*) {} in textWillBeDeletedInTextField() argument
/external/webkit/WebCore/svg/
DSVGSymbolElement.h43 virtual bool shouldAttachChild(Element*) const { return false; } in shouldAttachChild() argument
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElement.java23 public class Element { class
37 public Element(ElementType type, boolean defaultAttributes) { in Element() method in Element
/external/webkit/WebCore/html/
DHTMLElementFactory.h32 class Element; variable
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp482 void EditorClient::textFieldDidBeginEditing(Element*) in textFieldDidBeginEditing() argument
486 void EditorClient::textFieldDidEndEditing(Element*) in textFieldDidEndEditing() argument
490 void EditorClient::textDidChangeInTextField(Element*) in textDidChangeInTextField() argument
494 bool EditorClient::doTextFieldCommandFromEvent(Element*, KeyboardEvent*) in doTextFieldCommandFromEvent() argument
499 void EditorClient::textWillBeDeletedInTextField(Element*) in textWillBeDeletedInTextField() argument
504 void EditorClient::textDidChangeInTextArea(Element*) in textDidChangeInTextArea() argument
/external/webkit/WebCore/css/
DCSSCursorImageValue.h30 class Element; variable
/external/webkit/WebCore/editing/
Dhtmlediting.h35 class Element; variable
/external/webkit/WebCore/page/animation/
DAnimationController.h40 class Element; variable
/external/webkit/WebCore/page/
DAccessibilityListBoxOption.h38 class Element; variable
/external/webkit/WebKit/win/WebCoreSupport/
DEmbeddedWidget.h34 class Element; variable
/external/webkit/WebCore/plugins/
DPluginDatabase.h44 class Element; variable

123