Home
last modified time | relevance | path

Searched refs:m_origin (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DStackBounds.h39 : m_origin(0) in StackBounds()
54 ASSERT(m_origin); in origin()
55 return m_origin; in origin()
87 ASSERT(m_origin && m_bound); in isGrowingDownward()
89 return m_origin > m_bound; in isGrowingDownward()
99 ASSERT(m_origin != m_bound); in checkConsistency()
101 ? (currentPosition < m_origin && currentPosition > m_bound) in checkConsistency()
102 : (currentPosition > m_origin && currentPosition < m_bound)); in checkConsistency()
106 void* m_origin; variable
DStackBounds.cpp83 m_origin = pthread_get_stackaddr_np(thread); in initialize()
84 m_bound = static_cast<char*>(m_origin) - pthread_get_stacksize_np(thread); in initialize()
110 m_origin = static_cast<char*>(stackBase) + stackSize; in initialize()
119 m_origin = s.ss_sp; in initialize()
120 m_bound = estimateStackBound(m_origin); in initialize()
130 m_origin = stack.ss_sp; in initialize()
131 m_bound = estimateStackBound(m_origin); in initialize()
141 m_origin = (void*)info.iBase; in initialize()
151 m_origin = threadInfo.stack_end; in initialize()
152 m_bound = estimateStackBound(m_origin); in initialize()
[all …]
/external/webkit/Source/WebCore/rendering/svg/
DSVGMarkerData.h47 FloatPoint origin() const { return m_origin; } in origin()
85 m_outslopePoints[0] = m_origin; in updateOutslope()
96 m_origin = points[1]; in updateMarkerDataForPathElement()
101 m_origin = points[2]; in updateMarkerDataForPathElement()
107 m_origin = points[0]; in updateMarkerDataForPathElement()
111 m_origin = m_subpathStart; in updateMarkerDataForPathElement()
119 m_inslopePoints[0] = m_origin; in updateInslope()
125 FloatPoint m_origin; variable
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DParametrizedLine.h43 inline explicit ParametrizedLine(int _dim) : m_origin(_dim), m_direction(_dim) {} in ParametrizedLine()
49 : m_origin(origin), m_direction(direction) {} in ParametrizedLine()
62 const VectorType& origin() const { return m_origin; } in origin()
63 VectorType& origin() { return m_origin; } in origin()
104 m_origin = other.origin().template cast<Scalar>(); in ParametrizedLine()
113 …{ return m_origin.isApprox(other.m_origin, prec) && m_direction.isApprox(other.m_direction, prec);…
117 VectorType m_origin, m_direction;
/external/eigen/Eigen/src/Geometry/
DParametrizedLine.h48 : m_origin(other.origin()), m_direction(other.direction()) in ParametrizedLine()
53 inline explicit ParametrizedLine(Index _dim) : m_origin(_dim), m_direction(_dim) {} in ParametrizedLine()
59 : m_origin(origin), m_direction(direction) {} in ParametrizedLine()
73 const VectorType& origin() const { return m_origin; } in origin()
74 VectorType& origin() { return m_origin; } in origin()
124 m_origin = other.origin().template cast<Scalar>(); in ParametrizedLine()
133 …{ return m_origin.isApprox(other.m_origin, prec) && m_direction.isApprox(other.m_direction, prec);…
137 VectorType m_origin, m_direction;
/external/webkit/Source/WebCore/page/
DContentSecurityPolicy.cpp174 SecurityOrigin* m_origin; member in WebCore::CSPSourceList
179 : m_origin(origin) in CSPSourceList()
221 scheme = m_origin->protocol(); in parse()
393 … m_list.append(CSPSource(m_origin->protocol(), m_origin->host(), m_origin->port(), false, false)); in addSourceSelf()
464 , m_origin(origin) in ContentSecurityPolicy()
620 m_scriptSrc = adoptPtr(new CSPDirective(value, m_origin.get())); in addDirective()
622 m_objectSrc = adoptPtr(new CSPDirective(value, m_origin.get())); in addDirective()
624 m_imgSrc = adoptPtr(new CSPDirective(value, m_origin.get())); in addDirective()
626 m_styleSrc = adoptPtr(new CSPDirective(value, m_origin.get())); in addDirective()
628 m_fontSrc = adoptPtr(new CSPDirective(value, m_origin.get())); in addDirective()
[all …]
DContentSecurityPolicy.h71 RefPtr<SecurityOrigin> m_origin; variable
DEventSource.cpp69 , m_origin(context->securityOrigin()->toString()) in EventSource()
343 …e), false, false, SerializedScriptValue::create(String::adopt(m_data)), m_origin, m_lastEventId, 0… in createMessageEvent()
DEventSource.h122 String m_origin; variable
DDOMWindow.cpp126 , m_origin(sourceOrigin) in PostMessageTimer()
136 return MessageEvent::create(messagePorts.release(), m_message, m_origin, "", m_source); in event()
148 String m_origin; member in WebCore::PostMessageTimer
/external/webkit/Source/WebCore/rendering/style/
DFillLayer.cpp34 , m_origin(FillLayer::initialFillOrigin(type)) in FillLayer()
60 , m_origin(o.m_origin) in FillLayer()
97 m_origin = o.m_origin; in operator =()
124 m_composite == o.m_composite && m_origin == o.m_origin && m_repeatX == o.m_repeatX && in operator ==()
191 curr->m_origin = pattern->m_origin; in fillUnsetProperties()
DFillLayer.h73 EFillBox origin() const { return static_cast<EFillBox>(m_origin); } in origin()
100 void setOrigin(EFillBox b) { m_origin = b; m_originSet = true; } in setOrigin()
179 unsigned m_origin : 2; // EFillBox variable
/external/webkit/Source/WebCore/loader/
DFormSubmission.h107 const String& origin() const { return m_origin; } in origin()
108 void setOrigin(const String& origin) { m_origin = origin; } in setOrigin()
124 String m_origin; variable
DFormSubmission.cpp243 FrameLoader::addHTTPOriginIfNeeded(frameRequest.resourceRequest(), m_origin); in populateFrameLoadRequest()
/external/webkit/Source/JavaScriptCore/profiler/
DProfileGenerator.h50 JSGlobalObject* origin() const { return m_origin; } in origin()
72 JSGlobalObject* m_origin; variable
DProfileGenerator.cpp49 : m_origin(exec ? exec->lexicalGlobalObject() : 0) in ProfileGenerator()
83 if (!m_origin) in willExecute()
98 if (!m_origin) in didExecute()
/external/webkit/Source/WebCore/dom/
DMessageEvent.cpp44 , m_origin(origin) in MessageEvent()
63 m_origin = origin; in initMessageEvent()
DMessageEvent.h55 const String& origin() const { return m_origin; } in origin()
72 String m_origin; variable
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.h71 const SecurityOrigin* origin() const { return m_origin.get(); } in origin()
139 RefPtr<SecurityOrigin> m_origin; variable
DApplicationCacheGroup.cpp60 , m_origin(SecurityOrigin::create(manifestURL)) in ApplicationCacheGroup()
592 …if (!cacheStorage().remainingSizeForOriginExcludingCache(m_origin.get(), m_newestCache.get(), m_av… in didFinishLoading()
769 frame->page()->chrome()->client()->reachedApplicationCacheOriginQuota(m_origin.get()); in didReachOriginQuota()
/external/webkit/Source/WebCore/workers/
DDefaultSharedWorkerRepository.cpp104 RefPtr<SecurityOrigin> m_origin; member in WebCore::SharedWorkerProxy
114 , m_origin(origin) in SharedWorkerProxy()
117 ASSERT(m_origin->hasOneRef()); in SharedWorkerProxy()
123 if (!origin->equal(m_origin.get())) in matches()
/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.h185 bool canBind() const { return m_origin != "userAgent" && m_origin != "user"; } in canBind()
215 String m_origin; variable
DInspectorStyleSheet.cpp631 , m_origin(origin) in InspectorStyleSheet()
771 if (!m_origin.length()) in buildObjectForRule()
774 result->setString("origin", m_origin); in buildObjectForRule()
1068 if (m_origin == "user" || m_origin == "user-agent") in resourceStyleSheetText()
/external/webkit/Source/WebCore/storage/
DIDBLevelDBBackingStore.cpp706 p = decodeStringWithLength(p, limit, result->m_origin); in decode()
722 String origin() const { return m_origin; } in origin()
727 if (int x = codePointCompare(m_origin, other.m_origin)) in compare()
733 String m_origin; // FIXME: Store encoded strings, or just pointers. member in WebCore::__anon61466e600111::DatabaseNameKey
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-167477 StackBounds::m_origin; WTFThreadData::approximatedStackStart is less accurate, and
7539 valid set of bounds; as such we expect m_origin != m_bounds