HomeSort by relevance Sort by last modified time
    Searched defs:m_location (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLUniformLocation.h 53 GLint m_location; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/scheduler/
TracedTask.h 37 TraceLocation m_location; member in class:blink::TracedTask
Scheduler.cpp 29 , m_location(location)
37 "src_file", m_location.fileName(),
38 "src_func", m_location.functionName());
45 TraceLocation m_location; member in class:blink::__anon15964::MainThreadIdleTaskAdapter
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShadowData.h 40 : m_location(location)
53 float x() const { return m_location.x(); }
54 float y() const { return m_location.y(); }
55 FloatPoint location() const { return m_location; }
62 FloatPoint m_location; member in class:blink::ShadowData
  /external/lldb/include/lldb/Symbol/
Variable.h 107 return m_location;
113 return m_location;
173 DWARFExpression m_location; // The location of this variable that can be fed to DWARFExpression::Evaluate() member in class:lldb_private::Variable
176 m_loc_is_const_data:1; // The m_location expression contains the constant variable value data, not a DWARF location
UnwindPlan.h 64 m_location()
141 m_location.offset = offset;
148 m_location.offset = offset;
155 m_location.reg_num = reg_num;
162 return m_location.reg_num;
176 return m_location.offset;
185 *opcodes = m_location.expr.opcodes;
186 len = m_location.expr.length;
205 return m_location.expr.opcodes;
213 return m_location.expr.length;
237 } m_location; member in class:lldb_private::UnwindPlan::Row::RegisterLocation
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
KeyboardEvent.h 88 unsigned location() const { return m_location; }
114 unsigned m_location; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 158 mutable RefPtrWillBeMember<WorkerLocation> m_location; member in class:blink::WorkerGlobalScope
  /external/chromium_org/third_party/WebKit/Source/platform/
Timer.h 59 const TraceLocation& location() const { return m_location; }
105 TraceLocation m_location; member in class:blink::TimerBase
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.h 372 mutable RefPtrWillBeMember<Location> m_location; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRect.h 56 : m_location(location), m_size(size) { }
58 : m_location(FloatPoint(x, y)), m_size(FloatSize(width, height)) { }
65 FloatPoint location() const { return m_location; }
68 void setLocation(const FloatPoint& location) { m_location = location; }
71 float x() const { return m_location.x(); }
72 float y() const { return m_location.y(); }
78 void setX(float x) { m_location.setX(x); }
79 void setY(float y) { m_location.setY(y); }
89 void move(const FloatSize& delta) { m_location += delta; }
90 void moveBy(const FloatPoint& delta) { m_location.move(delta.x(), delta.y());
176 FloatPoint m_location; member in class:blink::FloatRect
    [all...]
IntRect.h 55 : m_location(location), m_size(size) { }
57 : m_location(IntPoint(x, y)), m_size(IntSize(width, height)) { }
62 IntPoint location() const { return m_location; }
65 void setLocation(const IntPoint& location) { m_location = location; }
68 int x() const { return m_location.x(); }
69 int y() const { return m_location.y(); }
75 void setX(int x) { m_location.setX(x); }
76 void setY(int y) { m_location.setY(y); }
86 void move(const IntSize& size) { m_location += size; }
87 void moveBy(const IntPoint& offset) { m_location.move(offset.x(), offset.y());
170 IntPoint m_location; member in class:blink::IntRect
    [all...]
LayoutRect.h 47 : m_location(location), m_size(size) { }
49 : m_location(LayoutPoint(x, y)), m_size(LayoutSize(width, height)) { }
51 : m_location(location), m_size(size) { }
52 LayoutRect(const IntRect& rect) : m_location(rect.location()), m_size(rect.size()) { }
56 LayoutPoint location() const { return m_location; }
59 IntPoint pixelSnappedLocation() const { return roundedIntPoint(m_location); }
60 IntSize pixelSnappedSize() const { return IntSize(snapSizeToPixel(m_size.width(), m_location.x()), snapSizeToPixel(m_size.height(), m_location.y())); }
62 void setLocation(const LayoutPoint& location) { m_location = location; }
65 ALWAYS_INLINE LayoutUnit x() const { return m_location.x();
178 LayoutPoint m_location; member in class:blink::LayoutRect
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.h 277 int x() const { return m_location.x(); }
278 int y() const { return m_location.y(); }
279 IntPoint location() const { return m_location; }
294 return m_location == other->m_location && m_stdDeviation == other->m_stdDeviation && m_color == other->m_color;
299 , m_location(location)
305 IntPoint m_location; // FIXME: should location be in Lengths? member in class:blink::DropShadowFilterOperation
  /external/deqp/modules/glshared/
glsAttributeLocationTests.hpp 122 deUint32 getLocation (void) const { return m_location; }
126 deUint32 m_location; member in class:deqp::gls::AttributeLocationTestUtil::Bind
  /external/lldb/source/DataFormatters/
CXXFormatterFunctions.cpp 262 m_location(0),
288 m_location = l;
295 return m_location;
378 uint64_t m_location; member in class:ReadUTFBufferAndDumpToStreamOptions
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 331 , m_location(location)
349 CSSStyleRule* cssStyleRule = m_styleSheet->addRule(m_ruleText, m_location, exceptionState);
369 SourceRange m_location; member in class:blink::FINAL
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 811 const HitTestLocation& m_location; member in class:blink::__anon15764::HitTestCulledInlinesGeneratorContext
    [all...]

Completed in 432 milliseconds