base              140 Source/bindings/v8/V8StringResource.cpp             WebCoreStringResourceBase* base;
base              142 Source/bindings/v8/V8StringResource.cpp                 base = static_cast<WebCoreStringResource8*>(resource);
base              144 Source/bindings/v8/V8StringResource.cpp                 base = static_cast<WebCoreStringResource16*>(resource);
base              145 Source/bindings/v8/V8StringResource.cpp             return StringTraits<StringType>::fromStringResource(base);
base              152 Source/core/animation/KeyframeEffectModel.h inline const AnimatableValueKeyframeEffectModel* toAnimatableValueKeyframeEffectModel(const AnimationEffect* base)
base              154 Source/core/animation/KeyframeEffectModel.h     return toAnimatableValueKeyframeEffectModel(toKeyframeEffectModelBase(base));
base              157 Source/core/animation/KeyframeEffectModel.h inline AnimatableValueKeyframeEffectModel* toAnimatableValueKeyframeEffectModel(AnimationEffect* base)
base              159 Source/core/animation/KeyframeEffectModel.h     return toAnimatableValueKeyframeEffectModel(toKeyframeEffectModelBase(base));
base               43 Source/core/dom/DOMURL.cpp DOMURL::DOMURL(const String& url, const KURL& base, ExceptionState& exceptionState)
base               46 Source/core/dom/DOMURL.cpp     if (!base.isValid())
base               49 Source/core/dom/DOMURL.cpp     m_url = KURL(base, url);
base               52 Source/core/dom/DOMURL.h     static PassRefPtrWillBeRawPtr<DOMURL> create(const String& url, const String& base, ExceptionState& exceptionState)
base               54 Source/core/dom/DOMURL.h         return adoptRefWillBeNoop(new DOMURL(url, KURL(KURL(), base), exceptionState));
base               56 Source/core/dom/DOMURL.h     static PassRefPtrWillBeRawPtr<DOMURL> create(const String& url, PassRefPtrWillBeRawPtr<DOMURL> base, ExceptionState& exceptionState)
base               58 Source/core/dom/DOMURL.h         ASSERT(base);
base               59 Source/core/dom/DOMURL.h         return adoptRefWillBeNoop(new DOMURL(url, base->m_url, exceptionState));
base               77 Source/core/dom/DOMURL.h     DOMURL(const String& url, const KURL& base, ExceptionState&);
base             2768 Source/core/dom/Document.cpp     for (HTMLBaseElement* base = Traversal<HTMLBaseElement>::firstWithin(*this); base && (!href || !target); base = Traversal<HTMLBaseElement>::next(*base)) {
base             2770 Source/core/dom/Document.cpp             const AtomicString& value = base->fastGetAttribute(hrefAttr);
base             2775 Source/core/dom/Document.cpp             const AtomicString& value = base->fastGetAttribute(targetAttr);
base             1247 Source/core/dom/Element.cpp     KURL base(KURL(), baseAttribute);
base             1248 Source/core/dom/Element.cpp     if (!base.protocol().isEmpty())
base             1249 Source/core/dom/Element.cpp         return base;
base             1253 Source/core/dom/Element.cpp         return base;
base             1257 Source/core/dom/Element.cpp         return base;
base              134 Source/core/dom/LiveNodeListBase.h inline Node* LiveNodeListBase::previousNode(const ContainerNode& base, const Node& previous, bool onlyIncludeDirectChildren)
base              136 Source/core/dom/LiveNodeListBase.h     return onlyIncludeDirectChildren ? previous.previousSibling() : NodeTraversal::previous(previous, &base);
base              125 Source/core/editing/FrameSelection.cpp     Node* node = m_selection.base().containerNode();
base              135 Source/core/editing/FrameSelection.cpp void FrameSelection::moveTo(const VisiblePosition &base, const VisiblePosition &extent, EUserTriggered userTriggered)
base              139 Source/core/editing/FrameSelection.cpp     setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity(), selectionHasDirection), options);
base              150 Source/core/editing/FrameSelection.cpp     RenderedPosition base(visibleBase);
base              153 Source/core/editing/FrameSelection.cpp     if (base.isNull() || extent.isNull() || base.isEquivalent(extent))
base              156 Source/core/editing/FrameSelection.cpp     if (base.atLeftBoundaryOfBidiRun()) {
base              157 Source/core/editing/FrameSelection.cpp         if (!extent.atRightBoundaryOfBidiRun(base.bidiLevelOnRight())
base              158 Source/core/editing/FrameSelection.cpp             && base.isEquivalent(extent.leftBoundaryOfBidiRun(base.bidiLevelOnRight()))) {
base              159 Source/core/editing/FrameSelection.cpp             visibleBase = VisiblePosition(base.positionAtLeftBoundaryOfBiDiRun());
base              165 Source/core/editing/FrameSelection.cpp     if (base.atRightBoundaryOfBidiRun()) {
base              166 Source/core/editing/FrameSelection.cpp         if (!extent.atLeftBoundaryOfBidiRun(base.bidiLevelOnLeft())
base              167 Source/core/editing/FrameSelection.cpp             && base.isEquivalent(extent.rightBoundaryOfBidiRun(base.bidiLevelOnLeft()))) {
base              168 Source/core/editing/FrameSelection.cpp             visibleBase = VisiblePosition(base.positionAtRightBoundaryOfBiDiRun());
base              174 Source/core/editing/FrameSelection.cpp     if (extent.atLeftBoundaryOfBidiRun() && extent.isEquivalent(base.leftBoundaryOfBidiRun(extent.bidiLevelOnRight()))) {
base              179 Source/core/editing/FrameSelection.cpp     if (extent.atRightBoundaryOfBidiRun() && extent.isEquivalent(base.rightBoundaryOfBidiRun(extent.bidiLevelOnLeft()))) {
base              191 Source/core/editing/FrameSelection.cpp     VisiblePosition base = m_originalBase.isNotNull() ? m_originalBase : newSelection.visibleBase();
base              192 Source/core/editing/FrameSelection.cpp     VisiblePosition newBase = base;
base              198 Source/core/editing/FrameSelection.cpp     if (newBase != base || newExtent != extent) {
base              199 Source/core/editing/FrameSelection.cpp         m_originalBase = base;
base              203 Source/core/editing/FrameSelection.cpp         if (m_selection.base() == newSelection.base())
base              232 Source/core/editing/FrameSelection.cpp     if (s.base().anchorNode()) {
base              233 Source/core/editing/FrameSelection.cpp         Document& document = *s.base().document();
base              320 Source/core/editing/FrameSelection.cpp     respondToNodeModification(node, removingNodeRemovesPosition(node, m_selection.base()), removingNodeRemovesPosition(node, m_selection.extent()),
base              405 Source/core/editing/FrameSelection.cpp     Position base = updatePositionAfterAdoptingTextReplacement(m_selection.base(), node, offset, oldLength, newLength);
base              409 Source/core/editing/FrameSelection.cpp     updateSelectionIfNeeded(base, extent, start, end);
base              433 Source/core/editing/FrameSelection.cpp     Position base = updatePostionAfterAdoptingTextNodesMerged(m_selection.base(), oldNode, offset);
base              437 Source/core/editing/FrameSelection.cpp     updateSelectionIfNeeded(base, extent, start, end);
base              457 Source/core/editing/FrameSelection.cpp     Position base = updatePostionAfterAdoptingTextNodeSplit(m_selection.base(), oldNode);
base              461 Source/core/editing/FrameSelection.cpp     updateSelectionIfNeeded(base, extent, start, end);
base              464 Source/core/editing/FrameSelection.cpp void FrameSelection::updateSelectionIfNeeded(const Position& base, const Position& extent, const Position& start, const Position& end)
base              466 Source/core/editing/FrameSelection.cpp     if (base == m_selection.base() && extent == m_selection.extent() && start == m_selection.start() && end == m_selection.end())
base              469 Source/core/editing/FrameSelection.cpp     newSelection.setWithoutValidation(base, extent);
base             1139 Source/core/editing/FrameSelection.cpp         pos = m_selection.base();
base             1207 Source/core/editing/FrameSelection.cpp     setSelection(VisibleSelection(m_selection.base(), pos.deepEquivalent(), pos.affinity(), selectionHasDirection), CloseTyping | ClearTypingStyle | userTriggered);
base             1666 Source/core/editing/FrameSelection.cpp         if (Element* anchor = enclosingAnchorElement(base())) {
base              124 Source/core/editing/FrameSelection.h     Position base() const { return m_selection.base(); }
base              244 Source/core/editing/FrameSelection.h     void updateSelectionIfNeeded(const Position& base, const Position& extent, const Position& start, const Position& end);
base              195 Source/core/editing/InputMethodController.cpp         unsigned baseOffset = m_frame.selection().base().downstream().deprecatedEditingOffset();
base              290 Source/core/editing/InputMethodController.cpp         Position base = m_frame.selection().base().downstream();
base              292 Source/core/editing/InputMethodController.cpp         Node* baseNode = base.deprecatedNode();
base              293 Source/core/editing/InputMethodController.cpp         unsigned baseOffset = base.deprecatedEditingOffset();
base              321 Source/core/editing/InputMethodController.cpp     Position base = m_frame.selection().base().downstream();
base              322 Source/core/editing/InputMethodController.cpp     Node* baseNode = base.anchorNode();
base              327 Source/core/editing/InputMethodController.cpp         if (base.anchorType() != Position::PositionIsOffsetInAnchor)
base              475 Source/core/editing/TypingCommand.cpp         if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start())
base              555 Source/core/editing/TypingCommand.cpp         if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start())
base               68 Source/core/editing/VisibleSelection.cpp VisibleSelection::VisibleSelection(const Position& base, const Position& extent, EAffinity affinity, bool isDirectional)
base               69 Source/core/editing/VisibleSelection.cpp     : m_base(base)
base               88 Source/core/editing/VisibleSelection.cpp VisibleSelection::VisibleSelection(const VisiblePosition& base, const VisiblePosition& extent, bool isDirectional)
base               89 Source/core/editing/VisibleSelection.cpp     : m_base(base.deepEquivalent())
base               91 Source/core/editing/VisibleSelection.cpp     , m_affinity(base.affinity())
base              510 Source/core/editing/VisibleSelection.cpp void VisibleSelection::setWithoutValidation(const Position& base, const Position& extent)
base              512 Source/core/editing/VisibleSelection.cpp     ASSERT(!base.isNull());
base              515 Source/core/editing/VisibleSelection.cpp     m_base = base;
base              517 Source/core/editing/VisibleSelection.cpp     m_baseIsFirst = comparePositions(base, extent) <= 0;
base              519 Source/core/editing/VisibleSelection.cpp         m_start = base;
base              523 Source/core/editing/VisibleSelection.cpp         m_end = base;
base              525 Source/core/editing/VisibleSelection.cpp     m_selectionType = base == extent ? CaretSelection : RangeSelection;
base               70 Source/core/editing/VisibleSelection.h     Position base() const { return m_base; }
base              169 Source/core/html/HTMLCollection.cpp PassRefPtr<HTMLCollection> HTMLCollection::create(ContainerNode& base, CollectionType type)
base              171 Source/core/html/HTMLCollection.cpp     return adoptRef(new HTMLCollection(base, type, DoesNotOverrideItemAfter));
base               43 Source/core/html/HTMLCollection.h     static PassRefPtr<HTMLCollection> create(ContainerNode& base, CollectionType);
base               66 Source/core/html/HTMLCollection.h     HTMLCollection(ContainerNode& base, CollectionType, ItemAfterOverrideType);
base               52 Source/core/html/HTMLFieldSetElement.cpp void HTMLFieldSetElement::invalidateDisabledStateUnder(Element& base)
base               54 Source/core/html/HTMLFieldSetElement.cpp     for (Element* element = ElementTraversal::firstWithin(base); element; element = ElementTraversal::next(*element, &base)) {
base              147 Source/core/html/HTMLOptionsCollection.cpp     HTMLSelectElement& base = toHTMLSelectElement(ownerNode());
base              149 Source/core/html/HTMLOptionsCollection.cpp         base.remove(index);
base              152 Source/core/html/HTMLOptionsCollection.cpp     base.setOption(index, value.get(), exceptionState);
base              273 Source/core/html/HTMLViewSourceDocument.cpp     RefPtr<HTMLBaseElement> base = HTMLBaseElement::create(*this);
base              274 Source/core/html/HTMLViewSourceDocument.cpp     base->setAttribute(hrefAttr, href);
base              275 Source/core/html/HTMLViewSourceDocument.cpp     m_current->parserAppendChild(base);
base              276 Source/core/html/HTMLViewSourceDocument.cpp     return base.release();
base              819 Source/core/html/forms/InputType.cpp         const Decimal base = stepRange.stepBase();
base              821 Source/core/html/forms/InputType.cpp             newValue = base + ((current - base) / step).floor() * step;
base              823 Source/core/html/forms/InputType.cpp             newValue = base + ((current - base) / step).ceiling() * step;
base              140 Source/core/html/forms/StepRange.cpp Decimal StepRange::roundByStep(const Decimal& value, const Decimal& base) const
base              142 Source/core/html/forms/StepRange.cpp     return base + ((value - base) / m_step).round() * m_step;
base              108 Source/core/html/forms/StepRange.h     Decimal roundByStep(const Decimal& value, const Decimal& base) const;
base               52 Source/core/page/DOMSelection.cpp     Node* node = frame->selection().selection().base().anchorNode();
base               94 Source/core/page/DOMSelection.cpp     return selection.base().parentAnchoredEquivalent();
base              506 Source/core/page/DragController.cpp             MoveSelectionCommand::create(fragment, dragCaret.base(), smartInsert, smartDelete)->apply();
base              904 Source/core/page/DragController.cpp             if (Node* node = enclosingAnchorElement(src->selection().base()))
base              775 Source/core/page/EventHandler.cpp     if (Node* selectionBaseNode = newSelection.base().deprecatedNode())
base               91 Source/core/rendering/RenderRubyRun.cpp     RenderRubyBase* base = rubyBase();
base               92 Source/core/rendering/RenderRubyRun.cpp     if (!base) {
base               93 Source/core/rendering/RenderRubyRun.cpp         base = createRubyBase();
base               94 Source/core/rendering/RenderRubyRun.cpp         RenderBlockFlow::addChild(base);
base               96 Source/core/rendering/RenderRubyRun.cpp     return base;
base              162 Source/core/rendering/RenderRubyRun.cpp         RenderRubyBase* base = rubyBase();
base              164 Source/core/rendering/RenderRubyRun.cpp         if (base && rightNeighbour && rightNeighbour->isRubyRun()) {
base              170 Source/core/rendering/RenderRubyRun.cpp                 rightBase->moveChildren(base);
base              171 Source/core/rendering/RenderRubyRun.cpp                 moveChildTo(rightRun, base);
base              183 Source/core/rendering/RenderRubyRun.cpp         RenderBlock* base = rubyBase();
base              184 Source/core/rendering/RenderRubyRun.cpp         if (base && !base->firstChild()) {
base              185 Source/core/rendering/RenderRubyRun.cpp             RenderBlockFlow::removeChild(base);
base              186 Source/core/rendering/RenderRubyRun.cpp             base->deleteLineBoxTree();
base              187 Source/core/rendering/RenderRubyRun.cpp             base->destroy();
base              119 Source/core/svg/SVGAngle.h     RefPtr<SVGPropertyBase> base = passBase;
base              120 Source/core/svg/SVGAngle.h     ASSERT(base->type() == SVGAngle::classType());
base              121 Source/core/svg/SVGAngle.h     return static_pointer_cast<SVGAngle>(base.release());
base               71 Source/core/svg/SVGAnimatedColor.h     RefPtr<SVGPropertyBase> base = passBase;
base               72 Source/core/svg/SVGAnimatedColor.h     ASSERT(base->type() == SVGColorProperty::classType());
base               73 Source/core/svg/SVGAnimatedColor.h     return static_pointer_cast<SVGColorProperty>(base.release());
base               79 Source/core/svg/SVGBoolean.h     RefPtr<SVGPropertyBase> base = passBase;
base               80 Source/core/svg/SVGBoolean.h     ASSERT(base->type() == SVGBoolean::classType());
base               81 Source/core/svg/SVGBoolean.h     return static_pointer_cast<SVGBoolean>(base.release());
base               44 Source/core/svg/SVGEnumeration.cpp     RefPtr<SVGPropertyBase> base = passBase;
base               45 Source/core/svg/SVGEnumeration.cpp     ASSERT(base->type() == SVGEnumerationBase::classType());
base               46 Source/core/svg/SVGEnumeration.cpp     return static_pointer_cast<SVGEnumerationBase>(base.release());
base               49 Source/core/svg/SVGImageLoader.cpp     KURL base = element()->baseURI();
base               50 Source/core/svg/SVGImageLoader.cpp     if (base.isValid())
base               51 Source/core/svg/SVGImageLoader.cpp         return KURL(base, stripLeadingAndTrailingHTMLSpaces(attribute)).string();
base               75 Source/core/svg/SVGInteger.h     RefPtr<SVGPropertyBase> base = passBase;
base               76 Source/core/svg/SVGInteger.h     ASSERT(base->type() == SVGInteger::classType());
base               77 Source/core/svg/SVGInteger.h     return static_pointer_cast<SVGInteger>(base.release());
base               73 Source/core/svg/SVGIntegerOptionalInteger.h     RefPtr<SVGPropertyBase> base = passBase;
base               74 Source/core/svg/SVGIntegerOptionalInteger.h     ASSERT(base->type() == SVGIntegerOptionalInteger::classType());
base               75 Source/core/svg/SVGIntegerOptionalInteger.h     return static_pointer_cast<SVGIntegerOptionalInteger>(base.release());
base              116 Source/core/svg/SVGLength.h     RefPtr<SVGPropertyBase> base = passBase;
base              117 Source/core/svg/SVGLength.h     ASSERT(base->type() == SVGLength::classType());
base              118 Source/core/svg/SVGLength.h     return static_pointer_cast<SVGLength>(base.release());
base               33 Source/core/svg/SVGLengthList.cpp     RefPtr<SVGPropertyBase> base = passBase;
base               34 Source/core/svg/SVGLengthList.cpp     ASSERT(base->type() == SVGLengthList::classType());
base               35 Source/core/svg/SVGLengthList.cpp     return static_pointer_cast<SVGLengthList>(base.release());
base               79 Source/core/svg/SVGNumber.h     RefPtr<SVGPropertyBase> base = passBase;
base               80 Source/core/svg/SVGNumber.h     ASSERT(base->type() == SVGNumber::classType());
base               81 Source/core/svg/SVGNumber.h     return static_pointer_cast<SVGNumber>(base.release());
base               33 Source/core/svg/SVGNumberList.cpp     RefPtr<SVGPropertyBase> base = passBase;
base               34 Source/core/svg/SVGNumberList.cpp     ASSERT(base->type() == SVGNumberList::classType());
base               35 Source/core/svg/SVGNumberList.cpp     return static_pointer_cast<SVGNumberList>(base.release());
base               73 Source/core/svg/SVGNumberOptionalNumber.h     RefPtr<SVGPropertyBase> base = passBase;
base               74 Source/core/svg/SVGNumberOptionalNumber.h     ASSERT(base->type() == SVGNumberOptionalNumber::classType());
base               75 Source/core/svg/SVGNumberOptionalNumber.h     return static_pointer_cast<SVGNumberOptionalNumber>(base.release());
base              172 Source/core/svg/SVGPathSegList.h     RefPtr<SVGPropertyBase> base = passBase;
base              173 Source/core/svg/SVGPathSegList.h     ASSERT(base->type() == SVGPathSegList::classType());
base              174 Source/core/svg/SVGPathSegList.h     return static_pointer_cast<SVGPathSegList>(base.release());
base               93 Source/core/svg/SVGPoint.h     RefPtr<SVGPropertyBase> base = passBase;
base               94 Source/core/svg/SVGPoint.h     ASSERT(base->type() == SVGPoint::classType());
base               95 Source/core/svg/SVGPoint.h     return static_pointer_cast<SVGPoint>(base.release());
base               34 Source/core/svg/SVGPointList.cpp     RefPtr<SVGPropertyBase> base = passBase;
base               35 Source/core/svg/SVGPointList.cpp     ASSERT(base->type() == SVGPointList::classType());
base               36 Source/core/svg/SVGPointList.cpp     return static_pointer_cast<SVGPointList>(base.release());
base              103 Source/core/svg/SVGPreserveAspectRatio.h     RefPtr<SVGPropertyBase> base = passBase;
base              104 Source/core/svg/SVGPreserveAspectRatio.h     ASSERT(base->type() == SVGPreserveAspectRatio::classType());
base              105 Source/core/svg/SVGPreserveAspectRatio.h     return static_pointer_cast<SVGPreserveAspectRatio>(base.release());
base               95 Source/core/svg/SVGRect.h     RefPtr<SVGPropertyBase> base = passBase;
base               96 Source/core/svg/SVGRect.h     ASSERT(base->type() == SVGRect::classType());
base               97 Source/core/svg/SVGRect.h     return static_pointer_cast<SVGRect>(base.release());
base               89 Source/core/svg/SVGString.h     RefPtr<SVGPropertyBase> base = passBase;
base               90 Source/core/svg/SVGString.h     ASSERT(base->type() == SVGString::classType());
base               91 Source/core/svg/SVGString.h     return static_pointer_cast<SVGString>(base.release());
base              131 Source/core/svg/SVGTransform.h     RefPtr<SVGPropertyBase> base = passBase;
base              132 Source/core/svg/SVGTransform.h     ASSERT(base->type() == SVGTransform::classType());
base              133 Source/core/svg/SVGTransform.h     return static_pointer_cast<SVGTransform>(base.release());
base               40 Source/core/svg/SVGTransformList.cpp     RefPtr<SVGPropertyBase> base = passBase;
base               41 Source/core/svg/SVGTransformList.cpp     ASSERT(base->type() == SVGTransformList::classType());
base               42 Source/core/svg/SVGTransformList.cpp     return static_pointer_cast<SVGTransformList>(base.release());
base               48 Source/core/svg/SVGURIReference.cpp     KURL base = start ? KURL(document.baseURI(), url.substring(0, start)) : document.baseURI();
base               49 Source/core/svg/SVGURIReference.cpp     if (equalIgnoringFragmentIdentifier(base, document.url()))
base               64 Source/core/svg/SVGURIReference.cpp         KURL base(document.baseURI(), url.substring(0, startOfFragmentIdentifier));
base               65 Source/core/svg/SVGURIReference.cpp         return KURL(base, url.substring(startOfFragmentIdentifier));
base              162 Source/core/svg/properties/SVGListPropertyHelper.h         RefPtr<SVGPropertyBase> base = passBase;
base              163 Source/core/svg/properties/SVGListPropertyHelper.h         ASSERT(base->type() == Derived::classType());
base              164 Source/core/svg/properties/SVGListPropertyHelper.h         return static_pointer_cast<Derived>(base);
base              279 Source/core/xml/XSLStyleSheetLibxslt.cpp             xmlChar* base = xmlNodeGetBase(parentDoc, (xmlNodePtr)parentDoc);
base              280 Source/core/xml/XSLStyleSheetLibxslt.cpp             xmlChar* childURI = xmlBuildURI((const xmlChar*)importHref.data(), base);
base              282 Source/core/xml/XSLStyleSheetLibxslt.cpp             xmlFree(base);
base              100 Source/core/xml/XSLTProcessorLibxslt.cpp         xmlChar* base = xmlNodeGetBase(context->document->doc, context->node);
base              101 Source/core/xml/XSLTProcessorLibxslt.cpp         KURL url(KURL(ParsedURLString, reinterpret_cast<const char*>(base)), reinterpret_cast<const char*>(uri));
base              102 Source/core/xml/XSLTProcessorLibxslt.cpp         xmlFree(base);
base               43 Source/modules/filesystem/DOMFilePath.cpp String DOMFilePath::append(const String& base, const String& components)
base               45 Source/modules/filesystem/DOMFilePath.cpp     return ensureDirectoryPath(base) + components;
base              157 Source/modules/filesystem/DOMFileSystemBase.cpp bool DOMFileSystemBase::pathToAbsolutePath(FileSystemType type, const EntryBase* base, String path, String& absolutePath)
base              159 Source/modules/filesystem/DOMFileSystemBase.cpp     ASSERT(base);
base              162 Source/modules/filesystem/DOMFileSystemBase.cpp         path = DOMFilePath::append(base->fullPath(), path);
base               41 Source/platform/LinkHash.cpp static bool resolveRelative(const KURL& base, const String& relative, url_canon::RawCanonOutput<2048>* buffer)
base               45 Source/platform/LinkHash.cpp     StringUTF8Adaptor baseUTF8(base.string());
base               48 Source/platform/LinkHash.cpp         return url_util::ResolveRelative(baseUTF8.data(), baseUTF8.length(), base.parsed(), relativeUTF8.data(), relativeUTF8.length(), 0, buffer, &parsed);
base               50 Source/platform/LinkHash.cpp     return url_util::ResolveRelative(baseUTF8.data(), baseUTF8.length(), base.parsed(), relative.characters16(), relative.length(), 0, buffer, &parsed);
base               53 Source/platform/LinkHash.cpp LinkHash visitedLinkHash(const KURL& base, const AtomicString& relative)
base               58 Source/platform/LinkHash.cpp     if (!resolveRelative(base, relative.string(), &buffer))
base               61 Source/platform/LinkHash.h PLATFORM_EXPORT LinkHash visitedLinkHash(const KURL& base, const AtomicString& attributeURL);
base               54 Source/platform/heap/Heap.cpp static Address roundToBlinkPageBoundary(void* base)
base               56 Source/platform/heap/Heap.cpp     return reinterpret_cast<Address>((reinterpret_cast<uintptr_t>(base) + blinkPageOffsetMask) & blinkPageBaseMask);
base               82 Source/platform/heap/Heap.cpp     MemoryRegion(Address base, size_t size) : m_base(base), m_size(size) { ASSERT(size > 0); }
base              159 Source/platform/heap/Heap.cpp     Address writableStart() { return m_writable.base(); }
base              182 Source/platform/heap/Heap.cpp         Address base = static_cast<Address>(mmap(0, allocationSize, PROT_READ | PROT_WRITE, MAP_ANON | MAP_PRIVATE, -1, 0));
base              183 Source/platform/heap/Heap.cpp         RELEASE_ASSERT(base != MAP_FAILED);
base              185 Source/platform/heap/Heap.cpp         Address end = base + allocationSize;
base              186 Source/platform/heap/Heap.cpp         Address alignedBase = roundToBlinkPageBoundary(base);
base              193 Source/platform/heap/Heap.cpp         if (alignedBase != base)
base              194 Source/platform/heap/Heap.cpp             MemoryRegion(base, alignedBase - base).release();
base              207 Source/platform/heap/Heap.cpp         Address base = 0;
base              216 Source/platform/heap/Heap.cpp             base = static_cast<Address>(VirtualAlloc(0, allocationSize, MEM_RESERVE, PAGE_NOACCESS));
base              217 Source/platform/heap/Heap.cpp             RELEASE_ASSERT(base);
base              218 Source/platform/heap/Heap.cpp             VirtualFree(base, 0, MEM_RELEASE);
base              220 Source/platform/heap/Heap.cpp             alignedBase = roundToBlinkPageBoundary(base);
base              221 Source/platform/heap/Heap.cpp             base = static_cast<Address>(VirtualAlloc(alignedBase, payloadSize + 2 * osPageSize(), MEM_RESERVE, PAGE_NOACCESS));
base              222 Source/platform/heap/Heap.cpp             if (base) {
base              223 Source/platform/heap/Heap.cpp                 RELEASE_ASSERT(base == alignedBase);
base              229 Source/platform/heap/Heap.cpp         if (!base) {
base              232 Source/platform/heap/Heap.cpp             base = static_cast<Address>(VirtualAlloc(0, allocationSize, MEM_RESERVE, PAGE_NOACCESS));
base              233 Source/platform/heap/Heap.cpp             RELEASE_ASSERT(base);
base              238 Source/platform/heap/Heap.cpp             alignedBase = roundToBlinkPageBoundary(base);
base              242 Source/platform/heap/Heap.cpp         PageMemory* storage = new PageMemory(MemoryRegion(base, allocationSize), MemoryRegion(payloadBase, payloadSize));
base               56 Source/platform/heap/RunAllTests.cpp     int result = base::RunUnitTestsUsingBaseTestSuite(argc, argv);
base               53 Source/platform/heap/ThreadState.cpp         void* base;
base               55 Source/platform/heap/ThreadState.cpp         int error = pthread_attr_getstack(&attr, &base, &size);
base               58 Source/platform/heap/ThreadState.cpp         return reinterpret_cast<Address>(base) + size;
base               61 Source/platform/testing/RunAllTests.cpp     int result = base::RunUnitTestsUsingBaseTestSuite(argc, argv);
base               98 Source/platform/text/SuffixTree.h         for (unsigned base = 0; base < text.length(); ++base) {
base              100 Source/platform/text/SuffixTree.h             unsigned limit = std::min(base + m_depth, text.length());
base              101 Source/platform/text/SuffixTree.h             for (unsigned offset = 0; base + offset < limit; ++offset) {
base              103 Source/platform/text/SuffixTree.h                 Node*& child = current->at(Codebook::codeWord(text[base + offset]));
base              105 Source/platform/text/SuffixTree.h                     child = base + offset + 1 == limit ? &m_leaf : new Node();
base              203 Source/platform/weborigin/KURL.cpp KURL::KURL(const KURL& base, const String& relative)
base              205 Source/platform/weborigin/KURL.cpp     init(base, relative, 0);
base              210 Source/platform/weborigin/KURL.cpp KURL::KURL(const KURL& base, const String& relative, const WTF::TextEncoding& encoding)
base              212 Source/platform/weborigin/KURL.cpp     init(base, relative, &encoding.encodingForFormSubmission());
base              744 Source/platform/weborigin/KURL.cpp void KURL::init(const KURL& base, const String& relative, const WTF::TextEncoding* queryEncoding)
base              748 Source/platform/weborigin/KURL.cpp         init(base, relativeUTF8.data(), relativeUTF8.length(), queryEncoding);
base              750 Source/platform/weborigin/KURL.cpp         init(base, relative.characters16(), relative.length(), queryEncoding);
base              756 Source/platform/weborigin/KURL.cpp void KURL::init(const KURL& base, const CHAR* relative, int relativeLength, const WTF::TextEncoding* queryEncoding)
base              769 Source/platform/weborigin/KURL.cpp     StringUTF8Adaptor baseUTF8(base.string());
base              772 Source/platform/weborigin/KURL.cpp     m_isValid = url_util::ResolveRelative(baseUTF8.data(), baseUTF8.length(), base.m_parsed, relative, relativeLength, charsetConverter, &output, &m_parsed);
base               77 Source/platform/weborigin/KURL.h     KURL(const KURL& base, const String& relative);
base               78 Source/platform/weborigin/KURL.h     KURL(const KURL& base, const String& relative, const WTF::TextEncoding&);
base              185 Source/platform/weborigin/KURL.h     void init(const KURL& base, const String& relative, const WTF::TextEncoding* queryEncoding);
base              194 Source/platform/weborigin/KURL.h     void init(const KURL& base, const CHAR* relative, int relativeLength, const WTF::TextEncoding* queryEncoding);
base             1297 Source/web/WebFrameImpl.cpp void WebFrameImpl::selectRange(const WebPoint& base, const WebPoint& extent)
base             1299 Source/web/WebFrameImpl.cpp     moveRangeSelection(base, extent);
base             1308 Source/web/WebFrameImpl.cpp void WebFrameImpl::moveRangeSelection(const WebPoint& base, const WebPoint& extent)
base             1310 Source/web/WebFrameImpl.cpp     VisiblePosition basePosition = visiblePositionForWindowPoint(base);
base              184 Source/web/WebFrameImpl.h     virtual void selectRange(const WebPoint& base, const WebPoint& extent) OVERRIDE;
base              186 Source/web/WebFrameImpl.h     virtual void moveRangeSelection(const WebPoint& base, const WebPoint& extent) OVERRIDE;
base              154 Source/wtf/ArrayBufferView.h     char* base = static_cast<char*>(baseAddress());
base              155 Source/wtf/ArrayBufferView.h     memmove(base + byteOffset, array->baseAddress(), array->byteLength());
base              168 Source/wtf/ArrayBufferView.h     char* base = static_cast<char*>(baseAddress());
base              169 Source/wtf/ArrayBufferView.h     memmove(base + byteOffset, data, dataByteLength);
base              182 Source/wtf/ArrayBufferView.h     char* base = static_cast<char*>(baseAddress());
base              183 Source/wtf/ArrayBufferView.h     memset(base + byteOffset, 0, rangeByteLength);
base              535 Source/wtf/DateMath.cpp static bool parseInt(const char* string, char** stopPosition, int base, int* result)
base              537 Source/wtf/DateMath.cpp     long longResult = strtol(string, stopPosition, base);
base              545 Source/wtf/DateMath.cpp static bool parseLong(const char* string, char** stopPosition, int base, long* result)
base              547 Source/wtf/DateMath.cpp     *result = strtol(string, stopPosition, base);
base              424 Source/wtf/PartitionAlloc.cpp     char* base = reinterpret_cast<char*>(partitionPageToPointer(page));
base              425 Source/wtf/PartitionAlloc.cpp     char* returnObject = base + (size * page->numAllocatedSlots);
base              416 Source/wtf/dtoa/bignum.cc     void Bignum::AssignPowerUInt16(uint16_t base, int power_exponent) {
base              417 Source/wtf/dtoa/bignum.cc         ASSERT(base != 0);
base              428 Source/wtf/dtoa/bignum.cc         while ((base & 1) == 0) {
base              429 Source/wtf/dtoa/bignum.cc             base >>= 1;
base              433 Source/wtf/dtoa/bignum.cc         int tmp_base = base;
base              450 Source/wtf/dtoa/bignum.cc         uint64_t this_value = base;
base              463 Source/wtf/dtoa/bignum.cc                     this_value *= base;
base              472 Source/wtf/dtoa/bignum.cc             MultiplyByUInt32(base);
base              479 Source/wtf/dtoa/bignum.cc                 MultiplyByUInt32(base);
base               52 Source/wtf/dtoa/bignum.h         void AssignPowerUInt16(uint16_t base, int exponent);
base               54 Source/wtf/testing/RunAllTests.cpp     return base::RunUnitTestsUsingBaseTestSuite(argc, argv);
base             1002 Source/wtf/text/StringImpl.cpp int StringImpl::toIntStrict(bool* ok, int base)
base             1005 Source/wtf/text/StringImpl.cpp         return charactersToIntStrict(characters8(), m_length, ok, base);
base             1006 Source/wtf/text/StringImpl.cpp     return charactersToIntStrict(characters16(), m_length, ok, base);
base             1009 Source/wtf/text/StringImpl.cpp unsigned StringImpl::toUIntStrict(bool* ok, int base)
base             1012 Source/wtf/text/StringImpl.cpp         return charactersToUIntStrict(characters8(), m_length, ok, base);
base             1013 Source/wtf/text/StringImpl.cpp     return charactersToUIntStrict(characters16(), m_length, ok, base);
base             1016 Source/wtf/text/StringImpl.cpp int64_t StringImpl::toInt64Strict(bool* ok, int base)
base             1019 Source/wtf/text/StringImpl.cpp         return charactersToInt64Strict(characters8(), m_length, ok, base);
base             1020 Source/wtf/text/StringImpl.cpp     return charactersToInt64Strict(characters16(), m_length, ok, base);
base             1023 Source/wtf/text/StringImpl.cpp uint64_t StringImpl::toUInt64Strict(bool* ok, int base)
base             1026 Source/wtf/text/StringImpl.cpp         return charactersToUInt64Strict(characters8(), m_length, ok, base);
base             1027 Source/wtf/text/StringImpl.cpp     return charactersToUInt64Strict(characters16(), m_length, ok, base);
base             1030 Source/wtf/text/StringImpl.cpp intptr_t StringImpl::toIntPtrStrict(bool* ok, int base)
base             1033 Source/wtf/text/StringImpl.cpp         return charactersToIntPtrStrict(characters8(), m_length, ok, base);
base             1034 Source/wtf/text/StringImpl.cpp     return charactersToIntPtrStrict(characters16(), m_length, ok, base);
base              325 Source/wtf/text/StringImpl.h     int toIntStrict(bool* ok = 0, int base = 10);
base              326 Source/wtf/text/StringImpl.h     unsigned toUIntStrict(bool* ok = 0, int base = 10);
base              327 Source/wtf/text/StringImpl.h     int64_t toInt64Strict(bool* ok = 0, int base = 10);
base              328 Source/wtf/text/StringImpl.h     uint64_t toUInt64Strict(bool* ok = 0, int base = 10);
base              329 Source/wtf/text/StringImpl.h     intptr_t toIntPtrStrict(bool* ok = 0, int base = 10);
base              550 Source/wtf/text/WTFString.cpp int String::toIntStrict(bool* ok, int base) const
base              557 Source/wtf/text/WTFString.cpp     return m_impl->toIntStrict(ok, base);
base              560 Source/wtf/text/WTFString.cpp unsigned String::toUIntStrict(bool* ok, int base) const
base              567 Source/wtf/text/WTFString.cpp     return m_impl->toUIntStrict(ok, base);
base              570 Source/wtf/text/WTFString.cpp int64_t String::toInt64Strict(bool* ok, int base) const
base              577 Source/wtf/text/WTFString.cpp     return m_impl->toInt64Strict(ok, base);
base              580 Source/wtf/text/WTFString.cpp uint64_t String::toUInt64Strict(bool* ok, int base) const
base              587 Source/wtf/text/WTFString.cpp     return m_impl->toUInt64Strict(ok, base);
base              590 Source/wtf/text/WTFString.cpp intptr_t String::toIntPtrStrict(bool* ok, int base) const
base              597 Source/wtf/text/WTFString.cpp     return m_impl->toIntPtrStrict(ok, base);
base              948 Source/wtf/text/WTFString.cpp static bool isCharacterAllowedInBase(UChar c, int base)
base              953 Source/wtf/text/WTFString.cpp         return c - '0' < base;
base              955 Source/wtf/text/WTFString.cpp         if (base > 36)
base              956 Source/wtf/text/WTFString.cpp             base = 36;
base              957 Source/wtf/text/WTFString.cpp         return (c >= 'a' && c < 'a' + base - 10)
base              958 Source/wtf/text/WTFString.cpp             || (c >= 'A' && c < 'A' + base - 10);
base              964 Source/wtf/text/WTFString.cpp static inline IntegralType toIntegralType(const CharType* data, size_t length, bool* ok, int base)
base              968 Source/wtf/text/WTFString.cpp     const IntegralType maxMultiplier = integralMax / base;
base              992 Source/wtf/text/WTFString.cpp     if (!length || !isCharacterAllowedInBase(*data, base))
base              995 Source/wtf/text/WTFString.cpp     while (length && isCharacterAllowedInBase(*data, base)) {
base             1006 Source/wtf/text/WTFString.cpp         if (value > maxMultiplier || (value == maxMultiplier && digitValue > (integralMax % base) + isNegative))
base             1009 Source/wtf/text/WTFString.cpp         value = base * value + digitValue;
base             1063 Source/wtf/text/WTFString.cpp int charactersToIntStrict(const LChar* data, size_t length, bool* ok, int base)
base             1065 Source/wtf/text/WTFString.cpp     return toIntegralType<int, LChar>(data, length, ok, base);
base             1068 Source/wtf/text/WTFString.cpp int charactersToIntStrict(const UChar* data, size_t length, bool* ok, int base)
base             1070 Source/wtf/text/WTFString.cpp     return toIntegralType<int, UChar>(data, length, ok, base);
base             1073 Source/wtf/text/WTFString.cpp unsigned charactersToUIntStrict(const LChar* data, size_t length, bool* ok, int base)
base             1075 Source/wtf/text/WTFString.cpp     return toIntegralType<unsigned, LChar>(data, length, ok, base);
base             1078 Source/wtf/text/WTFString.cpp unsigned charactersToUIntStrict(const UChar* data, size_t length, bool* ok, int base)
base             1080 Source/wtf/text/WTFString.cpp     return toIntegralType<unsigned, UChar>(data, length, ok, base);
base             1083 Source/wtf/text/WTFString.cpp int64_t charactersToInt64Strict(const LChar* data, size_t length, bool* ok, int base)
base             1085 Source/wtf/text/WTFString.cpp     return toIntegralType<int64_t, LChar>(data, length, ok, base);
base             1088 Source/wtf/text/WTFString.cpp int64_t charactersToInt64Strict(const UChar* data, size_t length, bool* ok, int base)
base             1090 Source/wtf/text/WTFString.cpp     return toIntegralType<int64_t, UChar>(data, length, ok, base);
base             1093 Source/wtf/text/WTFString.cpp uint64_t charactersToUInt64Strict(const LChar* data, size_t length, bool* ok, int base)
base             1095 Source/wtf/text/WTFString.cpp     return toIntegralType<uint64_t, LChar>(data, length, ok, base);
base             1098 Source/wtf/text/WTFString.cpp uint64_t charactersToUInt64Strict(const UChar* data, size_t length, bool* ok, int base)
base             1100 Source/wtf/text/WTFString.cpp     return toIntegralType<uint64_t, UChar>(data, length, ok, base);
base             1103 Source/wtf/text/WTFString.cpp intptr_t charactersToIntPtrStrict(const LChar* data, size_t length, bool* ok, int base)
base             1105 Source/wtf/text/WTFString.cpp     return toIntegralType<intptr_t, LChar>(data, length, ok, base);
base             1108 Source/wtf/text/WTFString.cpp intptr_t charactersToIntPtrStrict(const UChar* data, size_t length, bool* ok, int base)
base             1110 Source/wtf/text/WTFString.cpp     return toIntegralType<intptr_t, UChar>(data, length, ok, base);
base               45 Source/wtf/text/WTFString.h WTF_EXPORT int charactersToIntStrict(const LChar*, size_t, bool* ok = 0, int base = 10);
base               46 Source/wtf/text/WTFString.h WTF_EXPORT int charactersToIntStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
base               47 Source/wtf/text/WTFString.h WTF_EXPORT unsigned charactersToUIntStrict(const LChar*, size_t, bool* ok = 0, int base = 10);
base               48 Source/wtf/text/WTFString.h WTF_EXPORT unsigned charactersToUIntStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
base               49 Source/wtf/text/WTFString.h WTF_EXPORT int64_t charactersToInt64Strict(const LChar*, size_t, bool* ok = 0, int base = 10);
base               50 Source/wtf/text/WTFString.h WTF_EXPORT int64_t charactersToInt64Strict(const UChar*, size_t, bool* ok = 0, int base = 10);
base               51 Source/wtf/text/WTFString.h WTF_EXPORT uint64_t charactersToUInt64Strict(const LChar*, size_t, bool* ok = 0, int base = 10);
base               52 Source/wtf/text/WTFString.h WTF_EXPORT uint64_t charactersToUInt64Strict(const UChar*, size_t, bool* ok = 0, int base = 10);
base               53 Source/wtf/text/WTFString.h WTF_EXPORT intptr_t charactersToIntPtrStrict(const LChar*, size_t, bool* ok = 0, int base = 10);
base               54 Source/wtf/text/WTFString.h WTF_EXPORT intptr_t charactersToIntPtrStrict(const UChar*, size_t, bool* ok = 0, int base = 10);
base              362 Source/wtf/text/WTFString.h     int toIntStrict(bool* ok = 0, int base = 10) const;
base              363 Source/wtf/text/WTFString.h     unsigned toUIntStrict(bool* ok = 0, int base = 10) const;
base              364 Source/wtf/text/WTFString.h     int64_t toInt64Strict(bool* ok = 0, int base = 10) const;
base              365 Source/wtf/text/WTFString.h     uint64_t toUInt64Strict(bool* ok = 0, int base = 10) const;
base              366 Source/wtf/text/WTFString.h     intptr_t toIntPtrStrict(bool* ok = 0, int base = 10) const;
base              131 public/platform/WebString.h     WebString(const base::string16& s)
base              136 public/platform/WebString.h     WebString& operator=(const base::string16& s)
base              142 public/platform/WebString.h     operator base::string16() const
base              144 public/platform/WebString.h         return base::Latin1OrUTF16ToUTF16(length(), data8(), data16());
base              147 public/platform/WebString.h     WebString(const base::NullableString16& s)
base              155 public/platform/WebString.h     WebString& operator=(const base::NullableString16& s)
base              164 public/platform/WebString.h     operator base::NullableString16() const
base              166 public/platform/WebString.h         return base::NullableString16(operator base::string16(), m_private.isNull());
base              467 public/web/WebFrame.h     virtual void selectRange(const WebPoint& base, const WebPoint& extent) = 0;
base              474 public/web/WebFrame.h     virtual void moveRangeSelection(const WebPoint& base, const WebPoint& extent) = 0;