Internals 62 Source/core/frame/FrameView.h friend class Internals; Internals 522 Source/core/html/HTMLMediaElement.h friend class Internals; Internals 68 Source/core/rendering/RenderLayerScrollableArea.h friend class Internals; Internals 190 Source/core/testing/Internals.cpp const char* Internals::internalsId = "internals"; Internals 192 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<Internals> Internals::create(Document* document) Internals 194 Source/core/testing/Internals.cpp return adoptRefWillBeNoop(new Internals(document)); Internals 197 Source/core/testing/Internals.cpp Internals::~Internals() Internals 201 Source/core/testing/Internals.cpp void Internals::resetToConsistentState(Page* page) Internals 224 Source/core/testing/Internals.cpp Internals::Internals(Document* document) Internals 230 Source/core/testing/Internals.cpp Document* Internals::contextDocument() const Internals 235 Source/core/testing/Internals.cpp LocalFrame* Internals::frame() const Internals 242 Source/core/testing/Internals.cpp InternalSettings* Internals::settings() const Internals 253 Source/core/testing/Internals.cpp InternalRuntimeFlags* Internals::runtimeFlags() const Internals 258 Source/core/testing/Internals.cpp InternalProfilers* Internals::profilers() Internals 265 Source/core/testing/Internals.cpp unsigned Internals::workerThreadCount() const Internals 270 Source/core/testing/Internals.cpp String Internals::address(Node* node) Internals 278 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<GCObservation> Internals::observeGC(ScriptValue scriptValue) Internals 290 Source/core/testing/Internals.cpp unsigned Internals::updateStyleAndReturnAffectedElementCount(ExceptionState& exceptionState) const Internals 303 Source/core/testing/Internals.cpp unsigned Internals::needsLayoutCount(ExceptionState& exceptionState) const Internals 318 Source/core/testing/Internals.cpp bool Internals::isPreloaded(const String& url) Internals 324 Source/core/testing/Internals.cpp bool Internals::isLoadingFromMemoryCache(const String& url) Internals 332 Source/core/testing/Internals.cpp void Internals::crash() Internals 337 Source/core/testing/Internals.cpp void Internals::setStyleResolverStatsEnabled(bool enabled) Internals 346 Source/core/testing/Internals.cpp String Internals::styleResolverStatsReport(ExceptionState& exceptionState) const Internals 356 Source/core/testing/Internals.cpp String Internals::styleResolverStatsTotalsReport(ExceptionState& exceptionState) const Internals 366 Source/core/testing/Internals.cpp bool Internals::isSharingStyle(Element* element1, Element* element2, ExceptionState& exceptionState) const Internals 375 Source/core/testing/Internals.cpp bool Internals::isValidContentSelect(Element* insertionPoint, ExceptionState& exceptionState) Internals 385 Source/core/testing/Internals.cpp Node* Internals::treeScopeRootNode(Node* node, ExceptionState& exceptionState) Internals 395 Source/core/testing/Internals.cpp Node* Internals::parentTreeScope(Node* node, ExceptionState& exceptionState) Internals 405 Source/core/testing/Internals.cpp bool Internals::hasSelectorForIdInShadow(Element* host, const AtomicString& idValue, ExceptionState& exceptionState) Internals 415 Source/core/testing/Internals.cpp bool Internals::hasSelectorForClassInShadow(Element* host, const AtomicString& className, ExceptionState& exceptionState) Internals 425 Source/core/testing/Internals.cpp bool Internals::hasSelectorForAttributeInShadow(Element* host, const AtomicString& attributeName, ExceptionState& exceptionState) Internals 435 Source/core/testing/Internals.cpp bool Internals::hasSelectorForPseudoClassInShadow(Element* host, const String& pseudoClass, ExceptionState& exceptionState) Internals 462 Source/core/testing/Internals.cpp unsigned short Internals::compareTreeScopePosition(const Node* node1, const Node* node2, ExceptionState& exceptionState) const Internals 479 Source/core/testing/Internals.cpp unsigned Internals::numberOfActiveAnimations() const Internals 486 Source/core/testing/Internals.cpp void Internals::pauseAnimations(double pauseTime, ExceptionState& exceptionState) Internals 498 Source/core/testing/Internals.cpp bool Internals::hasShadowInsertionPoint(const Node* root, ExceptionState& exceptionState) const Internals 507 Source/core/testing/Internals.cpp bool Internals::hasContentElement(const Node* root, ExceptionState& exceptionState) const Internals 516 Source/core/testing/Internals.cpp size_t Internals::countElementShadow(const Node* root, ExceptionState& exceptionState) const Internals 525 Source/core/testing/Internals.cpp Node* Internals::nextSiblingByWalker(Node* node, ExceptionState& exceptionState) Internals 536 Source/core/testing/Internals.cpp Node* Internals::firstChildByWalker(Node* node, ExceptionState& exceptionState) Internals 547 Source/core/testing/Internals.cpp Node* Internals::lastChildByWalker(Node* node, ExceptionState& exceptionState) Internals 558 Source/core/testing/Internals.cpp Node* Internals::nextNodeByWalker(Node* node, ExceptionState& exceptionState) Internals 569 Source/core/testing/Internals.cpp Node* Internals::previousNodeByWalker(Node* node, ExceptionState& exceptionState) Internals 580 Source/core/testing/Internals.cpp String Internals::elementRenderTreeAsText(Element* element, ExceptionState& exceptionState) Internals 596 Source/core/testing/Internals.cpp size_t Internals::numberOfScopedHTMLStyleChildren(const Node* scope, ExceptionState& exceptionState) const Internals 605 Source/core/testing/Internals.cpp PassRefPtr<CSSComputedStyleDeclaration> Internals::computedStyleIncludingVisitedInfo(Node* node, ExceptionState& exceptionState) const Internals 616 Source/core/testing/Internals.cpp ShadowRoot* Internals::shadowRoot(Element* host, ExceptionState& exceptionState) Internals 623 Source/core/testing/Internals.cpp ShadowRoot* Internals::youngestShadowRoot(Element* host, ExceptionState& exceptionState) Internals 635 Source/core/testing/Internals.cpp ShadowRoot* Internals::oldestShadowRoot(Element* host, ExceptionState& exceptionState) Internals 647 Source/core/testing/Internals.cpp ShadowRoot* Internals::youngerShadowRoot(Node* shadow, ExceptionState& exceptionState) Internals 657 Source/core/testing/Internals.cpp String Internals::shadowRootType(const Node* root, ExceptionState& exceptionState) const Internals 675 Source/core/testing/Internals.cpp const AtomicString& Internals::shadowPseudoId(Element* element, ExceptionState& exceptionState) Internals 685 Source/core/testing/Internals.cpp void Internals::setShadowPseudoId(Element* element, const AtomicString& id, ExceptionState& exceptionState) Internals 695 Source/core/testing/Internals.cpp String Internals::visiblePlaceholder(Element* element) Internals 705 Source/core/testing/Internals.cpp void Internals::selectColorInColorChooser(Element* element, const String& colorValue) Internals 716 Source/core/testing/Internals.cpp bool Internals::hasAutofocusRequest(Document* document) Internals 723 Source/core/testing/Internals.cpp bool Internals::hasAutofocusRequest() Internals 728 Source/core/testing/Internals.cpp Vector<String> Internals::formControlStateOfHistoryItem(ExceptionState& exceptionState) Internals 738 Source/core/testing/Internals.cpp void Internals::setFormControlStateOfHistoryItem(const Vector<String>& state, ExceptionState& exceptionState) Internals 748 Source/core/testing/Internals.cpp void Internals::setEnableMockPagePopup(bool enabled, ExceptionState& exceptionState) Internals 763 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<PagePopupController> Internals::pagePopupController() Internals 768 Source/core/testing/Internals.cpp PassRefPtr<ClientRect> Internals::unscaledViewportRect(ExceptionState& exceptionState) Internals 779 Source/core/testing/Internals.cpp PassRefPtr<ClientRect> Internals::absoluteCaretBounds(ExceptionState& exceptionState) Internals 790 Source/core/testing/Internals.cpp PassRefPtr<ClientRect> Internals::boundingBox(Element* element, ExceptionState& exceptionState) Internals 804 Source/core/testing/Internals.cpp PassRefPtr<ClientRectList> Internals::inspectorHighlightRects(Document* document, ExceptionState& exceptionState) Internals 816 Source/core/testing/Internals.cpp unsigned Internals::markerCountForNode(Node* node, const String& markerType, ExceptionState& exceptionState) Internals 832 Source/core/testing/Internals.cpp unsigned Internals::activeMarkerCountForNode(Node* node, ExceptionState& exceptionState) Internals 852 Source/core/testing/Internals.cpp DocumentMarker* Internals::markerAt(Node* node, const String& markerType, unsigned index, ExceptionState& exceptionState) Internals 871 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<Range> Internals::markerRangeForNode(Node* node, const String& markerType, unsigned index, ExceptionState& exceptionState) Internals 879 Source/core/testing/Internals.cpp String Internals::markerDescriptionForNode(Node* node, const String& markerType, unsigned index, ExceptionState& exceptionState) Internals 887 Source/core/testing/Internals.cpp void Internals::addTextMatchMarker(const Range* range, bool isActive) Internals 893 Source/core/testing/Internals.cpp void Internals::setMarkersActive(Node* node, unsigned startOffset, unsigned endOffset, bool active, ExceptionState& exceptionState) Internals 903 Source/core/testing/Internals.cpp void Internals::setMarkedTextMatchesAreHighlighted(Document* document, bool highlight, ExceptionState&) Internals 911 Source/core/testing/Internals.cpp void Internals::setScrollViewPosition(Document* document, long x, long y, ExceptionState& exceptionState) Internals 929 Source/core/testing/Internals.cpp String Internals::viewportAsText(Document* document, float, int availableWidth, int availableHeight, ExceptionState& exceptionState) Internals 969 Source/core/testing/Internals.cpp bool Internals::wasLastChangeUserEdit(Element* textField, ExceptionState& exceptionState) Internals 986 Source/core/testing/Internals.cpp bool Internals::elementShouldAutoComplete(Element* element, ExceptionState& exceptionState) Internals 1000 Source/core/testing/Internals.cpp String Internals::suggestedValue(Element* element, ExceptionState& exceptionState) Internals 1025 Source/core/testing/Internals.cpp void Internals::setSuggestedValue(Element* element, const String& value, ExceptionState& exceptionState) Internals 1047 Source/core/testing/Internals.cpp void Internals::setEditingValue(Element* element, const String& value, ExceptionState& exceptionState) Internals 1062 Source/core/testing/Internals.cpp void Internals::setAutofilled(Element* element, bool enabled, ExceptionState& exceptionState) Internals 1071 Source/core/testing/Internals.cpp void Internals::scrollElementToRect(Element* element, long x, long y, long w, long h, ExceptionState& exceptionState) Internals 1081 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<Range> Internals::rangeFromLocationAndLength(Element* scope, int rangeLocation, int rangeLength, ExceptionState& exceptionState) Internals 1094 Source/core/testing/Internals.cpp unsigned Internals::locationFromRange(Element* scope, const Range* range, ExceptionState& exceptionState) Internals 1107 Source/core/testing/Internals.cpp unsigned Internals::lengthFromRange(Element* scope, const Range* range, ExceptionState& exceptionState) Internals 1120 Source/core/testing/Internals.cpp String Internals::rangeAsText(const Range* range, ExceptionState& exceptionState) Internals 1130 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<DOMPoint> Internals::touchPositionAdjustedToBestClickableNode(long x, long y, long width, long height, Document* document, ExceptionState& exceptionState) Internals 1152 Source/core/testing/Internals.cpp Node* Internals::touchNodeAdjustedToBestClickableNode(long x, long y, long width, long height, Document* document, ExceptionState& exceptionState) Internals 1170 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<DOMPoint> Internals::touchPositionAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document* document, ExceptionState& exceptionState) Internals 1192 Source/core/testing/Internals.cpp Node* Internals::touchNodeAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document* document, ExceptionState& exceptionState) Internals 1210 Source/core/testing/Internals.cpp PassRefPtr<ClientRect> Internals::bestZoomableAreaForTouchPoint(long x, long y, long width, long height, Document* document, ExceptionState& exceptionState) Internals 1232 Source/core/testing/Internals.cpp int Internals::lastSpellCheckRequestSequence(Document* document, ExceptionState& exceptionState) Internals 1244 Source/core/testing/Internals.cpp int Internals::lastSpellCheckProcessedSequence(Document* document, ExceptionState& exceptionState) Internals 1256 Source/core/testing/Internals.cpp Vector<AtomicString> Internals::userPreferredLanguages() const Internals 1263 Source/core/testing/Internals.cpp void Internals::setUserPreferredLanguages(const Vector<String>& languages) Internals 1271 Source/core/testing/Internals.cpp unsigned Internals::activeDOMObjectCount(Document* document, ExceptionState& exceptionState) Internals 1281 Source/core/testing/Internals.cpp unsigned Internals::wheelEventHandlerCount(Document* document, ExceptionState& exceptionState) Internals 1291 Source/core/testing/Internals.cpp unsigned Internals::touchEventHandlerCount(Document* document, ExceptionState& exceptionState) Internals 1410 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<LayerRectList> Internals::touchEventTargetLayerRects(Document* document, ExceptionState& exceptionState) Internals 1436 Source/core/testing/Internals.cpp PassRefPtr<NodeList> Internals::nodesFromRect(Document* document, int centerX, int centerY, unsigned topPadding, unsigned rightPadding, Internals 1486 Source/core/testing/Internals.cpp void Internals::emitInspectorDidBeginFrame(int frameId) Internals 1491 Source/core/testing/Internals.cpp void Internals::emitInspectorDidCancelFrame() Internals 1496 Source/core/testing/Internals.cpp bool Internals::hasSpellingMarker(Document* document, int from, int length, ExceptionState&) Internals 1504 Source/core/testing/Internals.cpp void Internals::setContinuousSpellCheckingEnabled(bool enabled, ExceptionState&) Internals 1513 Source/core/testing/Internals.cpp bool Internals::isOverwriteModeEnabled(Document* document, ExceptionState&) Internals 1521 Source/core/testing/Internals.cpp void Internals::toggleOverwriteModeEnabled(Document* document, ExceptionState&) Internals 1529 Source/core/testing/Internals.cpp unsigned Internals::numberOfLiveNodes() const Internals 1534 Source/core/testing/Internals.cpp unsigned Internals::numberOfLiveDocuments() const Internals 1539 Source/core/testing/Internals.cpp String Internals::dumpRefCountedInstanceCounts() const Internals 1544 Source/core/testing/Internals.cpp Vector<String> Internals::consoleMessageArgumentCounts(Document* document) const Internals 1559 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<DOMWindow> Internals::openDummyInspectorFrontend(const String& url) Internals 1584 Source/core/testing/Internals.cpp void Internals::closeDummyInspectorFrontend() Internals 1598 Source/core/testing/Internals.cpp Vector<unsigned long> Internals::setMemoryCacheCapacities(unsigned long minDeadBytes, unsigned long maxDeadBytes, unsigned long totalBytes) Internals 1608 Source/core/testing/Internals.cpp void Internals::setInspectorResourcesDataSizeLimits(int maximumResourcesContentSize, int maximumSingleResourceContentSize, ExceptionState& exceptionState) Internals 1618 Source/core/testing/Internals.cpp bool Internals::hasGrammarMarker(Document* document, int from, int length, ExceptionState&) Internals 1626 Source/core/testing/Internals.cpp unsigned Internals::numberOfScrollableAreas(Document* document, ExceptionState&) Internals 1641 Source/core/testing/Internals.cpp bool Internals::isPageBoxVisible(Document* document, int pageNumber, ExceptionState& exceptionState) Internals 1651 Source/core/testing/Internals.cpp String Internals::layerTreeAsText(Document* document, ExceptionState& exceptionState) const Internals 1656 Source/core/testing/Internals.cpp String Internals::elementLayerTreeAsText(Element* element, ExceptionState& exceptionState) const Internals 1695 Source/core/testing/Internals.cpp PassRefPtr<NodeList> Internals::paintOrderListBeforePromote(Element* element, ExceptionState& exceptionState) Internals 1700 Source/core/testing/Internals.cpp PassRefPtr<NodeList> Internals::paintOrderListAfterPromote(Element* element, ExceptionState& exceptionState) Internals 1705 Source/core/testing/Internals.cpp bool Internals::scrollsWithRespectTo(Element* element1, Element* element2, ExceptionState& exceptionState) Internals 1735 Source/core/testing/Internals.cpp bool Internals::isUnclippedDescendant(Element* element, ExceptionState& exceptionState) Internals 1759 Source/core/testing/Internals.cpp bool Internals::needsCompositedScrolling(Element* element, ExceptionState& exceptionState) Internals 1783 Source/core/testing/Internals.cpp String Internals::layerTreeAsText(Document* document, unsigned flags, ExceptionState& exceptionState) const Internals 1795 Source/core/testing/Internals.cpp String Internals::elementLayerTreeAsText(Element* element, unsigned flags, ExceptionState& exceptionState) const Internals 1843 Source/core/testing/Internals.cpp void Internals::setNeedsCompositedScrolling(Element* element, unsigned needsCompositedScrolling, ExceptionState& exceptionState) Internals 1856 Source/core/testing/Internals.cpp String Internals::repaintRectsAsText(Document* document, ExceptionState& exceptionState) const Internals 1866 Source/core/testing/Internals.cpp PassRefPtr<ClientRectList> Internals::repaintRects(Element* element, ExceptionState& exceptionState) const Internals 1888 Source/core/testing/Internals.cpp String Internals::scrollingStateTreeAsText(Document* document, ExceptionState& exceptionState) const Internals 1893 Source/core/testing/Internals.cpp String Internals::mainThreadScrollingReasons(Document* document, ExceptionState& exceptionState) const Internals 1913 Source/core/testing/Internals.cpp PassRefPtr<ClientRectList> Internals::nonFastScrollableRects(Document* document, ExceptionState& exceptionState) const Internals 1927 Source/core/testing/Internals.cpp void Internals::garbageCollectDocumentResources(Document* document, ExceptionState& exceptionState) const Internals 1939 Source/core/testing/Internals.cpp void Internals::evictAllResources() const Internals 1944 Source/core/testing/Internals.cpp void Internals::allowRoundingHacks() const Internals 1949 Source/core/testing/Internals.cpp String Internals::counterValue(Element* element) Internals 1957 Source/core/testing/Internals.cpp int Internals::pageNumber(Element* element, float pageWidth, float pageHeight) Internals 1965 Source/core/testing/Internals.cpp Vector<String> Internals::iconURLs(Document* document, int iconTypesMask) const Internals 1977 Source/core/testing/Internals.cpp Vector<String> Internals::shortcutIconURLs(Document* document) const Internals 1982 Source/core/testing/Internals.cpp Vector<String> Internals::allIconURLs(Document* document) const Internals 1987 Source/core/testing/Internals.cpp int Internals::numberOfPages(float pageWidth, float pageHeight) Internals 1995 Source/core/testing/Internals.cpp String Internals::pageProperty(String propertyName, int pageNumber, ExceptionState& exceptionState) const Internals 2005 Source/core/testing/Internals.cpp String Internals::pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft, ExceptionState& exceptionState) const Internals 2015 Source/core/testing/Internals.cpp void Internals::setDeviceScaleFactor(float scaleFactor, ExceptionState& exceptionState) Internals 2026 Source/core/testing/Internals.cpp void Internals::setIsCursorVisible(Document* document, bool isVisible, ExceptionState& exceptionState) Internals 2035 Source/core/testing/Internals.cpp void Internals::webkitWillEnterFullScreenForElement(Document* document, Element* element) Internals 2042 Source/core/testing/Internals.cpp void Internals::webkitDidEnterFullScreenForElement(Document* document, Element* element) Internals 2049 Source/core/testing/Internals.cpp void Internals::webkitWillExitFullScreenForElement(Document* document, Element* element) Internals 2056 Source/core/testing/Internals.cpp void Internals::webkitDidExitFullScreenForElement(Document* document, Element* element) Internals 2063 Source/core/testing/Internals.cpp void Internals::mediaPlayerRequestFullscreen(HTMLMediaElement* mediaElement) Internals 2068 Source/core/testing/Internals.cpp void Internals::registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme) Internals 2073 Source/core/testing/Internals.cpp void Internals::removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(const String& scheme) Internals 2078 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<MallocStatistics> Internals::mallocStatistics() const Internals 2083 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<TypeConversions> Internals::typeConversions() const Internals 2088 Source/core/testing/Internals.cpp Vector<String> Internals::getReferencedFilePaths() const Internals 2094 Source/core/testing/Internals.cpp void Internals::startTrackingRepaints(Document* document, ExceptionState& exceptionState) Internals 2105 Source/core/testing/Internals.cpp void Internals::stopTrackingRepaints(Document* document, ExceptionState& exceptionState) Internals 2116 Source/core/testing/Internals.cpp void Internals::updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(ExceptionState& exceptionState) Internals 2121 Source/core/testing/Internals.cpp void Internals::updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(Node* node, ExceptionState& exceptionState) Internals 2137 Source/core/testing/Internals.cpp PassRefPtr<ClientRectList> Internals::draggableRegions(Document* document, ExceptionState& exceptionState) Internals 2142 Source/core/testing/Internals.cpp PassRefPtr<ClientRectList> Internals::nonDraggableRegions(Document* document, ExceptionState& exceptionState) Internals 2147 Source/core/testing/Internals.cpp PassRefPtr<ClientRectList> Internals::annotatedRegions(Document* document, bool draggable, ExceptionState& exceptionState) Internals 2219 Source/core/testing/Internals.cpp String Internals::getCurrentCursorInfo(Document* document, ExceptionState& exceptionState) Internals 2251 Source/core/testing/Internals.cpp PassRefPtr<ArrayBuffer> Internals::serializeObject(PassRefPtr<SerializedScriptValue> value) const Internals 2259 Source/core/testing/Internals.cpp PassRefPtr<SerializedScriptValue> Internals::deserializeBuffer(PassRefPtr<ArrayBuffer> buffer) const Internals 2265 Source/core/testing/Internals.cpp void Internals::forceReload(bool endToEnd) Internals 2270 Source/core/testing/Internals.cpp PassRefPtr<ClientRect> Internals::selectionBounds(ExceptionState& exceptionState) Internals 2281 Source/core/testing/Internals.cpp String Internals::markerTextForListItem(Element* element, ExceptionState& exceptionState) Internals 2290 Source/core/testing/Internals.cpp String Internals::getImageSourceURL(Element* element, ExceptionState& exceptionState) Internals 2299 Source/core/testing/Internals.cpp String Internals::baseURL(Document* document, ExceptionState& exceptionState) Internals 2309 Source/core/testing/Internals.cpp bool Internals::isSelectPopupVisible(Node* node) Internals 2325 Source/core/testing/Internals.cpp bool Internals::loseSharedGraphicsContext3D() Internals 2339 Source/core/testing/Internals.cpp void Internals::forceCompositingUpdate(Document* document, ExceptionState& exceptionState) Internals 2353 Source/core/testing/Internals.cpp bool Internals::isCompositorFramePending(Document* document, ExceptionState& exceptionState) Internals 2363 Source/core/testing/Internals.cpp void Internals::setZoomFactor(float factor) Internals 2368 Source/core/testing/Internals.cpp void Internals::setShouldRevealPassword(Element* element, bool reveal, ExceptionState& exceptionState) Internals 2406 Source/core/testing/Internals.cpp ScriptPromise Internals::createPromise(ExecutionContext* context) Internals 2411 Source/core/testing/Internals.cpp ScriptPromise Internals::createResolvedPromise(ExecutionContext* context, ScriptValue value) Internals 2419 Source/core/testing/Internals.cpp ScriptPromise Internals::createRejectedPromise(ExecutionContext* context, ScriptValue value) Internals 2427 Source/core/testing/Internals.cpp ScriptPromise Internals::addOneToPromise(ExecutionContext* context, ScriptPromise promise) Internals 2432 Source/core/testing/Internals.cpp void Internals::trace(Visitor* visitor) Internals 2439 Source/core/testing/Internals.cpp void Internals::startSpeechInput(Element* element) Internals 2452 Source/core/testing/Internals.cpp void Internals::setValueForUser(Element* element, const String& value) Internals 2457 Source/core/testing/Internals.cpp String Internals::textSurroundingNode(Node* node, int x, int y, unsigned long maxLength) Internals 72 Source/core/testing/Internals.h class Internals FINAL : public RefCountedWillBeGarbageCollectedFinalized<Internals>, public ContextLifecycleObserver { Internals 74 Source/core/testing/Internals.h static PassRefPtrWillBeRawPtr<Internals> create(Document*); Internals 75 Source/core/testing/Internals.h virtual ~Internals(); Internals 329 Source/core/testing/Internals.h explicit Internals(Document*); Internals 48 Source/core/testing/v8/WebCoreTestSupport.cpp context->Global()->Set(v8::String::NewFromUtf8(context->GetIsolate(), Internals::internalsId), toV8(Internals::create(toDocument(scriptContext)), v8::Handle<v8::Object>(), context->GetIsolate())); Internals 63 Source/core/testing/v8/WebCoreTestSupport.cpp Internals::resetToConsistentState(page); Internals 44 Source/modules/geolocation/testing/InternalsGeolocation.cpp void InternalsGeolocation::setGeolocationClientMock(Internals&, Document* document) Internals 53 Source/modules/geolocation/testing/InternalsGeolocation.cpp void InternalsGeolocation::setGeolocationPosition(Internals&, Document* document, double latitude, double longitude, double accuracy) Internals 62 Source/modules/geolocation/testing/InternalsGeolocation.cpp void InternalsGeolocation::setGeolocationPositionUnavailableError(Internals&, Document* document, const String& message) Internals 71 Source/modules/geolocation/testing/InternalsGeolocation.cpp void InternalsGeolocation::setGeolocationPermission(Internals&, Document* document, bool allowed) Internals 80 Source/modules/geolocation/testing/InternalsGeolocation.cpp int InternalsGeolocation::numberOfPendingGeolocationPermissionRequests(Internals&, Document* document) Internals 41 Source/modules/geolocation/testing/InternalsGeolocation.h class Internals; Internals 45 Source/modules/geolocation/testing/InternalsGeolocation.h static void setGeolocationClientMock(Internals&, Document*); Internals 46 Source/modules/geolocation/testing/InternalsGeolocation.h static void setGeolocationPosition(Internals&, Document*, double latitude, double longitude, double accuracy); Internals 47 Source/modules/geolocation/testing/InternalsGeolocation.h static void setGeolocationPositionUnavailableError(Internals&, Document*, const String& message); Internals 48 Source/modules/geolocation/testing/InternalsGeolocation.h static void setGeolocationPermission(Internals&, Document*, bool allowed); Internals 49 Source/modules/geolocation/testing/InternalsGeolocation.h static int numberOfPendingGeolocationPermissionRequests(Internals&, Document*); Internals 42 Source/modules/speech/testing/InternalsSpeechSynthesis.cpp void InternalsSpeechSynthesis::enableMockSpeechSynthesizer(Internals&, Document* document) Internals 37 Source/modules/speech/testing/InternalsSpeechSynthesis.h class Internals; Internals 41 Source/modules/speech/testing/InternalsSpeechSynthesis.h static void enableMockSpeechSynthesizer(Internals&, Document*); Internals 40 Source/modules/vibration/testing/InternalsVibration.cpp bool InternalsVibration::isVibrating(Internals&, Document* document) Internals 46 Source/modules/vibration/testing/InternalsVibration.cpp Vector<unsigned> InternalsVibration::pendingVibrationPattern(Internals&, Document* document) Internals 39 Source/modules/vibration/testing/InternalsVibration.h class Internals; Internals 43 Source/modules/vibration/testing/InternalsVibration.h static bool isVibrating(Internals&, Document*); Internals 44 Source/modules/vibration/testing/InternalsVibration.h static Vector<unsigned> pendingVibrationPattern(Internals&, Document*);