/external/webkit/Source/WebCore/html/ |
D | TimeRanges.h | 67 struct Range { struct 68 Range() { } in Range() function 69 Range(float start, float end) in Range() argument 77 inline bool isPointInRange(float point) const in isPointInRange() argument 82 inline bool isOverlappingRange(const Range& range) const in isOverlappingRange() argument 87 inline bool isContiguousWithRange(const Range& range) const in isContiguousWithRange() argument 92 inline Range unionWithOverlappingOrContiguousRange(const Range& range) const in unionWithOverlappingOrContiguousRange() argument 102 inline bool isBeforeRange(const Range& range) const in isBeforeRange() argument
|
/external/llvm/lib/DebugInfo/ |
D | DWARFDebugAranges.h | 22 struct Range { struct 44 bool isValidRange() const { return Length > 0; } in isValidRange() argument 46 static bool SortedOverlapCheck(const Range &curr_range, in SortedOverlapCheck() argument 53 bool contains(const Range &range) const { in contains() argument 73 const Range *rangeAtIndex(uint32_t idx) const { in rangeAtIndex() argument
|
/external/easymock/src/org/easymock/internal/ |
D | Range.java | 20 public class Range implements Serializable { class 28 public Range(int count) { in Range() method in Range 32 public Range(int minimum, int maximum) { in Range() method in Range
|
/external/clang/lib/Sema/ |
D | SemaStmtAttr.cpp | 28 SourceRange Range) { in handleFallThroughAttr() 49 SourceRange Range) { in ProcessStmtAttribute() 63 SourceRange Range) { in ProcessStmtAttributes()
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 929 SourceRange Range) { in mangleArgumentType() 951 void MicrosoftCXXNameMangler::mangleType(QualType T, SourceRange Range, in mangleType() 992 SourceRange Range) { in mangleType() 1259 SourceRange Range) { in mangleType() 1382 SourceRange Range) { in mangleType() 1396 SourceRange Range) { in mangleType() 1406 SourceRange Range) { in mangleType() 1417 SourceRange Range) { in mangleType() 1432 SourceRange Range) { in mangleType() 1441 SourceRange Range) { in mangleType() [all …]
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.cpp | 52 bool EditorClientWinCE::shouldDeleteRange(Range*) in shouldDeleteRange() argument 81 bool EditorClientWinCE::shouldBeginEditing(WebCore::Range*) in shouldBeginEditing() 87 bool EditorClientWinCE::shouldEndEditing(WebCore::Range*) in shouldEndEditing() 93 bool EditorClientWinCE::shouldInsertText(const String&, Range*, EditorInsertAction) in shouldInsertText() argument 99 bool EditorClientWinCE::shouldChangeSelectedRange(Range*, Range*, EAffinity, bool) in shouldChangeSelectedRange() argument 105 bool EditorClientWinCE::shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*) in shouldApplyStyle() 111 bool EditorClientWinCE::shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*) in shouldMoveRangeAfterDelete() 194 bool EditorClientWinCE::shouldInsertNode(Node*, Range*, EditorInsertAction) in shouldInsertNode() argument
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.cpp | 53 bool EditorClientEfl::shouldDeleteRange(Range*) in shouldDeleteRange() argument 82 bool EditorClientEfl::shouldBeginEditing(Range*) in shouldBeginEditing() argument 88 bool EditorClientEfl::shouldEndEditing(Range*) in shouldEndEditing() argument 94 bool EditorClientEfl::shouldInsertText(const String&, Range*, EditorInsertAction) in shouldInsertText() argument 100 bool EditorClientEfl::shouldChangeSelectedRange(Range*, Range*, EAffinity, bool) in shouldChangeSelectedRange() argument 106 bool EditorClientEfl::shouldApplyStyle(CSSStyleDeclaration*, Range*) in shouldApplyStyle() argument 112 bool EditorClientEfl::shouldMoveRangeAfterDelete(Range*, Range*) in shouldMoveRangeAfterDelete() argument 195 bool EditorClientEfl::shouldInsertNode(Node*, Range*, EditorInsertAction) in shouldInsertNode() argument
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.cpp | 51 bool EditorClientAndroid::shouldDeleteRange(Range*) { return true; } in shouldDeleteRange() argument 65 bool EditorClientAndroid::shouldBeginEditing(Range*) in shouldBeginEditing() argument 70 bool EditorClientAndroid::shouldEndEditing(Range*) in shouldEndEditing() argument 75 bool EditorClientAndroid::shouldInsertNode(Node*, Range*, EditorInsertAction) { notImplemented(); r… in shouldInsertNode() argument 76 bool EditorClientAndroid::shouldInsertText(const String&, Range*, EditorInsertAction) { return true… in shouldInsertText() argument 77 bool EditorClientAndroid::shouldApplyStyle(CSSStyleDeclaration*, Range*) { notImplemented(); return… in shouldApplyStyle() argument 261 bool EditorClientAndroid::shouldChangeSelectedRange(Range*, Range*, EAffinity, in shouldChangeSelectedRange() argument 273 bool EditorClientAndroid::shouldMoveRangeAfterDelete(Range*, Range*) { return true; } in shouldMoveRangeAfterDelete() argument
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.cpp | 64 bool EditorClientHaiku::shouldDeleteRange(Range*) in shouldDeleteRange() argument 116 bool EditorClientHaiku::shouldBeginEditing(WebCore::Range*) in shouldBeginEditing() 122 bool EditorClientHaiku::shouldEndEditing(WebCore::Range*) in shouldEndEditing() 128 bool EditorClientHaiku::shouldInsertNode(Node*, Range*, EditorInsertAction) in shouldInsertNode() argument 134 bool EditorClientHaiku::shouldInsertText(const String&, Range*, EditorInsertAction) in shouldInsertText() argument 148 WebCore::Range*) in shouldApplyStyle() 154 bool EditorClientHaiku::shouldMoveRangeAfterDelete(Range*, Range*) in shouldMoveRangeAfterDelete() argument
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
D | ColorTags.java | 65 class Range { class in ColorTags 68 Range(int start, String colorStr) { in Range() method in ColorTags.Range
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.cpp | 142 bool EditorClientWx::shouldDeleteRange(Range*) in shouldDeleteRange() argument 200 bool EditorClientWx::shouldBeginEditing(Range*) in shouldBeginEditing() argument 206 bool EditorClientWx::shouldEndEditing(Range*) in shouldEndEditing() argument 212 bool EditorClientWx::shouldInsertNode(Node*, Range*, in shouldInsertNode() argument 219 bool EditorClientWx::shouldInsertText(const String&, Range*, in shouldInsertText() argument 227 Range*) in shouldApplyStyle() argument 233 bool EditorClientWx::shouldMoveRangeAfterDelete(Range*, Range*) in shouldMoveRangeAfterDelete() argument
|
/external/webkit/Source/WebCore/dom/ |
D | DOMTextContentWalker.h | 34 class Range; variable
|
D | DocumentMarkerController.h | 39 class Range; variable
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.cpp | 188 bool WebEditorClient::shouldBeginEditing(Range*) in shouldBeginEditing() argument 194 bool WebEditorClient::shouldEndEditing(Range*) in shouldEndEditing() argument 234 bool WebEditorClient::shouldDeleteRange(Range* /*range*/) in shouldDeleteRange() argument 251 bool WebEditorClient::shouldInsertNode(Node* /*node*/, Range* /*replacingRange*/, EditorInsertActio… in shouldInsertNode() argument 257 bool WebEditorClient::shouldInsertText(const String& /*str*/, Range* /* replacingRange */, EditorIn… in shouldInsertText() argument 278 bool WebEditorClient::shouldApplyStyle(CSSStyleDeclaration* /*style*/, Range* /*toElementsInDOMRang… in shouldApplyStyle() argument 281 bool WebEditorClient::shouldMoveRangeAfterDelete(Range* /*range*/, Range* /*rangeToBeReplaced*/) in shouldMoveRangeAfterDelete() argument 310 bool WebEditorClient::shouldChangeSelectedRange(WebCore::Range*, WebCore::Range*, WebCore::EAffinit… in shouldChangeSelectedRange()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/ |
D | InjectedBundleRangeHandle.h | 34 class Range; variable
|
/external/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 77 SourceRange Range; variable 80 PreprocessedEntity(EntityKind Kind, SourceRange Range) in PreprocessedEntity() 128 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective() 145 explicit MacroDefinition(const IdentifierInfo *Name, SourceRange Range) in MacroDefinition() 168 MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range) in MacroExpansion() 172 MacroExpansion(MacroDefinition *Definition, SourceRange Range) in MacroExpansion() 615 SourceRange Range; member
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageEditorClient.h | 38 class Range; variable
|
/external/webkit/Source/WebCore/loader/archive/cf/ |
D | LegacyWebArchive.h | 38 class Range; variable
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | ExceptionHandlers.h | 46 class Range; variable
|
/external/clang/include/clang/Rewrite/Core/ |
D | HTMLRewrite.h | 40 inline void HighlightRange(Rewriter &R, SourceRange Range, in HighlightRange()
|
/external/webkit/Source/WebCore/page/ |
D | DOMSelection.h | 40 class Range; variable
|
/external/llvm/lib/CodeGen/ |
D | MachineLoopRanges.cpp | 50 MachineLoopRange *&Range = Cache[Loop]; in getLoopRange() local 64 const std::pair<SlotIndex, SlotIndex> &Range = Indexes.getMBBRange(*I); in MachineLoopRange() local
|
/external/webkit/Source/WebCore/editing/ |
D | markup.h | 40 class Range; variable
|
/external/clang/lib/Tooling/ |
D | Refactoring.cpp | 41 Replacement::Replacement(SourceManager &Sources, const CharSourceRange &Range, in Replacement() 105 static int getRangeSize(SourceManager &Sources, const CharSourceRange &Range) { in getRangeSize() 118 const CharSourceRange &Range, in setFromSourceRange()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebRange.h | 37 namespace WebCore { class Range; } variable
|