HomeSort by relevance Sort by last modified time
    Searched defs:m_offset (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SplitTextNodeContainingElementCommand.h 46 int m_offset; member in class:WebCore::SplitTextNodeContainingElementCommand
DeleteFromTextNodeCommand.h 53 unsigned m_offset; member in class:WebCore::DeleteFromTextNodeCommand
InsertIntoTextNodeCommand.h 53 unsigned m_offset; member in class:WebCore::InsertIntoTextNodeCommand
SplitTextNodeCommand.h 56 unsigned m_offset; member in class:WebCore::SplitTextNodeCommand
RenderedPosition.h 78 bool atLeftmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretLeftmostOffset(); }
79 bool atRightmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretRightmostOffset(); }
85 int m_offset; member in class:WebCore::RenderedPosition
97 , m_offset(0)
106 , m_offset(offset)
TextIterator.h 144 int m_offset; member in class:WebCore::TextIterator
252 int m_offset; member in class:WebCore::SimplifiedBackwardsTextIterator
315 int characterOffset() const { return m_offset; }
319 int m_offset; member in class:WebCore::CharacterIterator
337 int m_offset; member in class:WebCore::BackwardsCharacterIterator
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSReflectValue.h 46 CSSPrimitiveValue* offset() const { return m_offset.get(); }
60 , m_offset(offset)
66 RefPtr<CSSPrimitiveValue> m_offset; member in class:WebCore::CSSReflectValue
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Clock.h 54 double m_offset; member in class:WebCore::Clock
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
SkiaSharedBufferStream.h 70 , m_offset(0)
75 size_t m_offset; member in class:WebCore::SkiaSharedBufferStream
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
OutlineValue.h 36 : m_offset(0)
42 return m_width == o.m_width && m_style == o.m_style && m_color == o.m_color && m_colorIsValid == o.m_colorIsValid && m_offset == o.m_offset && m_isAuto == o.m_isAuto;
50 int offset() const { return m_offset; }
54 int m_offset; member in class:WebCore::OutlineValue
StyleReflection.h 44 return m_direction == o.m_direction && m_offset == o.m_offset && m_mask == o.m_mask;
49 Length offset() const { return m_offset; }
53 void setOffset(const Length& l) { m_offset = l; }
59 , m_offset(0, Fixed)
65 Length m_offset; member in class:WebCore::StyleReflection
  /external/opencv/otherlibs/highgui/
grfmt_pxm.h 66 int m_offset; member in class:GrFmtPxMReader
grfmt_bmp.h 73 int m_offset; member in class:GrFmtBmpReader
grfmt_sunras.h 79 int m_offset; member in class:GrFmtSunRasterReader
grfmt_jpeg.h 121 int m_offset; // offset of first scan member in class:GrFmtJpegReader
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ShadowBlur.h 59 FloatSize m_offset; member in class:WebCore::ShadowBlur
TextRunIterator.h 40 , m_offset(0)
46 , m_offset(offset)
52 , m_offset(other.m_offset)
56 unsigned offset() const { return m_offset; }
57 void increment() { m_offset++; }
58 bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); }
59 UChar current() const { return (*m_textRun)[m_offset]; }
64 return m_offset == other.m_offset && m_textRun == other.m_textRun
71 int m_offset; member in class:WebCore::TextRunIterator
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringView.h 41 : m_offset(0)
48 , m_offset(0)
55 , m_offset(offset)
64 m_offset += offset;
78 return m_impl->characters8() + m_offset;
86 return m_impl->characters16() + m_offset;
91 unsigned m_offset; member in class:WTF::StringView
  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeAnimationEffect.h 58 void setOffset(double offset) { m_offset = offset; }
59 double offset() const { return m_offset; }
67 double m_offset; member in class:WebCore::Keyframe
92 double offset() const { return m_offset; }
98 double m_offset; member in class:WebCore::KeyframeAnimationEffect::PropertySpecificKeyframe
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
VDMXParser.cpp 47 , m_offset(0) { }
51 if (m_offset + numBytes > m_length)
53 m_offset += numBytes;
59 if (m_offset + sizeof(uint8_t) > m_length)
61 *value = m_buffer[m_offset];
62 m_offset += sizeof(uint8_t);
68 if (m_offset + sizeof(uint16_t) > m_length)
70 memcpy(value, m_buffer + m_offset, sizeof(uint16_t));
72 m_offset += sizeof(uint16_t);
83 return m_offset;
94 size_t m_offset; member in class:Buffer
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGeometryMap.h 48 , m_offset(o.m_offset)
65 LayoutSize m_offset; member in struct:WebCore::RenderGeometryMapStep
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextBreakIterator.h 225 unsigned m_offset; member in class:WebCore::NonSharedCharacterBreakIterator
  /frameworks/av/libvideoeditor/vss/common/inc/
M4PCMR_CoreReader.h 107 M4OSA_UInt32 m_offset; /**< Offset of the PCM read (i.e m_offset of the member in struct:__anon31005
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.h 64 : m_offset(0)
73 int value() const { return m_offset; }
76 explicit LegacyEditingOffset(int offset) : m_offset(offset) { }
80 int m_offset; member in class:WebCore::Position::LegacyEditingOffset
94 void clear() { m_anchorNode.clear(); m_offset = 0; m_anchorType = PositionIsOffsetInAnchor; m_isLegacyEditingPosition = false; }
108 return m_offset;
115 return m_offset;
217 // m_offset can be the offset inside m_anchorNode, or if editingIgnoresContent(m_anchorNode)
218 // returns true, then other places in editing will treat m_offset == 0 as "before the anchor"
219 // and m_offset > 0 as "after the anchor node". See parentAnchoredEquivalent for more info
220 int m_offset; member in class:WebCore::Position
    [all...]
  /external/libppp/src/
mbuf.h 33 u_short m_offset; /* offset from header end to start position */ member in struct:mbuf
49 ((bp) ? (u_char *)((bp)+1) + (bp)->m_offset : (u_char *)bp)
52 ((bp) ? (const u_char *)((bp)+1) + (bp)->m_offset : (const u_char *)bp)

Completed in 252 milliseconds

1 2