host 6 LayoutTests/http/tests/navigation/resources/redirection-response.php $host = $_SERVER['HTTP_HOST']; host 7 LayoutTests/http/tests/navigation/resources/redirection-response.php if (isset($_GET['host'])) host 8 LayoutTests/http/tests/navigation/resources/redirection-response.php $host = $_GET['host']; host 13 LayoutTests/http/tests/navigation/resources/redirection-response.php header("Location: http://" . $host . $uri); host 17 LayoutTests/http/tests/navigation/resources/redirection-response.php header("Location: http://" . $host . $uri); host 21 LayoutTests/http/tests/navigation/resources/redirection-response.php header("Location: http://" . $host . $uri); host 25 LayoutTests/http/tests/navigation/resources/redirection-response.php header("Location: http://" . $host . $uri); host 113 Source/bindings/templates/interface.cpp bool indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>) host 115 Source/bindings/templates/interface.cpp {{cpp_class}}* impl = {{v8_class}}::toNative(host); host 119 Source/bindings/templates/interface.cpp bool namedSecurityCheck(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value>) host 121 Source/bindings/templates/interface.cpp {{cpp_class}}* impl = {{v8_class}}::toNative(host); host 142 Source/bindings/templates/interface.h static bool namedSecurityCheckCustom(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType, v8::Local<v8::Value> data); host 143 Source/bindings/templates/interface.h static bool indexedSecurityCheckCustom(v8::Local<v8::Object> host, uint32_t index, v8::AccessType, v8::Local<v8::Value> data); host 166 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp bool indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>) host 168 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toNative(host); host 172 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp bool namedSecurityCheck(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value>) host 174 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp TestInterfaceCheckSecurity* impl = V8TestInterfaceCheckSecurity::toNative(host); host 59 Source/bindings/v8/ScriptPreprocessor.cpp frame->host()->console().addMessage(JSMessageSource, ErrorMessageLevel, "ScriptPreprocessor internal error, one ScriptSourceCode must give exactly one result."); host 65 Source/bindings/v8/ScriptPreprocessor.cpp frame->host()->console().addMessage(JSMessageSource, ErrorMessageLevel, "The preprocessor must compile to a function."); host 57 Source/bindings/v8/V8Initializer.cpp static LocalFrame* findFrame(v8::Local<v8::Object> host, v8::Local<v8::Value> data, v8::Isolate* isolate) host 62 Source/bindings/v8/V8Initializer.cpp v8::Handle<v8::Object> windowWrapper = V8Window::findInstanceInPrototypeChain(host, isolate); host 69 Source/bindings/v8/V8Initializer.cpp return V8History::toNative(host)->frame(); host 72 Source/bindings/v8/V8Initializer.cpp return V8Location::toNative(host)->frame(); host 135 Source/bindings/v8/V8Initializer.cpp static void failedAccessCheckCallbackInMainThread(v8::Local<v8::Object> host, v8::AccessType type, v8::Local<v8::Value> data) host 138 Source/bindings/v8/V8Initializer.cpp LocalFrame* target = findFrame(host, data, isolate); host 74 Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp if (frame && frame->host()) host 75 Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp frame->host()->console().addMessage(JSMessageSource, ErrorMessageLevel, "XPathNSResolver does not have a lookupNamespaceURI method."); host 98 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); host 99 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp InjectedScriptHost::InspectableObject* object = host->inspectedObject(info[0]->ToInt32()->Value()); host 224 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); host 225 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp ScriptDebugServer& debugServer = host->scriptDebugServer(); host 240 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); host 241 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp ScriptDebugServer& debugServer = host->scriptDebugServer(); host 293 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); host 295 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp host->getEventListenersImpl(target, listenersArray); host 314 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); host 317 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp host->inspectImpl(object.toJSONValue(ScriptState::current()), hints.toJSONValue(ScriptState::current())); host 351 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); host 352 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp ScriptDebugServer& debugServer = host->scriptDebugServer(); host 380 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); host 381 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp host->debugFunction(scriptId, lineNumber, columnNumber); host 392 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); host 393 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp host->undebugFunction(scriptId, lineNumber, columnNumber); host 412 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); host 413 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp host->monitorFunction(scriptId, lineNumber, columnNumber, toCoreStringWithUndefinedOrNullCheck(name)); host 424 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); host 425 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp host->unmonitorFunction(scriptId, lineNumber, columnNumber); host 433 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp InjectedScriptHost* host = V8InjectedScriptHost::toNative(info.Holder()); host 434 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp ScriptDebugServer& debugServer = host->scriptDebugServer(); host 51 Source/bindings/v8/custom/V8InjectedScriptManager.cpp RefPtr<InjectedScriptHost> host; host 54 Source/bindings/v8/custom/V8InjectedScriptManager.cpp static v8::Local<v8::Object> createInjectedScriptHostV8Wrapper(InjectedScriptHost* host, v8::Isolate* isolate) host 66 Source/bindings/v8/custom/V8InjectedScriptManager.cpp V8DOMWrapper::setNativeInfo(instanceTemplate, &V8InjectedScriptHost::wrapperTypeInfo, host); host 70 Source/bindings/v8/custom/V8InjectedScriptManager.cpp data->host = host; host 126 Source/bindings/v8/custom/V8InjectedScriptManager.cpp data.GetParameter()->host.clear(); host 451 Source/bindings/v8/custom/V8WindowCustom.cpp bool V8Window::namedSecurityCheckCustom(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType type, v8::Local<v8::Value>) host 454 Source/bindings/v8/custom/V8WindowCustom.cpp v8::Handle<v8::Object> window = V8Window::findInstanceInPrototypeChain(host, isolate); host 485 Source/bindings/v8/custom/V8WindowCustom.cpp && !host->HasRealNamedProperty(keyString) host 494 Source/bindings/v8/custom/V8WindowCustom.cpp bool V8Window::indexedSecurityCheckCustom(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>) host 497 Source/bindings/v8/custom/V8WindowCustom.cpp v8::Handle<v8::Object> window = V8Window::findInstanceInPrototypeChain(host, isolate); host 521 Source/bindings/v8/custom/V8WindowCustom.cpp && !host->HasRealIndexedProperty(index) host 131 Source/core/css/ElementRuleCollector.cpp if (element->isInShadowTree() && (behaviorAtBoundary & SelectorChecker::ScopeIsShadowHost) && scopingNode == element->containingShadowRoot()->host()) host 40 Source/core/css/MediaValues.cpp ASSERT(frame && frame->view() && frame->settings() && frame->host()); host 43 Source/core/css/MediaValues.cpp deviceWidth = lroundf(deviceWidth * frame->host()->deviceScaleFactor()); host 49 Source/core/css/MediaValues.cpp ASSERT(frame && frame->view() && frame->settings() && frame->host()); host 52 Source/core/css/MediaValues.cpp deviceHeight = lroundf(deviceHeight * frame->host()->deviceScaleFactor()); host 122 Source/core/css/SelectorChecker.cpp return root->host() == context.scope; host 131 Source/core/css/SelectorChecker.cpp return context.element == context.scope->containingShadowRoot()->host(); host 131 Source/core/css/resolver/ScopedStyleResolver.cpp scopingNode = toShadowRoot(m_scopingNode).host(); host 389 Source/core/css/resolver/StyleResolver.cpp ASSERT(shadowRoot.host()); host 390 Source/core/css/resolver/StyleResolver.cpp m_styleTree.pushStyleCache(shadowRoot, shadowRoot.host()); host 395 Source/core/css/resolver/StyleResolver.cpp ASSERT(shadowRoot.host()); host 422 Source/core/css/resolver/StyleResolver.cpp if (element->isInDescendantTreeOf(toShadowRoot(scopingNode)->host())) host 424 Source/core/css/resolver/StyleResolver.cpp scopingNode = toShadowRoot(scopingNode)->host(); host 61 Source/core/dom/ContainerNodeAlgorithms.cpp if (node.inDocument() && roots[i]->host() == node) host 98 Source/core/dom/ContainerNodeAlgorithms.cpp if (!node.inDocument() && roots[i]->host() == node) host 53 Source/core/dom/DOMURLUtilsReadOnly.cpp return url.host(); host 55 Source/core/dom/DOMURLUtilsReadOnly.cpp return url.host(); host 56 Source/core/dom/DOMURLUtilsReadOnly.cpp return url.host() + ":" + String::number(url.port()); host 56 Source/core/dom/DOMURLUtilsReadOnly.h static String host(const KURL&); host 57 Source/core/dom/DOMURLUtilsReadOnly.h static String host(DOMURLUtilsReadOnly& impl) { return host(impl.url()); } host 59 Source/core/dom/DOMURLUtilsReadOnly.h static String hostname(const KURL& url) { return url.host(); } host 1472 Source/core/dom/Document.cpp return m_frame ? m_frame->host() : 0; host 1618 Source/core/dom/Document.cpp while (Node* host = root->shadowHost()) host 1619 Source/core/dom/Document.cpp root = host; host 4823 Source/core/dom/Document.cpp FrameHost* host = frameHost(); host 4824 Source/core/dom/Document.cpp if (!host) host 4836 Source/core/dom/Document.cpp host->console().addMessage(source, level, message, messageURL, lineNumber, 0, callStack, state, 0); host 4846 Source/core/dom/Document.cpp if (FrameHost* host = frameHost()) host 4847 Source/core/dom/Document.cpp host->console().addMessage(source, level, message, String(), 0, 0, nullptr, 0, requestIdentifier); host 338 Source/core/dom/FullscreenElementStack.cpp FrameHost* host = document()->frameHost(); host 343 Source/core/dom/FullscreenElementStack.cpp if (!host) host 349 Source/core/dom/FullscreenElementStack.cpp host->chrome().client().exitFullScreenForElement(m_fullScreenElement.get()); host 354 Source/core/dom/FullscreenElementStack.cpp host->chrome().client().enterFullScreenForElement(newTop); host 42 Source/core/dom/IconURL.cpp url.setHost(documentURL.host()); host 901 Source/core/dom/Node.cpp current = static_cast<const TemplateContentDocumentFragment*>(current)->host(); host 1113 Source/core/dom/Node.cpp return root->host(); host 1120 Source/core/dom/Node.cpp return root->host(); host 1159 Source/core/dom/Node.cpp return toShadowRoot(parent)->host(); host 1170 Source/core/dom/Node.cpp return static_cast<const TemplateContentDocumentFragment*>(this)->host(); host 375 Source/core/dom/SelectorQuery.cpp Element* shadowHost = shadowRoot->host(); host 113 Source/core/dom/ShadowTreeStyleSheetCollection.cpp toShadowRoot(m_treeScope.rootNode()).host()->setNeedsStyleRecalc(SubtreeStyleChange); host 36 Source/core/dom/TemplateContentDocumentFragment.h static PassRefPtr<TemplateContentDocumentFragment> create(Document& document, Element* host) host 38 Source/core/dom/TemplateContentDocumentFragment.h return adoptRef(new TemplateContentDocumentFragment(document, host)); host 41 Source/core/dom/TemplateContentDocumentFragment.h Element* host() const { return m_host; } host 45 Source/core/dom/TemplateContentDocumentFragment.h TemplateContentDocumentFragment(Document& document, Element* host) host 47 Source/core/dom/TemplateContentDocumentFragment.h , m_host(host) host 160 Source/core/dom/shadow/ComposedTreeWalker.cpp return shadowRoot->host(); host 170 Source/core/dom/shadow/ElementShadow.cpp Element* shadowHost = host(); host 218 Source/core/dom/shadow/ElementShadow.cpp host()->markAncestorsWithChildNeedsDistributionRecalc(); host 294 Source/core/dom/shadow/ElementShadow.cpp host()->setNeedsStyleRecalc(SubtreeStyleChange); host 296 Source/core/dom/shadow/ElementShadow.cpp DistributionPool pool(*host()); host 48 Source/core/dom/shadow/ElementShadow.h Element* host() const; host 102 Source/core/dom/shadow/ElementShadow.h inline Element* ElementShadow::host() const host 105 Source/core/dom/shadow/ElementShadow.h return youngestShadowRoot()->host(); host 124 Source/core/dom/shadow/ElementShadow.h if (ShadowRoot* parentRoot = host()->containingShadowRoot()) host 135 Source/core/dom/shadow/ShadowRoot.cpp if (RefPtr<DocumentFragment> fragment = createFragmentForInnerOuterHTML(markup, host(), AllowScriptingContent, "innerHTML", exceptionState)) host 182 Source/core/dom/shadow/ShadowRoot.cpp ASSERT(host()); host 183 Source/core/dom/shadow/ShadowRoot.cpp ASSERT(host()->shadow()); host 184 Source/core/dom/shadow/ShadowRoot.cpp if (host()->shadow()->didAffectApplyAuthorStyles()) host 185 Source/core/dom/shadow/ShadowRoot.cpp host()->setNeedsStyleRecalc(SubtreeStyleChange); host 215 Source/core/dom/shadow/ShadowRoot.cpp if (ShadowRoot* root = host()->containingShadowRoot()) { host 226 Source/core/dom/shadow/ShadowRoot.cpp ShadowRoot* root = host()->containingShadowRoot(); host 68 Source/core/dom/shadow/ShadowRoot.h Element* host() const { return toElement(parentOrShadowHostNode()); } host 69 Source/core/dom/shadow/ShadowRoot.h ElementShadow* owner() const { return host() ? host()->shadow() : 0; } host 144 Source/core/dom/shadow/ShadowRoot.h bool isOrphan() const { return !host(); } host 958 Source/core/editing/EditorCommand.cpp FrameHost* host = frame.host(); host 959 Source/core/editing/EditorCommand.cpp if (!host) host 961 Source/core/editing/EditorCommand.cpp host->chrome().print(&frame); host 504 Source/core/editing/TextIterator.cpp m_node = shadowRoot->host(); host 512 Source/core/editing/TextIterator.cpp m_node = shadowRoot->host(); host 60 Source/core/events/EventPath.cpp Element* shadowHostElement = rootNode.isShadowRoot() ? toShadowRoot(rootNode).host() : 0; host 52 Source/core/fetch/ResourceLoader.cpp ResourceLoader::RequestCountTracker::RequestCountTracker(ResourceLoaderHost* host, Resource* resource) host 53 Source/core/fetch/ResourceLoader.cpp : m_host(host) host 64 Source/core/fetch/ResourceLoader.cpp PassRefPtr<ResourceLoader> ResourceLoader::create(ResourceLoaderHost* host, Resource* resource, const ResourceRequest& request, const ResourceLoaderOptions& options) host 66 Source/core/fetch/ResourceLoader.cpp RefPtr<ResourceLoader> loader(adoptRef(new ResourceLoader(host, resource, options))); host 71 Source/core/fetch/ResourceLoader.cpp ResourceLoader::ResourceLoader(ResourceLoaderHost* host, Resource* resource, const ResourceLoaderOptions& options) host 72 Source/core/fetch/ResourceLoader.cpp : m_host(host) host 74 Source/core/fetch/ResourceLoader.cpp , m_defersLoading(host->defersLoading()) host 79 Source/core/fetch/ResourceLoader.cpp , m_requestCountTracker(adoptPtr(new RequestCountTracker(host, resource))) host 49 Source/core/frame/BarProp.cpp FrameHost* host = m_frame->host(); host 50 Source/core/frame/BarProp.cpp if (!host) host 57 Source/core/frame/BarProp.cpp return host->chrome().toolbarsVisible(); host 59 Source/core/frame/BarProp.cpp return host->chrome().menubarVisible(); host 61 Source/core/frame/BarProp.cpp return host->chrome().scrollbarsVisible(); host 63 Source/core/frame/BarProp.cpp return host->chrome().statusbarVisible(); host 68 Source/core/frame/Console.cpp if (!m_frame || !m_frame->host() || !callStack.get()) host 72 Source/core/frame/Console.cpp if (m_frame->host()->chrome().client().shouldReportDetailedMessageForSource(callStack->at(0).sourceURL())) { host 76 Source/core/frame/Console.cpp m_frame->host()->chrome().client().addMessageToConsole(ConsoleAPIMessageSource, level, message, callStack->at(0).lineNumber(), callStack->at(0).sourceURL(), stackTrace); host 259 Source/core/frame/DOMWindow.cpp FrameHost* host = frame.host(); host 260 Source/core/frame/DOMWindow.cpp ASSERT(host); host 263 Source/core/frame/DOMWindow.cpp FloatRect window = host->chrome().windowRect(); host 285 Source/core/frame/DOMWindow.cpp FloatSize minimumSize = host->chrome().client().minimumWindowSize(); host 317 Source/core/frame/DOMWindow.cpp FrameHost* host = frame->host(); host 318 Source/core/frame/DOMWindow.cpp if (!host) host 320 Source/core/frame/DOMWindow.cpp return host->chrome().canRunModal(); host 327 Source/core/frame/DOMWindow.cpp FrameHost* host = frame->host(); host 328 Source/core/frame/DOMWindow.cpp if (!host) host 330 Source/core/frame/DOMWindow.cpp return host->chrome().canRunModalNow(); host 414 Source/core/frame/DOMWindow.cpp m_frame->host()->chrome().client().needTouchEvents(true); host 611 Source/core/frame/DOMWindow.cpp return m_frame && m_frame->domWindow() == this && m_frame->host(); host 699 Source/core/frame/DOMWindow.cpp return m_frame->host() ? &m_frame->host()->console() : 0; host 803 Source/core/frame/DOMWindow.cpp FrameHost* host = document->frameHost(); host 804 Source/core/frame/DOMWindow.cpp if (!host || !host->settings().localStorageEnabled()) host 918 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 919 Source/core/frame/DOMWindow.cpp if (!host) host 932 Source/core/frame/DOMWindow.cpp host->chrome().focus(); host 982 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 983 Source/core/frame/DOMWindow.cpp if (!host) host 991 Source/core/frame/DOMWindow.cpp host->chrome().print(m_frame); host 1008 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 1009 Source/core/frame/DOMWindow.cpp if (!host) host 1012 Source/core/frame/DOMWindow.cpp host->chrome().runJavaScriptAlert(m_frame, message); host 1022 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 1023 Source/core/frame/DOMWindow.cpp if (!host) host 1026 Source/core/frame/DOMWindow.cpp return host->chrome().runJavaScriptConfirm(m_frame, message); host 1036 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 1037 Source/core/frame/DOMWindow.cpp if (!host) host 1041 Source/core/frame/DOMWindow.cpp if (host->chrome().runJavaScriptPrompt(m_frame, message, defaultValue, returnValue)) host 1070 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 1071 Source/core/frame/DOMWindow.cpp if (!host) host 1074 Source/core/frame/DOMWindow.cpp if (host->settings().reportScreenSizeInPhysicalPixelsQuirk()) host 1075 Source/core/frame/DOMWindow.cpp return lroundf(host->chrome().windowRect().height() * host->deviceScaleFactor()); host 1076 Source/core/frame/DOMWindow.cpp return static_cast<int>(host->chrome().windowRect().height()); host 1084 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 1085 Source/core/frame/DOMWindow.cpp if (!host) host 1088 Source/core/frame/DOMWindow.cpp if (host->settings().reportScreenSizeInPhysicalPixelsQuirk()) host 1089 Source/core/frame/DOMWindow.cpp return lroundf(host->chrome().windowRect().width() * host->deviceScaleFactor()); host 1090 Source/core/frame/DOMWindow.cpp return static_cast<int>(host->chrome().windowRect().width()); host 1130 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 1131 Source/core/frame/DOMWindow.cpp if (!host) host 1134 Source/core/frame/DOMWindow.cpp if (host->settings().reportScreenSizeInPhysicalPixelsQuirk()) host 1135 Source/core/frame/DOMWindow.cpp return lroundf(host->chrome().windowRect().x() * host->deviceScaleFactor()); host 1136 Source/core/frame/DOMWindow.cpp return static_cast<int>(host->chrome().windowRect().x()); host 1144 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 1145 Source/core/frame/DOMWindow.cpp if (!host) host 1148 Source/core/frame/DOMWindow.cpp if (host->settings().reportScreenSizeInPhysicalPixelsQuirk()) host 1149 Source/core/frame/DOMWindow.cpp return lroundf(host->chrome().windowRect().y() * host->deviceScaleFactor()); host 1150 Source/core/frame/DOMWindow.cpp return static_cast<int>(host->chrome().windowRect().y()); host 1219 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 1220 Source/core/frame/DOMWindow.cpp if (!host) host 1224 Source/core/frame/DOMWindow.cpp host->chrome().setStatusbarText(m_frame, m_status); host 1234 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 1235 Source/core/frame/DOMWindow.cpp if (!host) host 1239 Source/core/frame/DOMWindow.cpp host->chrome().setStatusbarText(m_frame, m_defaultStatus); host 1423 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 1424 Source/core/frame/DOMWindow.cpp if (!host) host 1427 Source/core/frame/DOMWindow.cpp FloatRect windowRect = host->chrome().windowRect(); host 1430 Source/core/frame/DOMWindow.cpp host->chrome().setWindowRect(adjustWindowRect(*m_frame, windowRect)); host 1438 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 1439 Source/core/frame/DOMWindow.cpp if (!host) host 1442 Source/core/frame/DOMWindow.cpp FloatRect windowRect = host->chrome().windowRect(); host 1445 Source/core/frame/DOMWindow.cpp host->chrome().setWindowRect(adjustWindowRect(*m_frame, windowRect)); host 1453 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 1454 Source/core/frame/DOMWindow.cpp if (!host) host 1457 Source/core/frame/DOMWindow.cpp FloatRect fr = host->chrome().windowRect(); host 1460 Source/core/frame/DOMWindow.cpp host->chrome().setWindowRect(adjustWindowRect(*m_frame, update)); host 1468 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); host 1469 Source/core/frame/DOMWindow.cpp if (!host) host 1472 Source/core/frame/DOMWindow.cpp FloatRect fr = host->chrome().windowRect(); host 1475 Source/core/frame/DOMWindow.cpp host->chrome().setWindowRect(adjustWindowRect(*m_frame, update)); host 1847 Source/core/frame/DOMWindow.cpp dialogFrame->host()->chrome().runModal(); host 72 Source/core/frame/Frame.cpp Frame::Frame(FrameHost* host, HTMLFrameOwnerElement* ownerElement) host 73 Source/core/frame/Frame.cpp : m_host(host) host 70 Source/core/frame/Frame.h FrameHost* host() const; // Null when the frame is detached. host 89 Source/core/frame/LocalFrame.cpp inline LocalFrame::LocalFrame(FrameLoaderClient* client, FrameHost* host, HTMLFrameOwnerElement* ownerElement) host 90 Source/core/frame/LocalFrame.cpp : Frame(host, ownerElement) host 107 Source/core/frame/LocalFrame.cpp PassRefPtr<LocalFrame> LocalFrame::create(FrameLoaderClient* client, FrameHost* host, HTMLFrameOwnerElement* ownerElement) host 109 Source/core/frame/LocalFrame.cpp RefPtr<LocalFrame> frame = adoptRef(new LocalFrame(client, host, ownerElement)); host 80 Source/core/frame/Location.cpp return DOMURLUtilsReadOnly::host(url()); host 155 Source/core/frame/Location.cpp void Location::setHost(DOMWindow* callingWindow, DOMWindow* enteredWindow, const String& host) host 160 Source/core/frame/Location.cpp url.setHostAndPort(host); host 63 Source/core/frame/Location.h String host() const; host 50 Source/core/frame/PageConsole.h static PassOwnPtr<PageConsole> create(FrameHost& host) { return adoptPtr(new PageConsole(host)); } host 13 Source/core/frame/RemoteFrame.cpp inline RemoteFrame::RemoteFrame(FrameHost* host, HTMLFrameOwnerElement* ownerElement) host 14 Source/core/frame/RemoteFrame.cpp : Frame(host, ownerElement) host 18 Source/core/frame/RemoteFrame.cpp PassRefPtr<RemoteFrame> RemoteFrame::create(FrameHost* host, HTMLFrameOwnerElement* ownerElement) host 20 Source/core/frame/RemoteFrame.cpp RefPtr<RemoteFrame> frame = adoptRef(new RemoteFrame(host, ownerElement)); host 53 Source/core/frame/Screen.cpp FrameHost* host = m_frame->host(); host 54 Source/core/frame/Screen.cpp if (host && host->settings().reportScreenSizeInPhysicalPixelsQuirk()) host 55 Source/core/frame/Screen.cpp return lroundf(screenRect(m_frame->view()).height() * host->deviceScaleFactor()); host 63 Source/core/frame/Screen.cpp FrameHost* host = m_frame->host(); host 64 Source/core/frame/Screen.cpp if (host && host->settings().reportScreenSizeInPhysicalPixelsQuirk()) host 65 Source/core/frame/Screen.cpp return lroundf(screenRect(m_frame->view()).width() * host->deviceScaleFactor()); host 87 Source/core/frame/Screen.cpp FrameHost* host = m_frame->host(); host 88 Source/core/frame/Screen.cpp if (host && host->settings().reportScreenSizeInPhysicalPixelsQuirk()) host 89 Source/core/frame/Screen.cpp return lroundf(screenAvailableRect(m_frame->view()).x() * host->deviceScaleFactor()); host 97 Source/core/frame/Screen.cpp FrameHost* host = m_frame->host(); host 98 Source/core/frame/Screen.cpp if (host && host->settings().reportScreenSizeInPhysicalPixelsQuirk()) host 99 Source/core/frame/Screen.cpp return lroundf(screenAvailableRect(m_frame->view()).y() * host->deviceScaleFactor()); host 107 Source/core/frame/Screen.cpp FrameHost* host = m_frame->host(); host 108 Source/core/frame/Screen.cpp if (host && host->settings().reportScreenSizeInPhysicalPixelsQuirk()) host 109 Source/core/frame/Screen.cpp return lroundf(screenAvailableRect(m_frame->view()).height() * host->deviceScaleFactor()); host 117 Source/core/frame/Screen.cpp FrameHost* host = m_frame->host(); host 118 Source/core/frame/Screen.cpp if (host && host->settings().reportScreenSizeInPhysicalPixelsQuirk()) host 119 Source/core/frame/Screen.cpp return lroundf(screenAvailableRect(m_frame->view()).width() * host->deviceScaleFactor()); host 593 Source/core/frame/UseCounter.cpp FrameHost* host = document.frameHost(); host 594 Source/core/frame/UseCounter.cpp if (!host) host 597 Source/core/frame/UseCounter.cpp ASSERT(host->useCounter().deprecationMessage(feature).isEmpty()); host 598 Source/core/frame/UseCounter.cpp host->useCounter().recordMeasurement(feature); host 624 Source/core/frame/UseCounter.cpp FrameHost* host = document.frameHost(); host 625 Source/core/frame/UseCounter.cpp if (!host) host 628 Source/core/frame/UseCounter.cpp if (host->useCounter().recordMeasurement(feature)) { host 629 Source/core/frame/UseCounter.cpp ASSERT(!host->useCounter().deprecationMessage(feature).isEmpty()); host 630 Source/core/frame/UseCounter.cpp host->console().addMessage(DeprecationMessageSource, WarningMessageLevel, host->useCounter().deprecationMessage(feature)); host 16 Source/core/frame/csp/CSPSource.cpp CSPSource::CSPSource(ContentSecurityPolicy* policy, const String& scheme, const String& host, int port, const String& path, bool hostHasWildcard, bool portHasWildcard) host 19 Source/core/frame/csp/CSPSource.cpp , m_host(host) host 49 Source/core/frame/csp/CSPSource.cpp const String& host = url.host(); host 50 Source/core/frame/csp/CSPSource.cpp if (equalIgnoringCase(host, m_host)) host 52 Source/core/frame/csp/CSPSource.cpp return m_hostHasWildcard && host.endsWith("." + m_host, false); host 17 Source/core/frame/csp/CSPSource.h CSPSource(ContentSecurityPolicy*, const String& scheme, const String& host, int port, const String& path, bool hostHasWildcard, bool portHasWildcard); host 137 Source/core/frame/csp/CSPSourceList.cpp String scheme, host, path; host 142 Source/core/frame/csp/CSPSourceList.cpp if (parseSource(beginSource, position, scheme, host, port, path, hostHasWildcard, portHasWildcard)) { host 146 Source/core/frame/csp/CSPSourceList.cpp if (scheme.isEmpty() && host.isEmpty()) host 148 Source/core/frame/csp/CSPSourceList.cpp if (m_policy->isDirectiveName(host)) host 149 Source/core/frame/csp/CSPSourceList.cpp m_policy->reportDirectiveAsSourceExpression(m_directiveName, host); host 150 Source/core/frame/csp/CSPSourceList.cpp m_list.append(CSPSource(m_policy, scheme, host, port, path, hostHasWildcard, portHasWildcard)); host 162 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parseSource(const UChar* begin, const UChar* end, String& scheme, String& host, int& port, String& path, bool& hostHasWildcard, bool& portHasWildcard) host 219 Source/core/frame/csp/CSPSourceList.cpp return parseHost(beginHost, position, host, hostHasWildcard); host 225 Source/core/frame/csp/CSPSourceList.cpp return parseHost(beginHost, position, host, hostHasWildcard) && parsePath(position, end, path); host 265 Source/core/frame/csp/CSPSourceList.cpp if (!parseHost(beginHost, beginPort ? beginPort : beginPath, host, hostHasWildcard)) host 394 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parseHost(const UChar* begin, const UChar* end, String& host, bool& hostHasWildcard) host 397 Source/core/frame/csp/CSPSourceList.cpp ASSERT(host.isEmpty()); host 428 Source/core/frame/csp/CSPSourceList.cpp host = String(hostBegin, end - hostBegin); host 484 Source/core/frame/csp/CSPSourceList.cpp m_list.append(CSPSource(m_policy, m_policy->securityOrigin()->protocol(), m_policy->securityOrigin()->host(), m_policy->securityOrigin()->port(), String(), false, false)); host 35 Source/core/frame/csp/CSPSourceList.h bool parseSource(const UChar* begin, const UChar* end, String& scheme, String& host, int& port, String& path, bool& hostHasWildcard, bool& portHasWildcard); host 37 Source/core/frame/csp/CSPSourceList.h bool parseHost(const UChar* begin, const UChar* end, String& host, bool& hostHasWildcard); host 278 Source/core/html/HTMLAnchorElement.cpp prefetchDNS(document().completeURL(parsedURL).host()); host 375 Source/core/html/HTMLInputElement.cpp frame->host()->chrome().client().didEndEditingOnTextField(*this); host 78 Source/core/html/HTMLShadowElement.cpp String message = String::format("<shadow> doesn't work for %s element host.", root->host()->tagName().utf8().data()); host 84 Source/core/html/HTMLSummaryElement.cpp Element* host = element->shadowHost(); host 85 Source/core/html/HTMLSummaryElement.cpp return host && host->isFormControlElement(); host 153 Source/core/html/ImageDocument.cpp fileName = document()->url().host(); host 450 Source/core/html/forms/InputType.cpp if (FrameHost* host = element().document().frameHost()) host 451 Source/core/html/forms/InputType.cpp return &host->chrome(); host 66 Source/core/html/forms/PasswordInputType.cpp if (FrameHost* host = element().document().frameHost()) host 67 Source/core/html/forms/PasswordInputType.cpp return host->chrome().client().isPasswordGenerationEnabled(); host 88 Source/core/html/forms/TextFieldInputType.cpp HTMLInputElement* host = hostInput(); host 89 Source/core/html/forms/TextFieldInputType.cpp if (host && !host->isDisabledOrReadOnly()) { host 90 Source/core/html/forms/TextFieldInputType.cpp document().frameHost()->chrome().openTextDataListChooser(*host); host 46 Source/core/html/parser/HTMLScriptRunner.cpp HTMLScriptRunner::HTMLScriptRunner(Document* document, HTMLScriptRunnerHost* host) host 48 Source/core/html/parser/HTMLScriptRunner.cpp , m_host(host) host 47 Source/core/html/parser/HTMLScriptRunner.h static PassOwnPtr<HTMLScriptRunner> create(Document* document, HTMLScriptRunnerHost* host) host 49 Source/core/html/parser/HTMLScriptRunner.h return adoptPtr(new HTMLScriptRunner(document, host)); host 757 Source/core/html/parser/XSSAuditor.cpp if (m_documentURL.host().isEmpty()) host 761 Source/core/html/parser/XSSAuditor.cpp return (m_documentURL.host() == resourceURL.host() && resourceURL.query().isEmpty()); host 167 Source/core/html/shadow/TextControlInnerElements.cpp Element* host = shadowHost(); host 168 Source/core/html/shadow/TextControlInnerElements.cpp if (!host) host 170 Source/core/html/shadow/TextControlInnerElements.cpp if (isHTMLInputElement(*host)) { host 171 Source/core/html/shadow/TextControlInnerElements.cpp if (toHTMLInputElement(host)->maxResults() < 0) host 85 Source/core/inspector/InspectorApplicationCacheAgent.cpp ApplicationCacheHost* host = documentLoader->applicationCacheHost(); host 86 Source/core/inspector/InspectorApplicationCacheAgent.cpp ApplicationCacheHost::Status status = host->status(); host 87 Source/core/inspector/InspectorApplicationCacheAgent.cpp ApplicationCacheHost::CacheInfo info = host->applicationCacheInfo(); host 108 Source/core/inspector/InspectorApplicationCacheAgent.cpp ApplicationCacheHost* host = documentLoader->applicationCacheHost(); host 109 Source/core/inspector/InspectorApplicationCacheAgent.cpp ApplicationCacheHost::CacheInfo info = host->applicationCacheInfo(); host 115 Source/core/inspector/InspectorApplicationCacheAgent.cpp .setStatus(static_cast<int>(host->status())); host 146 Source/core/inspector/InspectorApplicationCacheAgent.cpp ApplicationCacheHost* host = documentLoader->applicationCacheHost(); host 147 Source/core/inspector/InspectorApplicationCacheAgent.cpp ApplicationCacheHost::CacheInfo info = host->applicationCacheInfo(); host 150 Source/core/inspector/InspectorApplicationCacheAgent.cpp host->fillResourceList(&resources); host 1165 Source/core/inspector/InspectorDOMAgent.cpp node = uaShadowRoot->host(); host 1936 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::didPushShadowRoot(Element* host, ShadowRoot* root) host 1938 Source/core/inspector/InspectorDOMAgent.cpp if (!host->ownerDocument()) host 1941 Source/core/inspector/InspectorDOMAgent.cpp int hostId = m_documentNodeToIdMap.get(host); host 1949 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::willPopShadowRoot(Element* host, ShadowRoot* root) host 1951 Source/core/inspector/InspectorDOMAgent.cpp if (!host->ownerDocument()) host 1954 Source/core/inspector/InspectorDOMAgent.cpp int hostId = m_documentNodeToIdMap.get(host); host 172 Source/core/inspector/InspectorDOMAgent.h void didPushShadowRoot(Element* host, ShadowRoot*); host 173 Source/core/inspector/InspectorDOMAgent.h void willPopShadowRoot(Element* host, ShadowRoot*); host 82 Source/core/inspector/PageConsoleAgent.cpp node = toShadowRoot(ancestor).host(); host 120 Source/core/loader/LinkLoader.cpp prefetchDNS(href.host()); host 288 Source/core/page/Chrome.cpp prefetchDNS(result.absoluteLinkURL().host()); host 79 Source/core/page/CreateWindow.cpp FrameHost* host = &page->frameHost(); host 87 Source/core/page/CreateWindow.cpp host->chrome().setWindowFeatures(features); host 93 Source/core/page/CreateWindow.cpp FloatRect windowRect = host->chrome().windowRect(); host 94 Source/core/page/CreateWindow.cpp FloatSize viewportSize = host->chrome().pageRect().size(); host 108 Source/core/page/CreateWindow.cpp host->chrome().setWindowRect(newWindowRect); host 109 Source/core/page/CreateWindow.cpp host->chrome().show(policy); host 266 Source/core/page/EventHandler.cpp return targetNode->isShadowRoot() && isHTMLInputElement(*toShadowRoot(targetNode)->host()); host 1942 Source/core/page/EventHandler.cpp Element* shadowTreeParentElement = shadowRoot->host(); host 88 Source/core/page/FocusController.cpp return shadowRoot->isYoungest() ? shadowRoot->host() : shadowRoot->shadowInsertionPointOfYoungerShadowRoot(); host 179 Source/core/page/HistoryController.cpp if (it->key->host()) host 183 Source/core/page/HistoryController.cpp if (it->key->host()) host 3698 Source/core/rendering/RenderBlock.cpp if (node()->isShadowRoot() && isHTMLInputElement(*toShadowRoot(node())->host())) host 827 Source/core/rendering/RenderLayerScrollableArea.cpp return shadowRoot->host()->renderer(); host 238 Source/core/svg/SVGElement.cpp Element* shadowHostElement = toShadowRoot(treeScope().rootNode()).host(); host 405 Source/core/testing/Internals.cpp bool Internals::hasSelectorForIdInShadow(Element* host, const AtomicString& idValue, ExceptionState& exceptionState) host 407 Source/core/testing/Internals.cpp if (!host || !host->shadow()) { host 412 Source/core/testing/Internals.cpp return host->shadow()->ensureSelectFeatureSet().hasSelectorForId(idValue); host 415 Source/core/testing/Internals.cpp bool Internals::hasSelectorForClassInShadow(Element* host, const AtomicString& className, ExceptionState& exceptionState) host 417 Source/core/testing/Internals.cpp if (!host || !host->shadow()) { host 422 Source/core/testing/Internals.cpp return host->shadow()->ensureSelectFeatureSet().hasSelectorForClass(className); host 425 Source/core/testing/Internals.cpp bool Internals::hasSelectorForAttributeInShadow(Element* host, const AtomicString& attributeName, ExceptionState& exceptionState) host 427 Source/core/testing/Internals.cpp if (!host || !host->shadow()) { host 432 Source/core/testing/Internals.cpp return host->shadow()->ensureSelectFeatureSet().hasSelectorForAttribute(attributeName); host 435 Source/core/testing/Internals.cpp bool Internals::hasSelectorForPseudoClassInShadow(Element* host, const String& pseudoClass, ExceptionState& exceptionState) host 437 Source/core/testing/Internals.cpp if (!host || !host->shadow()) { host 442 Source/core/testing/Internals.cpp const SelectRuleFeatureSet& featureSet = host->shadow()->ensureSelectFeatureSet(); host 616 Source/core/testing/Internals.cpp ShadowRoot* Internals::shadowRoot(Element* host, ExceptionState& exceptionState) host 620 Source/core/testing/Internals.cpp return youngestShadowRoot(host, exceptionState); host 623 Source/core/testing/Internals.cpp ShadowRoot* Internals::youngestShadowRoot(Element* host, ExceptionState& exceptionState) host 625 Source/core/testing/Internals.cpp if (!host) { host 630 Source/core/testing/Internals.cpp if (ElementShadow* shadow = host->shadow()) host 635 Source/core/testing/Internals.cpp ShadowRoot* Internals::oldestShadowRoot(Element* host, ExceptionState& exceptionState) host 637 Source/core/testing/Internals.cpp if (!host) { host 642 Source/core/testing/Internals.cpp if (ElementShadow* shadow = host->shadow()) host 99 Source/core/testing/Internals.h ShadowRoot* shadowRoot(Element* host, ExceptionState&); host 100 Source/core/testing/Internals.h ShadowRoot* youngestShadowRoot(Element* host, ExceptionState&); host 101 Source/core/testing/Internals.h ShadowRoot* oldestShadowRoot(Element* host, ExceptionState&); host 117 Source/core/testing/Internals.h bool hasSelectorForIdInShadow(Element* host, const AtomicString& idValue, ExceptionState&); host 118 Source/core/testing/Internals.h bool hasSelectorForClassInShadow(Element* host, const AtomicString& className, ExceptionState&); host 119 Source/core/testing/Internals.h bool hasSelectorForAttributeInShadow(Element* host, const AtomicString& attributeName, ExceptionState&); host 120 Source/core/testing/Internals.h bool hasSelectorForPseudoClassInShadow(Element* host, const String& pseudoClass, ExceptionState&); host 51 Source/core/timing/Performance.cpp , m_referenceTime(frame && frame->host() ? frame->document()->loader()->timing()->referenceMonotonicTime() : 0.0) host 133 Source/core/xml/XSLStyleSheetLibxslt.cpp if (frame && frame->host()) host 134 Source/core/xml/XSLStyleSheetLibxslt.cpp console = &frame->host()->console(); host 113 Source/core/xml/XSLTProcessorLibxslt.cpp if (frame && frame->host()) host 114 Source/core/xml/XSLTProcessorLibxslt.cpp console = &frame->host()->console(); host 17 Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp PassRefPtrWillBeRawPtr<DOMFileSystem> InspectorFrontendHostFileSystem::isolatedFileSystem(InspectorFrontendHost& host, const String& fileSystemName, const String& rootURL) host 19 Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp ExecutionContext* context = host.frontendPage()->mainFrame()->document(); host 23 Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp void InspectorFrontendHostFileSystem::upgradeDraggedFileSystemPermissions(InspectorFrontendHost& host, DOMFileSystem* domFileSystem) host 31 Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp host.sendMessageToEmbedder(message->toJSONString()); host 231 Source/modules/webdatabase/DatabaseManager.cpp DatabaseClient::from(context)->didOpenDatabase(database, context->securityOrigin()->host(), name, expectedVersion); host 95 Source/modules/websockets/WebSocketHandshake.cpp builder.append(url.host().lower()); host 160 Source/modules/websockets/WebSocketHandshake.cpp return m_url.host().lower(); host 60 Source/modules/websockets/WebSocketHandshake.h const String host() const; host 56 Source/platform/RefCountedSupplement.h static void provideTo(Supplementable<T>& host, const char* key, PassRefPtr<ThisType> supplement) host 58 Source/platform/RefCountedSupplement.h host.provideSupplement(key, adoptPtr(new Wrapper(supplement))); host 61 Source/platform/RefCountedSupplement.h static ThisType* from(Supplementable<T>& host, const char* key) host 63 Source/platform/RefCountedSupplement.h Supplement<T>* found = static_cast<Supplement<T>*>(host.requireSupplement(key)); host 134 Source/platform/Supplementable.h static void provideTo(SupplementableBase<T, isGarbageCollected>& host, const char* key, typename SupplementableTraits<T, isGarbageCollected>::SupplementArgumentType supplement) host 136 Source/platform/Supplementable.h host.provideSupplement(key, supplement); host 139 Source/platform/Supplementable.h static SupplementBase<T, isGarbageCollected>* from(SupplementableBase<T, isGarbageCollected>& host, const char* key) host 141 Source/platform/Supplementable.h return host.requireSupplement(key); host 144 Source/platform/Supplementable.h static SupplementBase<T, isGarbageCollected>* from(SupplementableBase<T, isGarbageCollected>* host, const char* key) host 146 Source/platform/Supplementable.h return host ? host->requireSupplement(key) : 0; host 113 Source/platform/URLPatternMatcher.cpp const String& host = test.host(); host 114 Source/platform/URLPatternMatcher.cpp if (equalIgnoringCase(host, m_host)) host 126 Source/platform/URLPatternMatcher.cpp if (!host.endsWith(m_host, false)) host 129 Source/platform/URLPatternMatcher.cpp ASSERT(host.length() > m_host.length()); host 132 Source/platform/URLPatternMatcher.cpp return host[host.length() - m_host.length() - 1] == '.'; host 80 Source/platform/weborigin/DatabaseIdentifier.cpp String host = databaseIdentifier.substring(separator1 + 1, separator2 - separator1 - 1); host 83 Source/platform/weborigin/DatabaseIdentifier.cpp KURL url(KURL(), protocol + "://" + host + ":" + String::number(port) + "/"); host 84 Source/platform/weborigin/DatabaseIdentifier.cpp if (!url.isValid() || url.protocol() != protocol || url.host() != host) host 102 Source/platform/weborigin/DatabaseIdentifier.cpp return securityOrigin->protocol() + separatorString + securityOrigin->host() + separatorString + String::number(securityOrigin->port()); host 50 Source/platform/weborigin/DatabaseIdentifierTest.cpp String host; host 70 Source/platform/weborigin/DatabaseIdentifierTest.cpp RefPtr<SecurityOrigin> origin = SecurityOrigin::create(cases[i].protocol, cases[i].host, cases[i].port); host 197 Source/platform/weborigin/DatabaseIdentifierTest.cpp EXPECT_EQ(cases[i].hostname.lower(), parsedOrigin->host()) << "test case " << i << ": \"" << cases[i].hostname << "\""; host 231 Source/platform/weborigin/DatabaseIdentifierTest.cpp EXPECT_EQ(validCases[i].expectedHost, origin->host()) << "test case " << i; host 334 Source/platform/weborigin/KURL.cpp return componentString(m_parsed.host); host 441 Source/platform/weborigin/KURL.cpp void KURL::setHost(const String& host) host 443 Source/platform/weborigin/KURL.cpp StringUTF8Adaptor hostUTF8(host); host 481 Source/platform/weborigin/KURL.cpp String host = hostAndPort.substring(0, separator); host 484 Source/platform/weborigin/KURL.cpp StringUTF8Adaptor hostUTF8(host); host 117 Source/platform/weborigin/KURL.h String host() const; host 47 Source/platform/weborigin/KURLTest.cpp const char* host; host 62 Source/platform/weborigin/KURLTest.cpp const char* host; host 83 Source/platform/weborigin/KURLTest.cpp EXPECT_EQ(cases[i].host, kurl.host()); host 97 Source/platform/weborigin/KURLTest.cpp EXPECT_EQ(cases[i].host, kurl.host()); host 134 Source/platform/weborigin/KURLTest.cpp EXPECT_EQ(cases[i].host, kurl.host()); host 188 Source/platform/weborigin/KURLTest.cpp const char* host; host 230 Source/platform/weborigin/KURLTest.cpp kurl.setHost(cases[i].host); host 40 Source/platform/weborigin/OriginAccessEntry.cpp OriginAccessEntry::OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting subdomainSetting, IPAddressSetting ipAddressSetting) host 42 Source/platform/weborigin/OriginAccessEntry.cpp , m_host(host.lower()) host 62 Source/platform/weborigin/OriginAccessEntry.cpp ASSERT(origin.host() == origin.host().lower()); host 73 Source/platform/weborigin/OriginAccessEntry.cpp if (m_host == origin.host()) host 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)) host 60 Source/platform/weborigin/OriginAccessEntry.h OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting, IPAddressSetting); host 64 Source/platform/weborigin/OriginAccessEntry.h const String& host() const { return m_host; } host 80 Source/platform/weborigin/OriginAccessEntry.h && equalIgnoringCase(a.host(), b.host()) host 104 Source/platform/weborigin/SecurityOrigin.cpp if (schemeRequiresAuthority(innerURL) && innerURL.host().isEmpty()) host 120 Source/platform/weborigin/SecurityOrigin.cpp , m_host(url.host().isNull() ? "" : url.host().lower()) host 468 Source/platform/weborigin/SecurityOrigin.cpp PassRefPtr<SecurityOrigin> SecurityOrigin::create(const String& protocol, const String& host, int port) host 472 Source/platform/weborigin/SecurityOrigin.cpp String decodedHost = decodeURLEscapeSequences(host); host 473 Source/platform/weborigin/SecurityOrigin.cpp return create(KURL(KURL(), protocol + "://" + host + ":" + String::number(port) + "/")); host 53 Source/platform/weborigin/SecurityOrigin.h static PassRefPtr<SecurityOrigin> create(const String& protocol, const String& host, int port); host 81 Source/platform/weborigin/SecurityOrigin.h String host() const { return m_host; } host 43 Source/platform/weborigin/SecurityOriginHash.h origin->host().impl() ? origin->host().impl()->hash() : 0, host 1689 Source/web/WebFrameImpl.cpp RefPtr<LocalFrame> childFrame = LocalFrame::create(&webframe->m_frameLoaderClientImpl, frame()->host(), ownerElement); host 1820 Source/web/WebFrameImpl.cpp if (Node* host = node->shadowHost()) { host 1821 Source/web/WebFrameImpl.cpp if (isHTMLInputElement(*host) || isHTMLTextAreaElement(*host)) host 1822 Source/web/WebFrameImpl.cpp node = host; host 85 Source/web/WebSecurityOrigin.cpp return m_private->host(); host 201 public/platform/Platform.h virtual WebString convertIDNToUnicode(const WebString& host, const WebString& languages) { return host; } host 69 public/web/WebSecurityOrigin.h BLINK_EXPORT WebString host() const;