Home
last modified time | relevance | path

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

123456

/external/webkit/Source/WebKit/chromium/public/
DWebHTTPBody.h50 struct Element { struct
51 enum { TypeData, TypeFile, TypeBlob } type;
52 WebData data;
53 WebString filePath;
54 long long fileStart;
55 long long fileLength; // -1 means to the end of the file.
56 double modificationTime;
57 WebURL blobURL;
/external/chromium/chrome/browser/bookmarks/
Dbookmark_node_data.h43 struct Element { struct
49 bool is_url;
52 GURL url;
55 string16 title;
58 std::vector<Element> children;
60 int64 get_id() { in get_id()
71 int64 id_;
/external/skia/gpu/include/
DGrClip.h114 struct Element { struct
120 bool operator ==(const Element& e) const { argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dpartition.h40 struct Element { struct
41 Element() : value(0), next(0), prev(0) {} in Element() argument
42 Element(T v) : value(v), next(0), prev(0) {} in Element() function
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() function
85 Element(Label i, Label o, StateId s) in Element() argument
Dfactor-weight.h153 struct Element { struct
154 Element() {} in Element() function
156 Element(StateId s, Weight w) : state(s), weight(w) {} in Element() argument
158 StateId state; // Input state Id
182 StateId start = FindState(Element(fst_->Start(), Weight::One())); in Start() argument
/external/clang/include/clang/AST/
DUsuallyTinyPtrVector.h36 explicit UsuallyTinyPtrVector(T *Element) in UsuallyTinyPtrVector()
84 void UsuallyTinyPtrVector<T>::push_back(T *Element) { in push_back()
/external/webkit/Source/WebCore/page/
DChromeClient.h47 class Element; variable
167 virtual void missingPluginButtonClicked(Element*) const { } in missingPluginButtonClicked() argument
274 virtual bool supportsFullScreenForElement(const Element*, bool) { return false; } in supportsFullScreenForElement()
275 virtual void enterFullScreenForElement(Element*) { } in enterFullScreenForElement() argument
276 virtual void exitFullScreenForElement(Element*) { } in exitFullScreenForElement() argument
/external/webkit/Source/WebCore/rendering/
DRenderThemeWinCE.h113 virtual void adjustButtonStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustButtonStyle() argument
114 virtual void adjustTextFieldStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextFieldStyle() argument
115 virtual void adjustTextAreaStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextAreaStyle() argument
DRenderThemeWin.h117 virtual void adjustButtonStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustButtonStyle() argument
118 virtual void adjustTextFieldStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextFieldStyle() argument
119 virtual void adjustTextAreaStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextAreaStyle() argument
/external/webkit/Source/WebCore/dom/
DOptionGroupElement.h28 class Element; variable
DDOMStringMap.h35 class Element; variable
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageFullScreenClient.h37 class Element; variable
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp391 void EditorClientHaiku::textFieldDidBeginEditing(Element*) in textFieldDidBeginEditing() argument
396 void EditorClientHaiku::textFieldDidEndEditing(Element*) in textFieldDidEndEditing() argument
401 void EditorClientHaiku::textDidChangeInTextField(Element*) in textDidChangeInTextField() argument
406 bool EditorClientHaiku::doTextFieldCommandFromEvent(Element*, KeyboardEvent*) in doTextFieldCommandFromEvent() argument
411 void EditorClientHaiku::textWillBeDeletedInTextField(Element*) in textWillBeDeletedInTextField() argument
416 void EditorClientHaiku::textDidChangeInTextArea(Element*) in textDidChangeInTextArea() argument
/external/v8/src/
Dliveobjectlist.h118 struct Element { struct
131 static int CompareElement(const Element* a, const Element* b); argument
/external/webkit/Source/WebCore/plugins/
DIFrameShimSupport.h26 class Element; variable
/external/webkit/Source/WebCore/bindings/gobject/
DWebKitDOMBinding.h32 class Element; variable
/external/webkit/Source/WebCore/html/
DDOMTokenList.h34 class Element; variable
DClassList.h35 class Element; variable
/external/webkit/Source/WebCore/html/parser/
DHTMLScriptRunnerHost.h34 class Element; variable
/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/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp419 void EditorClientWinCE::textFieldDidBeginEditing(Element*) in textFieldDidBeginEditing() argument
423 void EditorClientWinCE::textFieldDidEndEditing(Element*) in textFieldDidEndEditing() argument
427 void EditorClientWinCE::textDidChangeInTextField(Element*) in textDidChangeInTextField() argument
431 bool EditorClientWinCE::doTextFieldCommandFromEvent(Element*, KeyboardEvent*) in doTextFieldCommandFromEvent() argument
436 void EditorClientWinCE::textWillBeDeletedInTextField(Element*) in textWillBeDeletedInTextField() argument
441 void EditorClientWinCE::textDidChangeInTextArea(Element*) in textDidChangeInTextArea() argument
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp419 void EditorClientEfl::textFieldDidBeginEditing(Element*) in textFieldDidBeginEditing() argument
423 void EditorClientEfl::textFieldDidEndEditing(Element*) in textFieldDidEndEditing() argument
428 void EditorClientEfl::textDidChangeInTextField(Element*) in textDidChangeInTextField() argument
433 bool EditorClientEfl::doTextFieldCommandFromEvent(Element*, KeyboardEvent*) in doTextFieldCommandFromEvent() argument
438 void EditorClientEfl::textWillBeDeletedInTextField(Element*) in textWillBeDeletedInTextField() argument
443 void EditorClientEfl::textDidChangeInTextArea(Element*) in textDidChangeInTextArea() argument
/external/webkit/Source/WebKit/chromium/src/
DDOMUtilitiesPrivate.h35 class Element; variable

123456