/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | partition.h | 40 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
|
D | synchronize.h | 58 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
|
D | rmepsilon.h | 78 struct Element { struct 83 Element() {} in Element() argument 85 Element(Label i, Label o, StateId s) in Element() function
|
D | factor-weight.h | 153 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
|
D | determinize.h | 213 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/ |
D | EditorClientWx.cpp | 357 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
|
D | FrameLoaderClientWx.h | 43 class Element; variable
|
/external/webkit/WebCore/rendering/ |
D | RenderThemeWin.h | 114 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/ |
D | EditorClientQt.cpp | 507 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/ |
D | StyleElement.h | 29 class Element; variable
|
D | FormControlElement.h | 27 class Element; variable
|
D | OptionGroupElement.h | 26 class Element; variable
|
D | FormControlElementWithState.h | 27 class Element; variable
|
/external/webkit/WebCore/xml/ |
D | XPathNamespace.h | 38 class Element; variable
|
/external/webkit/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.cpp | 222 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/ |
D | SVGSymbolElement.h | 43 virtual bool shouldAttachChild(Element*) const { return false; } in shouldAttachChild() argument
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Element.java | 23 public class Element { class 37 public Element(ElementType type, boolean defaultAttributes) { in Element() method in Element
|
/external/webkit/WebCore/html/ |
D | HTMLElementFactory.h | 32 class Element; variable
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.cpp | 482 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/ |
D | CSSCursorImageValue.h | 30 class Element; variable
|
/external/webkit/WebCore/editing/ |
D | htmlediting.h | 35 class Element; variable
|
/external/webkit/WebCore/page/animation/ |
D | AnimationController.h | 40 class Element; variable
|
/external/webkit/WebCore/page/ |
D | AccessibilityListBoxOption.h | 38 class Element; variable
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | EmbeddedWidget.h | 34 class Element; variable
|
/external/webkit/WebCore/plugins/ |
D | PluginDatabase.h | 44 class Element; variable
|