origin 3 LayoutTests/http/tests/security/resources/captions-with-access-control-headers.php $origin = $_GET["origin"]; origin 6 LayoutTests/http/tests/security/resources/captions-with-access-control-headers.php if ($origin) origin 2 LayoutTests/http/tests/w3c/webperf/resources/blank_page_green_with_allow_timing.php $origin = $_GET["origin"] ? $_GET["origin"] : ""; origin 3 LayoutTests/http/tests/w3c/webperf/resources/blank_page_green_with_allow_timing.php header("timing-allow-origin: $origin"); origin 3 LayoutTests/http/tests/xmlhttprequest/resources/access-control-allow-lists.php if (isset($_GET['origin'])) { origin 4 LayoutTests/http/tests/xmlhttprequest/resources/access-control-allow-lists.php header("Access-Control-Allow-Origin: " . $_GET['origin']); origin 1040 Source/bindings/templates/interface.cpp changed and then accessed from a different origin, we do not return the origin 134 Source/bindings/v8/ScriptController.cpp void ScriptController::updateSecurityOrigin(SecurityOrigin* origin) origin 136 Source/bindings/v8/ScriptController.cpp m_windowShell->updateSecurityOrigin(origin); origin 148 Source/bindings/v8/ScriptController.cpp v8::ScriptOrigin origin = function->GetScriptOrigin(); origin 149 Source/bindings/v8/ScriptController.cpp if (origin.ResourceName().IsEmpty()) { origin 153 Source/bindings/v8/ScriptController.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_RETURN(V8StringResource<>, stringResourceName, origin.ResourceName(), false); origin 448 Source/bindings/v8/ScriptController.cpp SecurityOrigin* origin = isolatedWorldShell->world().isolatedWorldSecurityOrigin(); origin 449 Source/bindings/v8/ScriptController.cpp if (!origin) origin 455 Source/bindings/v8/ScriptController.cpp result.append(std::pair<ScriptState*, SecurityOrigin*>(scriptState, origin)); origin 179 Source/bindings/v8/ScriptEventListener.cpp v8::ScriptOrigin origin = originalFunction->GetScriptOrigin(); origin 180 Source/bindings/v8/ScriptEventListener.cpp if (!origin.ResourceName().IsEmpty() && origin.ResourceName()->IsString()) origin 181 Source/bindings/v8/ScriptEventListener.cpp sourceName = toCoreString(origin.ResourceName().As<v8::String>()); origin 63 Source/bindings/v8/V8ScriptRunner.cpp v8::ScriptOrigin origin(name, line, column, isSharedCrossOrigin); origin 77 Source/bindings/v8/V8ScriptRunner.cpp v8::ScriptCompiler::Source source(code, origin, cachedData.leakPtr()); origin 241 Source/bindings/v8/V8WindowShell.cpp SecurityOrigin* origin = m_world->isolatedWorldSecurityOrigin(); origin 242 Source/bindings/v8/V8WindowShell.cpp if (origin && InspectorInstrumentation::hasFrontends()) { origin 244 Source/bindings/v8/V8WindowShell.cpp InspectorInstrumentation::didCreateIsolatedContext(m_frame, scriptState, origin); origin 380 Source/bindings/v8/V8WindowShell.cpp void V8WindowShell::setSecurityToken(SecurityOrigin* origin) origin 390 Source/bindings/v8/V8WindowShell.cpp if (!origin->domainWasSetInDOM() origin 392 Source/bindings/v8/V8WindowShell.cpp token = origin->toString(); origin 497 Source/bindings/v8/V8WindowShell.cpp void V8WindowShell::updateSecurityOrigin(SecurityOrigin* origin) origin 502 Source/bindings/v8/V8WindowShell.cpp setSecurityToken(origin); origin 93 Source/bindings/v8/V8WorkerGlobalScopeEventListener.cpp v8::ScriptOrigin origin = originalFunction->GetScriptOrigin(); origin 94 Source/bindings/v8/V8WorkerGlobalScopeEventListener.cpp if (!origin.ResourceName().IsEmpty()) { origin 95 Source/bindings/v8/V8WorkerGlobalScopeEventListener.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_RETURN(V8StringResource<>, stringResourceName, origin.ResourceName(), v8::Local<v8::Value>()); origin 179 Source/core/animation/css/CSSAnimatableValueFactory.cpp inline static PassRefPtrWillBeRawPtr<AnimatableValue> createFromBackgroundPosition(const Length& length, bool originIsSet, BackgroundEdgeOrigin origin, const RenderStyle& style) origin 181 Source/core/animation/css/CSSAnimatableValueFactory.cpp if (!originIsSet || origin == LeftEdge || origin == TopEdge) origin 1700 Source/core/css/CSSComputedStyleDeclaration.cpp EFillBox box = isClip ? layers->clip() : layers->origin(); origin 1706 Source/core/css/CSSComputedStyleDeclaration.cpp EFillBox box = isClip ? currLayer->clip() : currLayer->origin(); origin 54 Source/core/css/resolver/ViewportStyleResolver.cpp void ViewportStyleResolver::collectViewportRules(RuleSet* rules, Origin origin) origin 60 Source/core/css/resolver/ViewportStyleResolver.cpp addViewportRule(viewportRules[i], origin); origin 63 Source/core/css/resolver/ViewportStyleResolver.cpp void ViewportStyleResolver::addViewportRule(StyleRuleViewport* viewportRule, Origin origin) origin 71 Source/core/css/resolver/ViewportStyleResolver.cpp if (origin == AuthorOrigin) origin 44 Source/core/dom/DOMURLUtilsReadOnly.h static String origin(const KURL&); origin 45 Source/core/dom/DOMURLUtilsReadOnly.h static String origin(DOMURLUtilsReadOnly& impl) { return origin(impl.url()); } origin 2839 Source/core/dom/Document.cpp SecurityOrigin& origin = *securityOrigin(); origin 2848 Source/core/dom/Document.cpp if (canAccessAncestor(origin, targetFrame)) origin 2866 Source/core/dom/Document.cpp if (canAccessAncestor(origin, targetFrame->loader().opener())) origin 3046 Source/core/dom/Document.cpp bool Document::shouldMergeWithLegacyDescription(ViewportDescription::Type origin) origin 3048 Source/core/dom/Document.cpp return settings() && settings()->viewportMetaMergeContentQuirk() && m_legacyViewportDescription.isMetaViewportType() && m_legacyViewportDescription.type == origin; origin 4702 Source/core/dom/Document.cpp void Document::updateSecurityOrigin(PassRefPtr<SecurityOrigin> origin) origin 4704 Source/core/dom/Document.cpp setSecurityOrigin(origin); origin 1378 Source/core/dom/Document.h inline bool Document::shouldOverrideLegacyDescription(ViewportDescription::Type origin) origin 1383 Source/core/dom/Document.h return origin >= m_legacyViewportDescription.type; origin 54 Source/core/events/MessageEvent.cpp , m_origin(initializer.origin) origin 63 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortArray> ports) origin 66 Source/core/events/MessageEvent.cpp , m_origin(origin) origin 75 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortArray> ports) origin 79 Source/core/events/MessageEvent.cpp , m_origin(origin) origin 90 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortChannelArray> channels) origin 94 Source/core/events/MessageEvent.cpp , m_origin(origin) origin 105 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(const String& data, const String& origin) origin 109 Source/core/events/MessageEvent.cpp , m_origin(origin) origin 114 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(PassRefPtrWillBeRawPtr<Blob> data, const String& origin) origin 118 Source/core/events/MessageEvent.cpp , m_origin(origin) origin 123 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(PassRefPtr<ArrayBuffer> data, const String& origin) origin 127 Source/core/events/MessageEvent.cpp , m_origin(origin) origin 145 Source/core/events/MessageEvent.cpp void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray> ports) origin 153 Source/core/events/MessageEvent.cpp m_origin = origin; origin 159 Source/core/events/MessageEvent.cpp void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray> ports) origin 168 Source/core/events/MessageEvent.cpp m_origin = origin; origin 44 Source/core/events/MessageEvent.h String origin; origin 56 Source/core/events/MessageEvent.h static PassRefPtrWillBeRawPtr<MessageEvent> create(PassOwnPtr<MessagePortArray> ports, const String& origin = String(), const String& lastEventId = String(), PassRefPtr<EventTarget> source = nullptr) origin 58 Source/core/events/MessageEvent.h return adoptRefWillBeNoop(new MessageEvent(origin, lastEventId, source, ports)); origin 60 Source/core/events/MessageEvent.h static PassRefPtrWillBeRawPtr<MessageEvent> create(PassOwnPtr<MessagePortArray> ports, PassRefPtr<SerializedScriptValue> data, const String& origin = String(), const String& lastEventId = String(), PassRefPtr<EventTarget> source = nullptr) origin 62 Source/core/events/MessageEvent.h return adoptRefWillBeNoop(new MessageEvent(data, origin, lastEventId, source, ports)); origin 64 Source/core/events/MessageEvent.h static PassRefPtrWillBeRawPtr<MessageEvent> create(PassOwnPtr<MessagePortChannelArray> channels, PassRefPtr<SerializedScriptValue> data, const String& origin = String(), const String& lastEventId = String(), PassRefPtr<EventTarget> source = nullptr) origin 66 Source/core/events/MessageEvent.h return adoptRefWillBeNoop(new MessageEvent(data, origin, lastEventId, source, channels)); origin 68 Source/core/events/MessageEvent.h static PassRefPtrWillBeRawPtr<MessageEvent> create(const String& data, const String& origin = String()) origin 70 Source/core/events/MessageEvent.h return adoptRefWillBeNoop(new MessageEvent(data, origin)); origin 72 Source/core/events/MessageEvent.h static PassRefPtrWillBeRawPtr<MessageEvent> create(PassRefPtrWillBeRawPtr<Blob> data, const String& origin = String()) origin 74 Source/core/events/MessageEvent.h return adoptRefWillBeNoop(new MessageEvent(data, origin)); origin 76 Source/core/events/MessageEvent.h static PassRefPtrWillBeRawPtr<MessageEvent> create(PassRefPtr<ArrayBuffer> data, const String& origin = String()) origin 78 Source/core/events/MessageEvent.h return adoptRefWillBeNoop(new MessageEvent(data, origin)); origin 83 Source/core/events/MessageEvent.h void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray>); origin 84 Source/core/events/MessageEvent.h void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray>); origin 86 Source/core/events/MessageEvent.h const String& origin() const { return m_origin; } origin 121 Source/core/events/MessageEvent.h MessageEvent(const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortArray>); origin 122 Source/core/events/MessageEvent.h MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortArray>); origin 123 Source/core/events/MessageEvent.h MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<EventTarget> source, PassOwnPtr<MessagePortChannelArray>); origin 125 Source/core/events/MessageEvent.h explicit MessageEvent(const String& data, const String& origin); origin 126 Source/core/events/MessageEvent.h explicit MessageEvent(PassRefPtrWillBeRawPtr<Blob> data, const String& origin); origin 127 Source/core/events/MessageEvent.h explicit MessageEvent(PassRefPtr<ArrayBuffer> data, const String& origin); origin 72 Source/core/fetch/FetchRequest.cpp void FetchRequest::setCrossOriginAccessControl(SecurityOrigin* origin, StoredCredentials allowCredentials, CredentialRequest requested) origin 75 Source/core/fetch/FetchRequest.cpp updateRequestForAccessControl(m_resourceRequest, origin, allowCredentials); origin 77 Source/core/fetch/FetchRequest.cpp m_options.securityOrigin = origin; origin 81 Source/core/fetch/FetchRequest.cpp void FetchRequest::setCrossOriginAccessControl(SecurityOrigin* origin, StoredCredentials allowCredentials) origin 83 Source/core/fetch/FetchRequest.cpp setCrossOriginAccessControl(origin, allowCredentials, allowCredentials == AllowStoredCredentials ? ClientRequestedCredentials : ClientDidNotRequestCredentials); origin 86 Source/core/fetch/FetchRequest.cpp void FetchRequest::setCrossOriginAccessControl(SecurityOrigin* origin, const AtomicString& crossOriginMode) origin 88 Source/core/fetch/FetchRequest.cpp setCrossOriginAccessControl(origin, equalIgnoringCase(crossOriginMode, "use-credentials") ? AllowStoredCredentials : DoNotAllowStoredCredentials); origin 54 Source/core/fileapi/Blob.cpp void BlobURLRegistry::registerURL(SecurityOrigin* origin, const KURL& publicURL, URLRegistrable* registrableObject) origin 58 Source/core/fileapi/Blob.cpp BlobRegistry::registerPublicBlobURL(origin, publicURL, blob->blobDataHandle()); origin 115 Source/core/frame/Location.cpp return DOMURLUtilsReadOnly::origin(url()); origin 74 Source/core/frame/Location.h String origin() const; origin 387 Source/core/html/HTMLMetaElement-in.cpp void HTMLMetaElement::processViewportContentAttribute(const String& content, ViewportDescription::Type origin) origin 391 Source/core/html/HTMLMetaElement-in.cpp if (!document().shouldOverrideLegacyDescription(origin)) origin 394 Source/core/html/HTMLMetaElement-in.cpp ViewportDescription descriptionFromLegacyTag(origin); origin 395 Source/core/html/HTMLMetaElement-in.cpp if (document().shouldMergeWithLegacyDescription(origin)) origin 67 Source/core/html/HTMLMetaElement.h void processViewportContentAttribute(const String& content, ViewportDescription::Type origin); origin 51 Source/core/html/PublicURLManager.cpp void PublicURLManager::registerURL(SecurityOrigin* origin, const KURL& url, URLRegistrable* registrable, const String& uuid) origin 57 Source/core/html/PublicURLManager.cpp found->key->registerURL(origin, url, registrable); origin 1253 Source/core/inspector/InspectorCSSAgent.cpp TypeBuilder::CSS::StyleSheetOrigin::Enum origin = TypeBuilder::CSS::StyleSheetOrigin::Regular; origin 1255 Source/core/inspector/InspectorCSSAgent.cpp origin = TypeBuilder::CSS::StyleSheetOrigin::User_agent; origin 1257 Source/core/inspector/InspectorCSSAgent.cpp origin = TypeBuilder::CSS::StyleSheetOrigin::User; origin 1261 Source/core/inspector/InspectorCSSAgent.cpp origin = TypeBuilder::CSS::StyleSheetOrigin::Inspector; origin 1263 Source/core/inspector/InspectorCSSAgent.cpp return origin; origin 68 Source/core/inspector/InspectorClient.h virtual void requestPageScaleFactor(float scale, const IntPoint& origin) { } origin 323 Source/core/inspector/InspectorController.cpp void InspectorController::setInjectedScriptForOrigin(const String& origin, const String& source) origin 326 Source/core/inspector/InspectorController.cpp inspectorAgent->setInjectedScriptForOrigin(origin, source); origin 387 Source/core/inspector/InspectorController.cpp void InspectorController::requestPageScaleFactor(float scale, const IntPoint& origin) origin 389 Source/core/inspector/InspectorController.cpp m_inspectorClient->requestPageScaleFactor(scale, origin); origin 89 Source/core/inspector/InspectorController.h void setInjectedScriptForOrigin(const String& origin, const String& source); origin 112 Source/core/inspector/InspectorController.h void requestPageScaleFactor(float scale, const IntPoint& origin); origin 153 Source/core/inspector/InspectorFrontendHost.cpp void InspectorFrontendHost::setInjectedScriptForOrigin(const String& origin, const String& script) origin 155 Source/core/inspector/InspectorFrontendHost.cpp m_frontendPage->inspectorController().setInjectedScriptForOrigin(origin, script); origin 59 Source/core/inspector/InspectorFrontendHost.h void setInjectedScriptForOrigin(const String& origin, const String& script); origin 74 Source/core/inspector/InspectorInspectorAgent.cpp String origin = frame->document()->securityOrigin()->toRawString(); origin 75 Source/core/inspector/InspectorInspectorAgent.cpp String script = m_injectedScriptForOrigin.get(origin); origin 152 Source/core/inspector/InspectorInspectorAgent.cpp void InspectorInspectorAgent::setInjectedScriptForOrigin(const String& origin, const String& source) origin 154 Source/core/inspector/InspectorInspectorAgent.cpp m_injectedScriptForOrigin.set(origin, source); origin 80 Source/core/inspector/InspectorInspectorAgent.h void setInjectedScriptForOrigin(const String& origin, const String& source); origin 949 Source/core/inspector/InspectorStyleSheet.cpp PassRefPtr<InspectorStyleSheet> InspectorStyleSheet::create(InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceAgent, const String& id, PassRefPtrWillBeRawPtr<CSSStyleSheet> pageStyleSheet, TypeBuilder::CSS::StyleSheetOrigin::Enum origin, const String& documentURL, Listener* listener) origin 951 Source/core/inspector/InspectorStyleSheet.cpp return adoptRef(new InspectorStyleSheet(pageAgent, resourceAgent, id, pageStyleSheet, origin, documentURL, listener)); origin 954 Source/core/inspector/InspectorStyleSheet.cpp InspectorStyleSheet::InspectorStyleSheet(InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceAgent, const String& id, PassRefPtrWillBeRawPtr<CSSStyleSheet> pageStyleSheet, TypeBuilder::CSS::StyleSheetOrigin::Enum origin, const String& documentURL, Listener* listener) origin 959 Source/core/inspector/InspectorStyleSheet.cpp , m_origin(origin) origin 1215 Source/core/inspector/InspectorStyleSheet.cpp static bool canBind(TypeBuilder::CSS::StyleSheetOrigin::Enum origin) origin 1217 Source/core/inspector/InspectorStyleSheet.cpp return origin != TypeBuilder::CSS::StyleSheetOrigin::User_agent && origin != TypeBuilder::CSS::StyleSheetOrigin::User; origin 128 Source/core/inspector/PageRuntimeAgent.cpp void PageRuntimeAgent::didCreateIsolatedContext(LocalFrame* frame, ScriptState* scriptState, SecurityOrigin* origin) origin 134 Source/core/inspector/PageRuntimeAgent.cpp notifyContextCreated(frameId, scriptState, origin, false); origin 155 Source/core/loader/CrossOriginPreflightResultCache.cpp void CrossOriginPreflightResultCache::appendEntry(const String& origin, const KURL& url, PassOwnPtr<CrossOriginPreflightResultCacheItem> preflightResult) origin 158 Source/core/loader/CrossOriginPreflightResultCache.cpp m_preflightHashMap.set(std::make_pair(origin, url), preflightResult); origin 161 Source/core/loader/CrossOriginPreflightResultCache.cpp bool CrossOriginPreflightResultCache::canSkipPreflight(const String& origin, const KURL& url, StoredCredentials includeCredentials, const String& method, const HTTPHeaderMap& requestHeaders) origin 164 Source/core/loader/CrossOriginPreflightResultCache.cpp CrossOriginPreflightResultHashMap::iterator cacheIt = m_preflightHashMap.find(std::make_pair(origin, url)); origin 73 Source/core/loader/CrossOriginPreflightResultCache.h void appendEntry(const String& origin, const KURL&, PassOwnPtr<CrossOriginPreflightResultCacheItem>); origin 74 Source/core/loader/CrossOriginPreflightResultCache.h bool canSkipPreflight(const String& origin, const KURL&, StoredCredentials, const String& method, const HTTPHeaderMap& requestHeaders); origin 111 Source/core/loader/FormSubmission.h void setOrigin(const String& origin) { m_origin = origin; } origin 1121 Source/core/loader/FrameLoader.cpp void FrameLoader::addHTTPOriginIfNeeded(ResourceRequest& request, const AtomicString& origin) origin 1138 Source/core/loader/FrameLoader.cpp if (origin.isEmpty()) { origin 1145 Source/core/loader/FrameLoader.cpp request.setHTTPOrigin(origin); origin 1319 Source/core/loader/FrameLoader.cpp RefPtr<SecurityOrigin> origin = SecurityOrigin::create(url); origin 1320 Source/core/loader/FrameLoader.cpp if (!origin->isSameSchemeHostPort(topFrame->document()->securityOrigin())) origin 1323 Source/core/loader/FrameLoader.cpp if (!origin->isSameSchemeHostPort(frame->document()->securityOrigin())) { origin 135 Source/core/loader/FrameLoader.h static void addHTTPOriginIfNeeded(ResourceRequest&, const AtomicString& origin); origin 806 Source/core/page/DragController.cpp IntPoint origin; origin 811 Source/core/page/DragController.cpp origin = imageRect.location(); origin 819 Source/core/page/DragController.cpp float dx = origin.x() - dragOrigin.x(); origin 821 Source/core/page/DragController.cpp origin.setX((int)(dx + 0.5)); origin 822 Source/core/page/DragController.cpp float dy = origin.y() - dragOrigin.y(); origin 824 Source/core/page/DragController.cpp origin.setY((int)(dy + 0.5)); origin 827 Source/core/page/DragController.cpp dragLocation = dragOrigin + origin; origin 135 Source/core/page/EventSource.cpp SecurityOrigin* origin = executionContext()->securityOrigin(); origin 139 Source/core/page/EventSource.cpp options.allowCredentials = (origin->canRequest(m_url) || m_withCredentials) ? AllowStoredCredentials : DoNotAllowStoredCredentials; origin 144 Source/core/page/EventSource.cpp options.securityOrigin = origin; origin 333 Source/core/page/Page.cpp void Page::setPageScaleFactor(float scale, const IntPoint& origin) origin 352 Source/core/page/Page.cpp if (view && view->scrollPosition() != origin) origin 353 Source/core/page/Page.cpp view->notifyScrollPositionChanged(origin); origin 178 Source/core/page/Page.h void setPageScaleFactor(float scale, const IntPoint& origin); origin 996 Source/core/rendering/RenderBoxModelObject.cpp if (fillLayer->origin() != BorderFillBox) { origin 1001 Source/core/rendering/RenderBoxModelObject.cpp if (fillLayer->origin() == ContentFillBox) { origin 107 Source/core/rendering/RenderDetailsMarker.cpp Path RenderDetailsMarker::getPath(const LayoutPoint& origin) const origin 111 Source/core/rendering/RenderDetailsMarker.cpp result.translate(FloatSize(origin.x().toFloat(), origin.y().toFloat())); origin 43 Source/core/rendering/RenderDetailsMarker.h Path getPath(const LayoutPoint& origin) const; origin 1682 Source/core/rendering/compositing/CompositedLayerMapping.cpp FloatPoint3D origin; origin 1683 Source/core/rendering/compositing/CompositedLayerMapping.cpp origin.setX(floatValueForLength(style->transformOriginX(), borderBox.width())); origin 1684 Source/core/rendering/compositing/CompositedLayerMapping.cpp origin.setY(floatValueForLength(style->transformOriginY(), borderBox.height())); origin 1685 Source/core/rendering/compositing/CompositedLayerMapping.cpp origin.setZ(style->transformOriginZ()); origin 1687 Source/core/rendering/compositing/CompositedLayerMapping.cpp return origin; origin 1697 Source/core/rendering/compositing/CompositedLayerMapping.cpp FloatPoint origin; origin 1698 Source/core/rendering/compositing/CompositedLayerMapping.cpp origin.setX(floatValueForLength(style->perspectiveOriginX(), boxWidth)); origin 1699 Source/core/rendering/compositing/CompositedLayerMapping.cpp origin.setY(floatValueForLength(style->perspectiveOriginY(), boxHeight)); origin 1701 Source/core/rendering/compositing/CompositedLayerMapping.cpp return origin; origin 75 Source/core/rendering/style/FillLayer.h EFillBox origin() const { return static_cast<EFillBox>(m_origin); } origin 106 Source/core/rendering/style/FillLayer.h void setBackgroundXOrigin(BackgroundEdgeOrigin origin) { m_backgroundXOrigin = origin; m_backgroundXOriginSet = true; } origin 107 Source/core/rendering/style/FillLayer.h void setBackgroundYOrigin(BackgroundEdgeOrigin origin) { m_backgroundYOrigin = origin; m_backgroundYOriginSet = true; } origin 660 Source/core/rendering/style/RenderStyle.h EFillBox backgroundOrigin() const { return static_cast<EFillBox>(m_background->background().origin()); } origin 673 Source/core/rendering/style/RenderStyle.h EFillBox maskOrigin() const { return static_cast<EFillBox>(rareNonInheritedData->m_mask.origin()); } origin 119 Source/core/rendering/svg/RenderSVGResourceMarker.cpp AffineTransform RenderSVGResourceMarker::markerTransformation(const FloatPoint& origin, float autoAngle, float strokeWidth) const origin 128 Source/core/rendering/svg/RenderSVGResourceMarker.cpp transform.translate(origin.x(), origin.y()); origin 153 Source/core/rendering/svg/RenderSVGResourceMarker.cpp AffineTransform RenderSVGResourceMarker::markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth) const origin 156 Source/core/rendering/svg/RenderSVGResourceMarker.cpp FloatPoint mappedOrigin = viewportTransform().mapPoint(origin); origin 54 Source/core/rendering/svg/RenderSVGResourceMarker.h AffineTransform markerTransformation(const FloatPoint& origin, float angle, float strokeWidth) const; origin 68 Source/core/rendering/svg/RenderSVGResourceMarker.h AffineTransform markerContentTransformation(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth = -1) const; origin 373 Source/core/rendering/svg/RenderSVGShape.cpp boundaries.unite(marker->markerBoundaries(marker->markerTransformation(m_markerPositions[i].origin, m_markerPositions[i].angle, strokeWidth))); origin 451 Source/core/rendering/svg/RenderSVGShape.cpp marker->draw(paintInfo, marker->markerTransformation(m_markerPositions[i].origin, m_markerPositions[i].angle, strokeWidth)); origin 40 Source/core/rendering/svg/SVGMarkerData.h , origin(useOrigin) origin 46 Source/core/rendering/svg/SVGMarkerData.h FloatPoint origin; origin 100 Source/core/speech/SpeechInput.cpp bool SpeechInput::startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin* origin) origin 103 Source/core/speech/SpeechInput.cpp return m_client->startRecognition(listenerId, elementRect, language, grammar, origin); origin 47 Source/core/storage/StorageNamespace.cpp PassOwnPtrWillBeRawPtr<StorageArea> StorageNamespace::localStorageArea(SecurityOrigin* origin) origin 53 Source/core/storage/StorageNamespace.cpp return adoptPtrWillBeNoop(new StorageArea(adoptPtr(localStorageNamespace->createStorageArea(origin->toString())), LocalStorage)); origin 56 Source/core/storage/StorageNamespace.cpp PassOwnPtrWillBeRawPtr<StorageArea> StorageNamespace::storageArea(SecurityOrigin* origin) origin 58 Source/core/storage/StorageNamespace.cpp return adoptPtrWillBeNoop(new StorageArea(adoptPtr(m_webStorageNamespace->createStorageArea(origin->toString())), SessionStorage)); origin 69 Source/core/svg/animation/SMILTime.h SMILTimeWithOrigin(const SMILTime& time, Origin origin) origin 71 Source/core/svg/animation/SMILTime.h , m_origin(origin) origin 795 Source/core/svg/animation/SVGSMILElement.cpp void SVGSMILElement::addBeginTime(SMILTime eventTime, SMILTime beginTime, SMILTimeWithOrigin::Origin origin) origin 798 Source/core/svg/animation/SVGSMILElement.cpp m_beginTimes.append(SMILTimeWithOrigin(beginTime, origin)); origin 803 Source/core/svg/animation/SVGSMILElement.cpp void SVGSMILElement::addEndTime(SMILTime eventTime, SMILTime endTime, SMILTimeWithOrigin::Origin origin) origin 806 Source/core/svg/animation/SVGSMILElement.cpp m_endTimes.append(SMILTimeWithOrigin(endTime, origin)); origin 105 Source/modules/filesystem/DOMFileSystemBase.cpp KURL DOMFileSystemBase::createFileSystemRootURL(const String& origin, FileSystemType type) origin 117 Source/modules/filesystem/DOMFileSystemBase.cpp String result = "filesystem:" + origin + "/" + typeString + "/"; origin 100 Source/modules/filesystem/DOMFileSystemBase.h static KURL createFileSystemRootURL(const String& origin, FileSystemType); origin 624 Source/modules/filesystem/InspectorFileSystemAgent.cpp void InspectorFileSystemAgent::requestFileSystemRoot(ErrorString* error, const String& origin, const String& type, PassRefPtr<RequestFileSystemRootCallback> requestCallback) origin 629 Source/modules/filesystem/InspectorFileSystemAgent.cpp ExecutionContext* executionContext = assertExecutionContextForOrigin(error, SecurityOrigin::createFromString(origin).get()); origin 716 Source/modules/filesystem/InspectorFileSystemAgent.cpp ExecutionContext* InspectorFileSystemAgent::assertExecutionContextForOrigin(ErrorString* error, SecurityOrigin* origin) origin 719 Source/modules/filesystem/InspectorFileSystemAgent.cpp if (frame->document() && frame->document()->securityOrigin()->isSameSchemeHostPort(origin)) origin 52 Source/modules/filesystem/InspectorFileSystemAgent.h virtual void requestFileSystemRoot(ErrorString*, const String& origin, const String& typeString, PassRefPtr<RequestFileSystemRootCallback>) OVERRIDE; origin 37 Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.cpp PassRefPtr<MediaStreamTrackSourcesRequestImpl> MediaStreamTrackSourcesRequestImpl::create(const String& origin, PassOwnPtr<MediaStreamTrackSourcesCallback> callback) origin 39 Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.cpp return adoptRef(new MediaStreamTrackSourcesRequestImpl(origin, callback)); origin 42 Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.cpp MediaStreamTrackSourcesRequestImpl::MediaStreamTrackSourcesRequestImpl(const String& origin, PassOwnPtr<MediaStreamTrackSourcesCallback> callback) origin 46 Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.cpp m_origin = origin; origin 49 Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.h virtual String origin() { return m_origin; } origin 178 Source/modules/webdatabase/DatabaseBackendBase.cpp static DatabaseGuid guidForOriginAndName(const String& origin, const String& name) origin 183 Source/modules/webdatabase/DatabaseBackendBase.cpp String stringID = origin + "/" + name; origin 267 Source/modules/webdatabase/DatabaseManager.cpp String DatabaseManager::fullPathForDatabase(SecurityOrigin* origin, const String& name, bool createIfDoesNotExist) origin 269 Source/modules/webdatabase/DatabaseManager.cpp return m_server->fullPathForDatabase(origin, name, createIfDoesNotExist); origin 38 Source/modules/webdatabase/DatabaseServer.cpp String DatabaseServer::fullPathForDatabase(SecurityOrigin* origin, const String& name, bool createIfDoesNotExist) origin 40 Source/modules/webdatabase/DatabaseServer.cpp return DatabaseTracker::tracker().fullPathForDatabase(origin, name, createIfDoesNotExist); origin 80 Source/modules/webdatabase/DatabaseTracker.cpp String DatabaseTracker::fullPathForDatabase(SecurityOrigin* origin, const String& name, bool) origin 82 Source/modules/webdatabase/DatabaseTracker.cpp return createDatabaseIdentifierFromSecurityOrigin(origin) + "/" + name + "#"; origin 121 Source/platform/blob/BlobRegistry.cpp static void saveToOriginMap(SecurityOrigin* origin, const KURL& url) origin 126 Source/platform/blob/BlobRegistry.cpp if (origin && BlobURL::getOrigin(url) == "null") origin 127 Source/platform/blob/BlobRegistry.cpp originMap()->add(url.string(), origin); origin 151 Source/platform/blob/BlobRegistry.cpp void BlobRegistry::registerPublicBlobURL(SecurityOrigin* origin, const KURL& url, PassRefPtr<BlobDataHandle> handle) origin 153 Source/platform/blob/BlobRegistry.cpp saveToOriginMap(origin, url); origin 188 Source/platform/blob/BlobRegistry.cpp void BlobRegistry::registerStreamURL(SecurityOrigin* origin, const KURL& url, const KURL& srcURL) origin 190 Source/platform/blob/BlobRegistry.cpp saveToOriginMap(origin, url); origin 70 Source/platform/exported/WebMediaStreamTrackSourcesRequest.cpp return m_private->origin(); origin 12 Source/platform/exported/WebSerializedOrigin.cpp WebSerializedOrigin::WebSerializedOrigin(const WebCore::SecurityOrigin& origin) origin 13 Source/platform/exported/WebSerializedOrigin.cpp : m_string(origin.toString()) origin 81 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp extents->x_bearing = floatToHarfBuzzPosition(cgRect.origin.x); origin 82 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp extents->y_bearing = -floatToHarfBuzzPosition(cgRect.origin.y); origin 34 Source/platform/geometry/cg/FloatRectCG.cpp FloatRect::FloatRect(const CGRect& r) : m_location(r.origin), m_size(r.size) origin 40 Source/platform/geometry/cg/IntRectCG.cpp int l = static_cast<int>(floorf(rect.origin.x)); origin 41 Source/platform/geometry/cg/IntRectCG.cpp int t = static_cast<int>(floorf(rect.origin.y)); origin 163 Source/platform/graphics/GraphicsLayer.h void setBoundsOrigin(const FloatPoint& origin) { m_boundsOrigin = origin; } origin 39 Source/platform/graphics/skia/GaneshUtils.cpp bool ensureTextureBackedSkBitmap(GrContext* gr, SkBitmap& bitmap, const IntSize& size, GrSurfaceOrigin origin, GrPixelConfig config) origin 48 Source/platform/graphics/skia/GaneshUtils.cpp desc.fOrigin = origin; origin 50 Source/platform/mediastream/MediaStreamTrackSourcesRequest.h virtual String origin() = 0; origin 1114 Source/platform/scroll/ScrollView.cpp void ScrollView::setScrollOrigin(const IntPoint& origin, bool updatePositionAtAll, bool updatePositionSynchronously) origin 1116 Source/platform/scroll/ScrollView.cpp if (scrollOrigin() == origin) origin 1119 Source/platform/scroll/ScrollView.cpp ScrollableArea::setScrollOrigin(origin); origin 53 Source/platform/scroll/ScrollableArea.cpp IntPoint origin; origin 98 Source/platform/scroll/ScrollableArea.cpp void ScrollableArea::setScrollOrigin(const IntPoint& origin) origin 100 Source/platform/scroll/ScrollableArea.cpp if (m_scrollOrigin != origin) { origin 101 Source/platform/scroll/ScrollableArea.cpp m_scrollOrigin = origin; origin 70 Source/platform/weborigin/DatabaseIdentifierTest.cpp RefPtr<SecurityOrigin> origin = SecurityOrigin::create(cases[i].protocol, cases[i].host, cases[i].port); origin 71 Source/platform/weborigin/DatabaseIdentifierTest.cpp String identifier = createDatabaseIdentifierFromSecurityOrigin(origin.get()); origin 72 Source/platform/weborigin/DatabaseIdentifierTest.cpp EXPECT_EQ(cases[i].expectedIdentifier, identifier) << "test case " << origin->toString(); origin 192 Source/platform/weborigin/DatabaseIdentifierTest.cpp RefPtr<SecurityOrigin> origin = SecurityOrigin::create("http", cases[i].hostname, 80); origin 193 Source/platform/weborigin/DatabaseIdentifierTest.cpp String identifier = createDatabaseIdentifierFromSecurityOrigin(origin.get()); origin 229 Source/platform/weborigin/DatabaseIdentifierTest.cpp RefPtr<SecurityOrigin> origin = createSecurityOriginFromDatabaseIdentifier(validCases[i].identifier); origin 230 Source/platform/weborigin/DatabaseIdentifierTest.cpp EXPECT_EQ(validCases[i].expectedProtocol, origin->protocol()) << "test case " << i; origin 231 Source/platform/weborigin/DatabaseIdentifierTest.cpp EXPECT_EQ(validCases[i].expectedHost, origin->host()) << "test case " << i; origin 232 Source/platform/weborigin/DatabaseIdentifierTest.cpp EXPECT_EQ(validCases[i].expectedPort, origin->port()) << "test case " << i; origin 233 Source/platform/weborigin/DatabaseIdentifierTest.cpp EXPECT_EQ(validCases[i].expectedStringRepresentation, origin->toString()) << "test case " << i; origin 234 Source/platform/weborigin/DatabaseIdentifierTest.cpp EXPECT_EQ(validCases[i].expectedUnique, origin->isUnique()) << "test case " << i; origin 255 Source/platform/weborigin/DatabaseIdentifierTest.cpp RefPtr<SecurityOrigin> origin = createSecurityOriginFromDatabaseIdentifier(bogusIdentifiers[i]); origin 256 Source/platform/weborigin/DatabaseIdentifierTest.cpp EXPECT_EQ("null", origin->toString()) << "test case " << i; origin 257 Source/platform/weborigin/DatabaseIdentifierTest.cpp EXPECT_EQ(true, origin->isUnique()) << "test case " << i; origin 60 Source/platform/weborigin/OriginAccessEntry.cpp OriginAccessEntry::MatchResult OriginAccessEntry::matchesOrigin(const SecurityOrigin& origin) const origin 62 Source/platform/weborigin/OriginAccessEntry.cpp ASSERT(origin.host() == origin.host().lower()); origin 63 Source/platform/weborigin/OriginAccessEntry.cpp ASSERT(origin.protocol() == origin.protocol().lower()); origin 65 Source/platform/weborigin/OriginAccessEntry.cpp if (m_protocol != origin.protocol()) origin 73 Source/platform/weborigin/OriginAccessEntry.cpp if (m_host == origin.host()) origin 85 Source/platform/weborigin/OriginAccessEntry.cpp if (origin.host().length() <= m_host.length() || origin.host()[origin.host().length() - m_host.length() - 1] != '.' || !origin.host().endsWith(m_host)) origin 72 Source/platform/weborigin/OriginAccessEntryTest.cpp RefPtr<SecurityOrigin> origin = SecurityOrigin::createFromString("http://www.google.com"); origin 76 Source/platform/weborigin/OriginAccessEntryTest.cpp EXPECT_EQ(OriginAccessEntry::MatchesOrigin, entry1.matchesOrigin(*origin)); origin 77 Source/platform/weborigin/OriginAccessEntryTest.cpp EXPECT_EQ(OriginAccessEntry::DoesNotMatchOrigin, entry2.matchesOrigin(*origin)); origin 78 Source/platform/weborigin/OriginAccessEntryTest.cpp EXPECT_EQ(OriginAccessEntry::MatchesOriginButIsPublicSuffix, entry3.matchesOrigin(*origin)); origin 172 Source/platform/weborigin/SecurityOrigin.cpp if (RefPtr<SecurityOrigin> origin = cachedOrigin(url)) origin 173 Source/platform/weborigin/SecurityOrigin.cpp return origin.release(); origin 176 Source/platform/weborigin/SecurityOrigin.cpp RefPtr<SecurityOrigin> origin = adoptRef(new SecurityOrigin()); origin 183 Source/platform/weborigin/SecurityOrigin.cpp origin->m_needsDatabaseIdentifierQuirkForFiles = true; origin 186 Source/platform/weborigin/SecurityOrigin.cpp return origin.release(); origin 197 Source/platform/weborigin/SecurityOrigin.cpp RefPtr<SecurityOrigin> origin = adoptRef(new SecurityOrigin()); origin 198 Source/platform/weborigin/SecurityOrigin.cpp ASSERT(origin->isUnique()); origin 199 Source/platform/weborigin/SecurityOrigin.cpp return origin.release(); origin 39 Source/platform/weborigin/SecurityOriginHash.h static unsigned hash(SecurityOrigin* origin) origin 42 Source/platform/weborigin/SecurityOriginHash.h origin->protocol().impl() ? origin->protocol().impl()->hash() : 0, origin 43 Source/platform/weborigin/SecurityOriginHash.h origin->host().impl() ? origin->host().impl()->hash() : 0, origin 44 Source/platform/weborigin/SecurityOriginHash.h origin->port() origin 48 Source/platform/weborigin/SecurityOriginHash.h static unsigned hash(const RefPtr<SecurityOrigin>& origin) origin 50 Source/platform/weborigin/SecurityOriginHash.h return hash(origin.get()); origin 48 Source/platform/weborigin/SecurityOriginTest.cpp RefPtr<SecurityOrigin> origin = SecurityOrigin::create("http", "example.com", ports[i]); origin 49 Source/platform/weborigin/SecurityOriginTest.cpp EXPECT_TRUE(origin->isUnique()) << "Port " << ports[i] << " should have generated a unique origin."; origin 58 Source/platform/weborigin/SecurityOriginTest.cpp RefPtr<SecurityOrigin> origin = SecurityOrigin::create("http", "example.com", ports[i]); origin 59 Source/platform/weborigin/SecurityOriginTest.cpp EXPECT_FALSE(origin->isUnique()) << "Port " << ports[i] << " should not have generated a unique origin."; origin 82 Source/platform/weborigin/SecurityPolicy.cpp String origin = SecurityOrigin::createFromString(referrer)->toString(); origin 83 Source/platform/weborigin/SecurityPolicy.cpp if (origin == "null") origin 87 Source/platform/weborigin/SecurityPolicy.cpp return origin + "/"; origin 551 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::didRunInsecureContent(SecurityOrigin* origin, const KURL& insecureURL) origin 554 Source/web/FrameLoaderClientImpl.cpp m_webFrame->client()->didRunInsecureContent(m_webFrame, WebSecurityOrigin(origin), insecureURL); origin 57 Source/web/IDBFactoryBackendProxy.cpp WebSecurityOrigin origin(context->securityOrigin()); origin 61 Source/web/IDBFactoryBackendProxy.cpp return !webFrame->permissionClient() || webFrame->permissionClient()->allowIndexedDB(webFrame, name, origin); origin 140 Source/web/InspectorClientImpl.cpp void InspectorClientImpl::requestPageScaleFactor(float scale, const IntPoint& origin) origin 142 Source/web/InspectorClientImpl.cpp m_inspectedWebView->setPageScaleFactor(scale, origin); origin 70 Source/web/InspectorClientImpl.h virtual void requestPageScaleFactor(float scale, const WebCore::IntPoint& origin) OVERRIDE; origin 66 Source/web/SpeechInputClientImpl.cpp bool SpeechInputClientImpl::startRecognition(int requestId, const WebCore::IntRect& elementRect, const AtomicString& language, const String& grammar, WebCore::SecurityOrigin* origin) origin 69 Source/web/SpeechInputClientImpl.cpp return m_controller->startRecognition(requestId, elementRect, language, grammar, WebSecurityOrigin(origin)); origin 48 Source/web/WebDOMMessageEvent.cpp void WebDOMMessageEvent::initMessageEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData, const WebString& origin, const WebFrame* sourceFrame, const WebString& lastEventId, const WebMessagePortChannelArray& webChannels) origin 58 Source/web/WebDOMMessageEvent.cpp unwrap<MessageEvent>()->initMessageEvent(type, canBubble, cancelable, messageData, origin, lastEventId, window, ports.release()); origin 68 Source/web/WebDOMMessageEvent.cpp return WebString(constUnwrap<MessageEvent>()->origin()); origin 124 Source/web/WebPasswordFormData.cpp result->origin = stripURL(fullOrigin); origin 130 Source/web/WebPluginContainerImpl.cpp IntPoint origin = view->contentsToWindow(IntPoint(0, 0)); origin 131 Source/web/WebPluginContainerImpl.cpp gc->translate(static_cast<float>(-origin.x()), static_cast<float>(-origin.y())); origin 53 Source/web/WebSecurityOrigin.cpp WebSecurityOrigin WebSecurityOrigin::createFromString(const WebString& origin) origin 55 Source/web/WebSecurityOrigin.cpp return WebSecurityOrigin(SecurityOrigin::createFromString(origin)); origin 131 Source/web/WebSecurityOrigin.cpp WebSecurityOrigin::WebSecurityOrigin(const WTF::PassRefPtr<WebCore::SecurityOrigin>& origin) origin 132 Source/web/WebSecurityOrigin.cpp : m_private(static_cast<WebSecurityOriginPrivate*>(origin.leakRef())) origin 136 Source/web/WebSecurityOrigin.cpp WebSecurityOrigin& WebSecurityOrigin::operator=(const WTF::PassRefPtr<WebCore::SecurityOrigin>& origin) origin 138 Source/web/WebSecurityOrigin.cpp assign(static_cast<WebSecurityOriginPrivate*>(origin.leakRef())); origin 146 Source/web/WebSharedWorkerImpl.cpp RefPtr<SecurityOrigin> origin = origin 148 Source/web/WebSharedWorkerImpl.cpp origin.release(); origin 45 Source/web/WebStorageEventDispatcherImpl.cpp const WebString& newValue, const WebURL& origin, origin 49 Source/web/WebStorageEventDispatcherImpl.cpp RefPtr<WebCore::SecurityOrigin> securityOrigin = WebCore::SecurityOrigin::create(origin); origin 57 Source/web/WebStorageEventDispatcherImpl.cpp const WebString& newValue, const WebURL& origin, origin 61 Source/web/WebStorageEventDispatcherImpl.cpp RefPtr<WebCore::SecurityOrigin> securityOrigin = WebCore::SecurityOrigin::create(origin); origin 2664 Source/web/WebViewImpl.cpp void WebViewImpl::setPageScaleFactor(float scaleFactor, const WebPoint& origin) origin 2669 Source/web/WebViewImpl.cpp IntPoint newScrollOffset = origin; origin 210 Source/web/WebViewImpl.h virtual void setPageScaleFactor(float scaleFactor, const WebPoint& origin) OVERRIDE; origin 117 Source/web/tests/MHTMLTest.cpp WebCore::SecurityOrigin* origin = document->securityOrigin(); origin 118 Source/web/tests/MHTMLTest.cpp EXPECT_STRNE("localhost", origin->domain().ascii().data()); origin 64 public/platform/WebMediaStreamTrackSourcesRequest.h BLINK_PLATFORM_EXPORT WebString origin() const; origin 25 public/platform/WebSerializedOrigin.h WebSerializedOrigin(const url::Origin& origin) : m_string(WebString::fromUTF8(origin.string())) { } origin 51 public/platform/WebStorageNamespace.h virtual WebStorageArea* createStorageArea(const WebString& origin) = 0; origin 50 public/web/WebDOMMessageEvent.h BLINK_EXPORT void initMessageEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData, const WebString& origin, const WebFrame* sourceFrame, const WebString& lastEventId, const WebMessagePortChannelArray& channels = WebMessagePortChannelArray()); origin 53 public/web/WebDOMMessageEvent.h BLINK_EXPORT WebString origin() const; origin 71 public/web/WebPasswordFormData.h WebURL origin; origin 49 public/web/WebSpeechInputController.h virtual bool startRecognition(int requestId, const WebRect& elementRect, const WebString& language, const WebString& grammar, const WebSecurityOrigin& origin) origin 40 public/web/WebSpeechRecognitionParams.h WebSpeechRecognitionParams(const WebVector<WebSpeechGrammar>& grammars, const WebString& language, bool continuous, bool interimResults, unsigned long maxAlternatives, const WebSecurityOrigin& origin) origin 46 public/web/WebSpeechRecognitionParams.h , m_origin(origin) origin 55 public/web/WebSpeechRecognitionParams.h const WebSecurityOrigin& origin() const { return m_origin; } origin 47 public/web/WebStorageEventDispatcher.h const WebString& newValue, const WebURL& origin, origin 54 public/web/WebStorageEventDispatcher.h const WebString& newValue, const WebURL& origin, origin 244 public/web/WebView.h virtual void setPageScaleFactor(float scaleFactor, const WebPoint& origin) = 0;