/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebHTTPBody.h | 51 struct Element { struct 52 enum Type { TypeData, TypeFile, TypeBlob, TypeFileSystemURL } type; 53 WebData data; 54 WebString filePath; 55 long long fileStart; 56 long long fileLength; // -1 means to the end of the file. 57 double modificationTime; 58 WebURL fileSystemURL; 59 WebString blobUUID;
|
/external/chromium_org/components/bookmarks/browser/ |
D | bookmark_node_data.h | 45 struct Element { struct 51 bool is_url; 54 GURL url; 57 base::string16 title; 60 base::Time date_added; 63 base::Time date_folder_modified; 66 std::vector<Element> children; 69 BookmarkNode::MetaInfoMap meta_info_map; 71 int64 id() const { return id_; } in id() 81 int64 id_;
|
/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() argument 64 StateId state; // Input state Id 65 const String *istring; // Residual input labels 66 const String *ostring; // Residual output labels
|
D | rmepsilon.h | 76 struct Element { struct 81 Element() {} in Element() argument 83 Element(Label i, Label o, StateId s) in Element() function
|
D | factor-weight.h | 151 struct Element { struct 152 Element() {} in Element() function 154 Element(StateId s, Weight w) : state(s), weight(w) {} in Element() function 156 StateId state; // Input state Id 180 StateId start = FindState(Element(fst_->Start(), Weight::One())); in Start() argument
|
D | determinize.h | 211 struct Element { struct 212 Element() {} in Element() function 214 Element(StateId s, Weight w) : state_id(s), weight(w) {} in Element() function 219 typedef std::forward_list<Element> Subset; argument
|
/external/skia/include/core/ |
D | SkClipStack.h | 56 Element() { in Element() function 63 Element(const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() function 67 Element(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() function 71 Element(const SkPath& path, SkRegion::Op op, bool doAA) { in Element() function 208 Element(int saveCount) { in Element() function 213 Element(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() function 217 Element(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() function 221 Element(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA) { in Element() function
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkClipStack.h | 56 Element() { in Element() function 63 Element(const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() function 67 Element(const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() function 71 Element(const SkPath& path, SkRegion::Op op, bool doAA) { in Element() function 208 Element(int saveCount) { in Element() function 213 Element(int saveCount, const SkRRect& rrect, SkRegion::Op op, bool doAA) { in Element() function 217 Element(int saveCount, const SkRect& rect, SkRegion::Op op, bool doAA) { in Element() function 221 Element(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA) { in Element() function
|
/external/clang/lib/Tooling/ |
D | FileMatchTrie.cpp | 67 StringRef Element(llvm::sys::path::filename( in insert() local 71 StringRef Element(llvm::sys::path::filename( in insert() local 106 StringRef Element(llvm::sys::path::filename(FileName.drop_back( in findEquivalent() local
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | ChromeClient.h | 55 class Element; variable 193 virtual void enterFullScreenForElement(Element*) { } in enterFullScreenForElement() argument 194 virtual void exitFullScreenForElement(Element*) { } in exitFullScreenForElement() argument 227 … virtual void didAssociateFormControls(const WillBeHeapVector<RefPtrWillBeMember<Element> >&) { }; in didAssociateFormControls()
|
D | EditorClient.h | 35 class Element; variable
|
D | ValidationMessageClient.h | 35 class Element; variable
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DocumentFullscreen.h | 32 class Element; variable
|
D | PresentationAttributeStyle.h | 38 class Element; variable
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | externs.js | 8 Element.prototype.detachEvent; class 156 MathJax.HTML.Element = function(tag, attribs, text) { }; class in MathJax.HTML
|
/external/chromium_org/third_party/WebKit/Source/core/plugins/ |
D | PluginOcclusionSupport.h | 26 class Element; variable
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | EffectInput.h | 15 class Element; variable
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
D | CustomElementProcessingStep.h | 38 class Element; variable
|
D | CustomElementMicrotaskResolutionStep.h | 44 class Element; variable
|
D | CustomElementUpgradeCandidateMap.h | 43 class Element; variable
|
D | CustomElementObserver.h | 39 class Element; variable
|
/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/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleAdjuster.h | 30 class Element; variable
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebElement.h | 38 namespace WebCore { class Element; } variable
|