m_frame 91 Source/bindings/v8/ScriptController.cpp : m_frame(frame) m_frame 142 Source/bindings/v8/ScriptController.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 143 Source/bindings/v8/ScriptController.cpp return ScriptController::callFunction(m_frame->document(), function, receiver, argc, info, m_isolate); m_frame 181 Source/bindings/v8/ScriptController.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willEvaluateScript(m_frame, source.url().isNull() ? String() : source.url().string(), source.startLine()); m_frame 195 Source/bindings/v8/ScriptController.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 196 Source/bindings/v8/ScriptController.cpp result = V8ScriptRunner::runCompiledScript(script, m_frame->document(), m_isolate); m_frame 233 Source/bindings/v8/ScriptController.cpp OwnPtr<V8WindowShell> isolatedWorldShell = V8WindowShell::create(m_frame, world, m_isolate); m_frame 239 Source/bindings/v8/ScriptController.cpp m_frame->loader().dispatchDidClearWindowObjectInWorld(world); m_frame 254 Source/bindings/v8/ScriptController.cpp ScriptableDocumentParser* parser = m_frame->document()->scriptableDocumentParser(); m_frame 395 Source/bindings/v8/ScriptController.cpp m_windowScriptNPObject = createScriptObject(m_frame, m_isolate); m_frame 413 Source/bindings/v8/ScriptController.cpp v8::Handle<v8::Context> v8Context = toV8Context(m_isolate, m_frame, DOMWrapperWorld::mainWorld()); m_frame 418 Source/bindings/v8/ScriptController.cpp DOMWindow* window = m_frame->domWindow(); m_frame 477 Source/bindings/v8/ScriptController.cpp if ((!m_windowShell->isContextInitialized() || !m_windowShell->isGlobalInitialized()) && m_frame->loader().stateMachine()->creatingInitialEmptyDocument()) m_frame 496 Source/bindings/v8/ScriptController.cpp if (m_frame->document() && m_frame->document()->isSandboxed(SandboxScripts)) { m_frame 499 Source/bindings/v8/ScriptController.cpp m_frame->document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Blocked script execution in '" + m_frame->document()->url().elidedString() + "' because the document's frame is sandboxed and the 'allow-scripts' permission is not set."); m_frame 503 Source/bindings/v8/ScriptController.cpp if (m_frame->document() && m_frame->document()->isViewSource()) { m_frame 504 Source/bindings/v8/ScriptController.cpp ASSERT(m_frame->document()->securityOrigin()->isUnique()); m_frame 508 Source/bindings/v8/ScriptController.cpp Settings* settings = m_frame->settings(); m_frame 509 Source/bindings/v8/ScriptController.cpp const bool allowed = m_frame->loader().client()->allowScript(settings && settings->scriptEnabled()); m_frame 511 Source/bindings/v8/ScriptController.cpp m_frame->loader().client()->didNotAllowScript(); m_frame 520 Source/bindings/v8/ScriptController.cpp if (!m_frame->page() m_frame 521 Source/bindings/v8/ScriptController.cpp || !m_frame->document()->contentSecurityPolicy()->allowJavaScriptURLs(m_frame->document()->url(), eventHandlerPosition().m_line)) m_frame 526 Source/bindings/v8/ScriptController.cpp RefPtr<LocalFrame> protector(m_frame); m_frame 527 Source/bindings/v8/ScriptController.cpp RefPtr<Document> ownerDocument(m_frame->document()); m_frame 531 Source/bindings/v8/ScriptController.cpp bool locationChangeBefore = m_frame->navigationScheduler().locationChangePending(); m_frame 538 Source/bindings/v8/ScriptController.cpp if (!m_frame->page()) m_frame 546 Source/bindings/v8/ScriptController.cpp ASSERT(m_frame->document()->loader()); m_frame 548 Source/bindings/v8/ScriptController.cpp if (!locationChangeBefore && m_frame->navigationScheduler().locationChangePending()) m_frame 553 Source/bindings/v8/ScriptController.cpp if (RefPtr<DocumentLoader> loader = m_frame->document()->loader()) { m_frame 554 Source/bindings/v8/ScriptController.cpp UseCounter::count(*m_frame->document(), UseCounter::ReplaceDocumentViaJavaScriptURL); m_frame 585 Source/bindings/v8/ScriptController.cpp v8::Handle<v8::Context> v8Context = toV8Context(m_isolate, m_frame, DOMWrapperWorld::mainWorld()); m_frame 589 Source/bindings/v8/ScriptController.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 590 Source/bindings/v8/ScriptController.cpp if (m_frame->loader().stateMachine()->isDisplayingInitialEmptyDocument()) m_frame 591 Source/bindings/v8/ScriptController.cpp m_frame->loader().didAccessInitialDocument(); m_frame 593 Source/bindings/v8/ScriptController.cpp OwnPtr<ScriptSourceCode> maybeProcessedSourceCode = InspectorInstrumentation::preprocess(m_frame, sourceCode); m_frame 159 Source/bindings/v8/ScriptController.h LocalFrame* m_frame; m_frame 86 Source/bindings/v8/V8WindowShell.cpp : m_frame(frame) m_frame 99 Source/bindings/v8/V8WindowShell.cpp m_frame->loader().client()->willReleaseScriptContext(context, m_world->worldId()); m_frame 109 Source/bindings/v8/V8WindowShell.cpp V8GCForContextDispose::instanceTemplate().notifyContextDisposed(m_frame->isMainFrame()); m_frame 213 Source/bindings/v8/V8WindowShell.cpp V8WindowShell* mainWindow = m_frame->script().existingWindowShell(DOMWrapperWorld::mainWorld()); m_frame 215 Source/bindings/v8/V8WindowShell.cpp setInjectedScriptContextDebugId(context, m_frame->script().contextDebugId(mainWindow->context())); m_frame 226 Source/bindings/v8/V8WindowShell.cpp if (m_frame->document()) { m_frame 227 Source/bindings/v8/V8WindowShell.cpp setSecurityToken(m_frame->document()->securityOrigin()); m_frame 228 Source/bindings/v8/V8WindowShell.cpp ContentSecurityPolicy* csp = m_frame->document()->contentSecurityPolicy(); m_frame 244 Source/bindings/v8/V8WindowShell.cpp InspectorInstrumentation::didCreateIsolatedContext(m_frame, scriptState, origin); m_frame 247 Source/bindings/v8/V8WindowShell.cpp m_frame->loader().client()->didCreateScriptContext(context, m_world->extensionGroup(), m_world->worldId()); m_frame 255 Source/bindings/v8/V8WindowShell.cpp if (!m_frame->loader().documentLoader()) m_frame 273 Source/bindings/v8/V8WindowShell.cpp if (!m_frame->loader().client()->allowScriptExtension(extensions[i]->name(), extensionGroup, worldId)) m_frame 299 Source/bindings/v8/V8WindowShell.cpp DOMWindow* window = m_frame->domWindow(); m_frame 350 Source/bindings/v8/V8WindowShell.cpp v8::Handle<v8::Value> documentWrapper = toV8(m_frame->document(), v8::Handle<v8::Object>(), context->GetIsolate()); m_frame 354 Source/bindings/v8/V8WindowShell.cpp checkDocumentWrapper(m_document.newLocal(m_isolate), m_frame->document()); m_frame 391 Source/bindings/v8/V8WindowShell.cpp && !m_frame->loader().stateMachine()->isDisplayingInitialEmptyDocument()) m_frame 421 Source/bindings/v8/V8WindowShell.cpp updateSecurityOrigin(m_frame->document()->securityOrigin()); m_frame 107 Source/bindings/v8/V8WindowShell.h LocalFrame* m_frame; m_frame 190 Source/core/css/MediaValues.cpp mediaValues->m_frame = 0; m_frame 211 Source/core/css/MediaValues.cpp ASSERT(m_mode == CachingMode && !m_style.get() && !m_frame); m_frame 233 Source/core/css/MediaValues.cpp return (!m_frame && !m_style && m_mode == CachingMode && hasOneRef()); m_frame 239 Source/core/css/MediaValues.cpp return calculateViewportWidth(m_frame, m_style.get()); m_frame 246 Source/core/css/MediaValues.cpp return calculateViewportHeight(m_frame, m_style.get()); m_frame 253 Source/core/css/MediaValues.cpp return calculateDeviceWidth(m_frame); m_frame 260 Source/core/css/MediaValues.cpp return calculateDeviceHeight(m_frame); m_frame 267 Source/core/css/MediaValues.cpp return calculateDevicePixelRatio(m_frame); m_frame 274 Source/core/css/MediaValues.cpp return calculateColorBitsPerComponent(m_frame); m_frame 281 Source/core/css/MediaValues.cpp return calculateMonochromeBitsPerComponent(m_frame); m_frame 288 Source/core/css/MediaValues.cpp return calculateLeastCapablePrimaryPointerDeviceType(m_frame); m_frame 302 Source/core/css/MediaValues.cpp return calculateThreeDEnabled(m_frame); m_frame 309 Source/core/css/MediaValues.cpp return calculateScanMediaType(m_frame); m_frame 316 Source/core/css/MediaValues.cpp return calculateScreenMediaType(m_frame); m_frame 323 Source/core/css/MediaValues.cpp return calculatePrintMediaType(m_frame); m_frame 330 Source/core/css/MediaValues.cpp return calculateStrictMode(m_frame); m_frame 336 Source/core/css/MediaValues.cpp if (!m_frame) m_frame 338 Source/core/css/MediaValues.cpp return m_frame->document(); m_frame 70 Source/core/css/MediaValues.h , m_frame(frame) m_frame 90 Source/core/css/MediaValues.h LocalFrame* m_frame; m_frame 45 Source/core/css/StyleMedia.cpp FrameView* view = m_frame ? m_frame->view() : 0; m_frame 54 Source/core/css/StyleMedia.cpp if (!m_frame) m_frame 57 Source/core/css/StyleMedia.cpp Document* document = m_frame->document(); m_frame 70 Source/core/css/StyleMedia.cpp MediaQueryEvaluator screenEval(type(), m_frame, rootStyle.get()); m_frame 410 Source/core/dom/Document.cpp , m_frame(initializer.frame()) m_frame 411 Source/core/dom/Document.cpp , m_domWindow(m_frame ? m_frame->domWindow() : 0) m_frame 483 Source/core/dom/Document.cpp if (m_frame) { m_frame 484 Source/core/dom/Document.cpp ASSERT(m_frame->page()); m_frame 485 Source/core/dom/Document.cpp provideContextFeaturesToDocumentFrom(*this, *m_frame->page()); m_frame 487 Source/core/dom/Document.cpp m_fetcher = m_frame->loader().documentLoader()->fetcher(); m_frame 1329 Source/core/dom/Document.cpp if (!m_frame || oldTitle == m_title) m_frame 1331 Source/core/dom/Document.cpp m_frame->loader().client()->dispatchDidReceiveTitle(m_title); m_frame 1390 Source/core/dom/Document.cpp if (!m_frame || !m_frame->page()) m_frame 1392 Source/core/dom/Document.cpp return m_frame->page()->visibilityState(); m_frame 1462 Source/core/dom/Document.cpp return m_frame ? m_frame->view() : 0; m_frame 1467 Source/core/dom/Document.cpp return m_frame ? m_frame->page() : 0; m_frame 1472 Source/core/dom/Document.cpp return m_frame ? m_frame->host() : 0; m_frame 1477 Source/core/dom/Document.cpp return m_frame ? m_frame->settings() : 0; m_frame 1742 Source/core/dom/Document.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 2104 Source/core/dom/Document.cpp if (m_frame->loader().client()->sharedWorkerRepositoryClient()) m_frame 2105 Source/core/dom/Document.cpp m_frame->loader().client()->sharedWorkerRepositoryClient()->documentDetached(this); m_frame 2129 Source/core/dom/Document.cpp if (m_frame) { m_frame 2130 Source/core/dom/Document.cpp FrameView* view = m_frame->view(); m_frame 2160 Source/core/dom/Document.cpp m_frame = 0; m_frame 2265 Source/core/dom/Document.cpp if (m_frame) { m_frame 2277 Source/core/dom/Document.cpp if (m_frame->loader().state() == FrameStateProvisional) m_frame 2278 Source/core/dom/Document.cpp m_frame->loader().stopAllLoaders(); m_frame 2286 Source/core/dom/Document.cpp if (m_frame) m_frame 2287 Source/core/dom/Document.cpp m_frame->loader().didExplicitOpen(); m_frame 2417 Source/core/dom/Document.cpp if (!m_frame) { m_frame 2425 Source/core/dom/Document.cpp m_frame->loader().checkCompleted(); m_frame 2554 Source/core/dom/Document.cpp if (chrome.runBeforeUnloadConfirmPanel(text, m_frame)) { m_frame 2575 Source/core/dom/Document.cpp if (!m_frame) m_frame 2581 Source/core/dom/Document.cpp RefPtr<DocumentLoader> documentLoader = m_frame->loader().provisionalDocumentLoader(); m_frame 2588 Source/core/dom/Document.cpp m_frame->domWindow()->dispatchEvent(unloadEvent, this); m_frame 2591 Source/core/dom/Document.cpp m_frame->domWindow()->dispatchEvent(unloadEvent, m_frame->document()); m_frame 2597 Source/core/dom/Document.cpp if (!m_frame) m_frame 2601 Source/core/dom/Document.cpp bool keepEventListeners = m_frame->loader().stateMachine()->isDisplayingInitialEmptyDocument() && m_frame->loader().provisionalDocumentLoader() m_frame 2602 Source/core/dom/Document.cpp && isSecureTransitionTo(m_frame->loader().provisionalDocumentLoader()->url()); m_frame 2813 Source/core/dom/Document.cpp if (!m_frame) m_frame 2823 Source/core/dom/Document.cpp if (!isSandboxed(SandboxTopNavigation) && targetFrame == m_frame->tree().top()) m_frame 2827 Source/core/dom/Document.cpp if (targetFrame->tree().isDescendantOf(m_frame)) m_frame 2831 Source/core/dom/Document.cpp if (isSandboxed(SandboxTopNavigation) && targetFrame == m_frame->tree().top()) m_frame 2863 Source/core/dom/Document.cpp if (targetFrame == m_frame->loader().opener()) m_frame 2876 Source/core/dom/Document.cpp LocalFrame* currentFrame = m_frame; m_frame 2991 Source/core/dom/Document.cpp if (m_isViewSource || !m_frame) m_frame 3014 Source/core/dom/Document.cpp m_frame->navigationScheduler().scheduleRedirect(delay, refreshURL); m_frame 3123 Source/core/dom/Document.cpp if (LocalFrame* frame = m_frame) { m_frame 3711 Source/core/dom/Document.cpp if (m_frame) m_frame 3712 Source/core/dom/Document.cpp m_frame->selection().didMergeTextNodes(oldNode, offset); m_frame 3725 Source/core/dom/Document.cpp if (m_frame) m_frame 3726 Source/core/dom/Document.cpp m_frame->selection().didSplitTextNode(oldNode); m_frame 3947 Source/core/dom/Document.cpp if (m_frame) m_frame 3948 Source/core/dom/Document.cpp m_frame->script().updateSecurityOrigin(securityOrigin()); m_frame 3956 Source/core/dom/Document.cpp if (m_frame) { m_frame 4311 Source/core/dom/Document.cpp for (LocalFrame* frame = m_frame; frame && frame->document(); frame = frame->tree().traverseNext(m_frame)) m_frame 4331 Source/core/dom/Document.cpp if (!m_frame) m_frame 4333 Source/core/dom/Document.cpp LocalFrame* parent = m_frame->tree().parent(); m_frame 4354 Source/core/dom/Document.cpp if (m_frame) m_frame 4477 Source/core/dom/Document.cpp m_frame->loader().stateMachine()->startedFirstRealLoad(); m_frame 4567 Source/core/dom/Document.cpp m_frame->selection().updateSecureKeyboardEntryIfActive(); m_frame 4577 Source/core/dom/Document.cpp initSecurityContext(DocumentInit(m_url, m_frame, contextDocument(), m_import)); m_frame 4662 Source/core/dom/Document.cpp if (m_frame && m_frame->tree().parent() && (shouldInheritSecurityOriginFromOwner(m_url) || isPluginDocument())) m_frame 4663 Source/core/dom/Document.cpp contentSecurityPolicy()->copyStateFrom(m_frame->tree().parent()->document()->contentSecurityPolicy()); m_frame 4710 Source/core/dom/Document.cpp if (!m_frame) m_frame 4712 Source/core/dom/Document.cpp m_frame->script().updateSecurityOrigin(securityOrigin()); m_frame 5101 Source/core/dom/Document.cpp if (!m_frame) m_frame 5104 Source/core/dom/Document.cpp DocumentLoader* loader = m_frame->loader().documentLoader(); m_frame 5108 Source/core/dom/Document.cpp if (m_frame->document() != this) m_frame 5200 Source/core/dom/Document.cpp if (request.active() && m_frame) m_frame 5201 Source/core/dom/Document.cpp m_frame->eventHandler().notifyElementActivated(); m_frame 5400 Source/core/dom/Document.cpp return m_frame ? m_frame->devicePixelRatio() : 1.0; m_frame 461 Source/core/dom/Document.h LocalFrame* frame() const { return m_frame; } // can be null m_frame 1173 Source/core/dom/Document.h LocalFrame* m_frame; m_frame 66 Source/core/dom/DocumentInit.cpp , m_frame(frame) m_frame 77 Source/core/dom/DocumentInit.cpp , m_frame(other.m_frame) m_frame 99 Source/core/dom/DocumentInit.cpp return m_parent && m_frame->loader().shouldTreatURLAsSrcdocDocument(m_url); m_frame 104 Source/core/dom/DocumentInit.cpp if (m_frame) m_frame 105 Source/core/dom/DocumentInit.cpp return m_frame; m_frame 53 Source/core/dom/DocumentInit.h LocalFrame* frame() const { return m_frame; } m_frame 79 Source/core/dom/DocumentInit.h LocalFrame* m_frame; m_frame 105 Source/core/editing/Editor.cpp m_editor->m_frame.selection().revealSelection(ScrollAlignment::alignToEdgeIfNeeded, RevealExtent); m_frame 112 Source/core/editing/Editor.cpp VisibleSelection selection = m_frame.selection().selection(); m_frame 129 Source/core/editing/Editor.cpp if (!m_frame.settings()) m_frame 132 Source/core/editing/Editor.cpp return EditingBehavior(m_frame.settings()->editingBehaviorType()); m_frame 143 Source/core/editing/Editor.cpp if (Page* page = m_frame.page()) m_frame 150 Source/core/editing/Editor.cpp if (Page* page = m_frame.page()) m_frame 182 Source/core/editing/Editor.cpp return m_frame.selection().rootEditableElement(); m_frame 187 Source/core/editing/Editor.cpp return m_frame.selection().isContentRichlyEditable(); m_frame 197 Source/core/editing/Editor.cpp return !m_frame.selection().isInPasswordField() && !dispatchCPPEvent(EventTypeNames::beforecut, ClipboardNumb); m_frame 202 Source/core/editing/Editor.cpp return !m_frame.selection().isInPasswordField() && !dispatchCPPEvent(EventTypeNames::beforecopy, ClipboardNumb); m_frame 234 Source/core/editing/Editor.cpp if (imageElementFromImageDocument(m_frame.document())) m_frame 236 Source/core/editing/Editor.cpp FrameSelection& selection = m_frame.selection(); m_frame 247 Source/core/editing/Editor.cpp FrameSelection& selection = m_frame.selection(); m_frame 273 Source/core/editing/Editor.cpp if (Settings* settings = m_frame.settings()) m_frame 280 Source/core/editing/Editor.cpp return smartInsertDeleteEnabled() && m_frame.selection().granularity() == WordGranularity; m_frame 285 Source/core/editing/Editor.cpp if (Settings* settings = m_frame.settings()) m_frame 295 Source/core/editing/Editor.cpp if (m_frame.selection().isRange()) { m_frame 297 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 298 Source/core/editing/Editor.cpp TypingCommand::deleteKeyPressed(*m_frame.document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularity); m_frame 315 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 316 Source/core/editing/Editor.cpp TypingCommand::forwardDeleteKeyPressed(*m_frame.document(), options, granularity); m_frame 320 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 321 Source/core/editing/Editor.cpp TypingCommand::deleteKeyPressed(*m_frame.document(), options, granularity); m_frame 338 Source/core/editing/Editor.cpp if (m_frame.selection().isNone()) m_frame 341 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 342 Source/core/editing/Editor.cpp DeleteSelectionCommand::create(*m_frame.document(), smartDelete)->apply(); m_frame 350 Source/core/editing/Editor.cpp target->dispatchEvent(TextEvent::createForPlainTextPaste(m_frame.domWindow(), pastingText, smartReplace), IGNORE_EXCEPTION); m_frame 358 Source/core/editing/Editor.cpp target->dispatchEvent(TextEvent::createForFragmentPaste(m_frame.domWindow(), pastingFragment, smartReplace, matchStyle), IGNORE_EXCEPTION); m_frame 363 Source/core/editing/Editor.cpp if (m_frame.selection().isInPasswordField()) m_frame 371 Source/core/editing/Editor.cpp if (m_frame.selection().isInPasswordField()) m_frame 400 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 401 Source/core/editing/Editor.cpp fragment = createFragmentFromMarkupWithContext(*m_frame.document(), markup, fragmentStart, fragmentEnd, url, DisallowScriptingAndPluginContent); m_frame 488 Source/core/editing/Editor.cpp if (m_frame.selection().isNone() || !m_frame.selection().isContentEditable() || !fragment) m_frame 498 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 499 Source/core/editing/Editor.cpp ReplaceSelectionCommand::create(*m_frame.document(), fragment, options, EditActionPaste)->apply(); m_frame 502 Source/core/editing/Editor.cpp if (m_frame.selection().isInPasswordField() || !spellChecker().isContinuousSpellCheckingEnabled()) m_frame 504 Source/core/editing/Editor.cpp spellChecker().chunkAndMarkAllMisspellingsAndBadGrammar(m_frame.selection().rootEditableElement()); m_frame 514 Source/core/editing/Editor.cpp return m_frame.selection().toNormalizedRange(); m_frame 527 Source/core/editing/Editor.cpp client().respondToChangedSelection(&m_frame, m_frame.selection().selectionType()); m_frame 535 Source/core/editing/Editor.cpp if (AXObjectCache* cache = m_frame.document()->existingAXObjectCache()) m_frame 545 Source/core/editing/Editor.cpp if (m_frame.selection().isCaret()) { m_frame 546 Source/core/editing/Editor.cpp if (enclosingNodeWithTag(m_frame.selection().selection().start(), ulTag)) m_frame 548 Source/core/editing/Editor.cpp } else if (m_frame.selection().isRange()) { m_frame 549 Source/core/editing/Editor.cpp Node* startNode = enclosingNodeWithTag(m_frame.selection().selection().start(), ulTag); m_frame 550 Source/core/editing/Editor.cpp Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), ulTag); m_frame 560 Source/core/editing/Editor.cpp if (m_frame.selection().isCaret()) { m_frame 561 Source/core/editing/Editor.cpp if (enclosingNodeWithTag(m_frame.selection().selection().start(), olTag)) m_frame 563 Source/core/editing/Editor.cpp } else if (m_frame.selection().isRange()) { m_frame 564 Source/core/editing/Editor.cpp Node* startNode = enclosingNodeWithTag(m_frame.selection().selection().start(), olTag); m_frame 565 Source/core/editing/Editor.cpp Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), olTag); m_frame 575 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 576 Source/core/editing/Editor.cpp RemoveFormatCommand::create(*m_frame.document())->apply(); m_frame 588 Source/core/editing/Editor.cpp target = m_frame.document()->body(); m_frame 595 Source/core/editing/Editor.cpp return findEventTargetFrom(m_frame.selection().selection()); m_frame 600 Source/core/editing/Editor.cpp switch (m_frame.selection().selectionType()) { m_frame 609 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 610 Source/core/editing/Editor.cpp ApplyStyleCommand::create(*m_frame.document(), EditingStyle::create(style).get(), editingAction)->apply(); m_frame 618 Source/core/editing/Editor.cpp if (m_frame.selection().isNone() || !style) m_frame 620 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 621 Source/core/editing/Editor.cpp ApplyStyleCommand::create(*m_frame.document(), EditingStyle::create(style).get(), editingAction, ApplyStyleCommand::ForceBlockProperties)->apply(); m_frame 643 Source/core/editing/Editor.cpp EditingStyle::styleAtSelectionStart(m_frame.selection().selection(), propertyID == CSSPropertyBackgroundColor).get()); m_frame 648 Source/core/editing/Editor.cpp return EditingStyle::create(propertyID, value)->triStateOfStyle(m_frame.selection().selection()); m_frame 653 Source/core/editing/Editor.cpp RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(m_frame.selection().selection(), m_frame 659 Source/core/editing/Editor.cpp return String::number(selectionStyle->legacyFontSize(m_frame.document())); m_frame 665 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 666 Source/core/editing/Editor.cpp IndentOutdentCommand::create(*m_frame.document(), IndentOutdentCommand::Indent)->apply(); m_frame 671 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 672 Source/core/editing/Editor.cpp IndentOutdentCommand::create(*m_frame.document(), IndentOutdentCommand::Outdent)->apply(); m_frame 686 Source/core/editing/Editor.cpp m_frame.document()->updateLayout(); m_frame 697 Source/core/editing/Editor.cpp m_frame.selection().clearTypingStyle(); m_frame 716 Source/core/editing/Editor.cpp m_frame.document()->updateLayout(); m_frame 732 Source/core/editing/Editor.cpp m_frame.document()->updateLayout(); m_frame 751 Source/core/editing/Editor.cpp : m_frame(frame) m_frame 769 Source/core/editing/Editor.cpp m_frame.inputMethodController().clear(); m_frame 776 Source/core/editing/Editor.cpp return m_frame.eventHandler().handleTextInputEvent(text, triggeringEvent); m_frame 820 Source/core/editing/Editor.cpp VisiblePosition caret = m_frame.selection().selection().visibleStart(); m_frame 822 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 823 Source/core/editing/Editor.cpp TypingCommand::insertLineBreak(*m_frame.document(), 0); m_frame 837 Source/core/editing/Editor.cpp VisiblePosition caret = m_frame.selection().selection().visibleStart(); m_frame 839 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 840 Source/core/editing/Editor.cpp TypingCommand::insertParagraphSeparator(*m_frame.document(), 0); m_frame 855 Source/core/editing/Editor.cpp String plainText = m_frame.selectedTextForClipboard(); m_frame 856 Source/core/editing/Editor.cpp if (enclosingTextFormControl(m_frame.selection().start())) { m_frame 872 Source/core/editing/Editor.cpp if (enclosingTextFormControl(m_frame.selection().start())) { m_frame 873 Source/core/editing/Editor.cpp Pasteboard::generalPasteboard()->writePlainText(m_frame.selectedTextForClipboard(), m_frame 876 Source/core/editing/Editor.cpp Document* document = m_frame.document(); m_frame 880 Source/core/editing/Editor.cpp writeSelectionToPasteboard(Pasteboard::generalPasteboard(), selectedRange().get(), m_frame.selectedTextForClipboard()); m_frame 886 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 892 Source/core/editing/Editor.cpp ResourceFetcher* loader = m_frame.document()->fetcher(); m_frame 894 Source/core/editing/Editor.cpp if (m_frame.selection().isContentRichlyEditable()) m_frame 975 Source/core/editing/Editor.cpp m_frame.selection().revealSelection(alignment, revealExtentOption); m_frame 983 Source/core/editing/Editor.cpp VisibleSelection selection = m_frame.selection().selection(); m_frame 1008 Source/core/editing/Editor.cpp if (newSelection != m_frame.selection().selection()) m_frame 1009 Source/core/editing/Editor.cpp m_frame.selection().setSelection(newSelection); m_frame 1035 Source/core/editing/Editor.cpp bool selectionDidNotChangeDOMPosition = newSelection == m_frame.selection().selection(); m_frame 1036 Source/core/editing/Editor.cpp m_frame.selection().setSelection(newSelection, options); m_frame 1046 Source/core/editing/Editor.cpp client().respondToChangedSelection(&m_frame, m_frame.selection().selectionType()); m_frame 1081 Source/core/editing/Editor.cpp m_frame.selection().clearTypingStyle(); m_frame 1087 Source/core/editing/Editor.cpp if (m_frame.selection().typingStyle()) { m_frame 1088 Source/core/editing/Editor.cpp typingStyle = m_frame.selection().typingStyle()->copy(); m_frame 1094 Source/core/editing/Editor.cpp typingStyle->prepareToApplyAt(m_frame.selection().selection().visibleStart().deepEquivalent(), EditingStyle::PreserveWritingDirection); m_frame 1099 Source/core/editing/Editor.cpp ASSERT(m_frame.document()); m_frame 1100 Source/core/editing/Editor.cpp ApplyStyleCommand::create(*m_frame.document(), blockStyle.get(), editingAction)->apply(); m_frame 1104 Source/core/editing/Editor.cpp m_frame.selection().setTypingStyle(typingStyle); m_frame 1115 Source/core/editing/Editor.cpp VisibleSelection selection = m_frame.selection().selection(); m_frame 1122 Source/core/editing/Editor.cpp m_frame.selection().setSelection(VisibleSelection(resultRange.get(), DOWNSTREAM)); m_frame 1123 Source/core/editing/Editor.cpp m_frame.selection().revealSelection(); m_frame 1146 Source/core/editing/Editor.cpp RefPtrWillBeRawPtr<Range> searchRange(rangeOfContents(m_frame.document())); m_frame 1170 Source/core/editing/Editor.cpp searchRange = rangeOfContents(m_frame.document()); m_frame 1188 Source/core/editing/Editor.cpp searchRange = rangeOfContents(m_frame.document()); m_frame 1200 Source/core/editing/Editor.cpp searchRange = rangeOfContents(m_frame.document()); m_frame 1216 Source/core/editing/Editor.cpp m_frame.document()->markers().repaintMarkers(DocumentMarker::TextMatch); m_frame 1222 Source/core/editing/Editor.cpp m_frame.inputMethodController().cancelCompositionIfSelectionIsInvalid(); m_frame 1228 Source/core/editing/Editor.cpp return m_frame.spellChecker(); m_frame 74 Source/core/editing/Editor.h LocalFrame& frame() const { return m_frame; } m_frame 155 Source/core/editing/Editor.h RefPtr<LocalFrame> m_frame; m_frame 236 Source/core/editing/Editor.h LocalFrame& m_frame; m_frame 1653 Source/core/editing/EditorCommand.cpp return Command(internalCommand(commandName), CommandFromMenuOrKeyBinding, &m_frame); m_frame 1658 Source/core/editing/EditorCommand.cpp return Command(internalCommand(commandName), source, &m_frame); m_frame 1673 Source/core/editing/EditorCommand.cpp ASSERT(!m_frame); m_frame 1675 Source/core/editing/EditorCommand.cpp ASSERT(m_frame); m_frame 1682 Source/core/editing/EditorCommand.cpp if (!isSupported() || !m_frame || !m_command->allowExecutionWhenDisabled) m_frame 1685 Source/core/editing/EditorCommand.cpp m_frame->document()->updateLayoutIgnorePendingStylesheets(); m_frame 1687 Source/core/editing/EditorCommand.cpp return m_command->execute(*m_frame, triggeringEvent, m_source, parameter); m_frame 1704 Source/core/editing/EditorCommand.cpp return m_command->isSupportedFromDOM(m_frame.get()); m_frame 1712 Source/core/editing/EditorCommand.cpp if (!isSupported() || !m_frame) m_frame 1714 Source/core/editing/EditorCommand.cpp return m_command->isEnabled(*m_frame, triggeringEvent, m_source); m_frame 1719 Source/core/editing/EditorCommand.cpp if (!isSupported() || !m_frame) m_frame 1721 Source/core/editing/EditorCommand.cpp return m_command->state(*m_frame, triggeringEvent); m_frame 1726 Source/core/editing/EditorCommand.cpp if (!isSupported() || !m_frame) m_frame 1729 Source/core/editing/EditorCommand.cpp return m_command->state(*m_frame, triggeringEvent) == TrueTriState ? "true" : "false"; m_frame 1730 Source/core/editing/EditorCommand.cpp return m_command->value(*m_frame, triggeringEvent); m_frame 93 Source/core/editing/FrameSelection.cpp : m_frame(frame) m_frame 104 Source/core/editing/FrameSelection.cpp if (shouldAlwaysUseDirectionalSelection(m_frame)) m_frame 116 Source/core/editing/FrameSelection.cpp return selectionRoot ? selectionRoot : m_frame->document()->documentElement(); m_frame 189 Source/core/editing/FrameSelection.cpp bool isDirectional = shouldAlwaysUseDirectionalSelection(m_frame) || newSelection.isDirectional(); m_frame 222 Source/core/editing/FrameSelection.cpp if (shouldAlwaysUseDirectionalSelection(m_frame)) m_frame 225 Source/core/editing/FrameSelection.cpp if (!m_frame) { m_frame 234 Source/core/editing/FrameSelection.cpp if (document.frame() && document.frame() != m_frame && document != m_frame->document()) { m_frame 249 Source/core/editing/FrameSelection.cpp TypingCommand::closeTyping(m_frame); m_frame 256 Source/core/editing/FrameSelection.cpp m_frame->inputMethodController().cancelCompositionIfSelectionIsInvalid(); m_frame 270 Source/core/editing/FrameSelection.cpp m_frame->document()->updateLayoutIgnorePendingStylesheets(); m_frame 282 Source/core/editing/FrameSelection.cpp m_frame->editor().respondToChangedSelection(oldSelection, options); m_frame 286 Source/core/editing/FrameSelection.cpp if (m_frame->editor().behavior().shouldCenterAlignWhenSelectionIsRevealed()) m_frame 295 Source/core/editing/FrameSelection.cpp m_frame->domWindow()->enqueueDocumentEvent(Event::create(EventTypeNames::selectionchange)); m_frame 470 Source/core/editing/FrameSelection.cpp m_frame->document()->updateLayout(); m_frame 556 Source/core/editing/FrameSelection.cpp Settings* settings = m_frame ? m_frame->settings() : 0; m_frame 581 Source/core/editing/FrameSelection.cpp if (m_frame && m_frame->editor().behavior().shouldSkipSpaceWhenMovingRight()) { m_frame 699 Source/core/editing/FrameSelection.cpp bool skipsSpaceWhenMovingRight = m_frame && m_frame->editor().behavior().shouldSkipSpaceWhenMovingRight(); m_frame 867 Source/core/editing/FrameSelection.cpp bool skipsSpaceWhenMovingRight = m_frame && m_frame->editor().behavior().shouldSkipSpaceWhenMovingRight(); m_frame 980 Source/core/editing/FrameSelection.cpp if (isSpatialNavigationEnabled(m_frame)) m_frame 989 Source/core/editing/FrameSelection.cpp m_selection.setIsDirectional(shouldAlwaysUseDirectionalSelection(m_frame) || alter == AlterationExtend); m_frame 999 Source/core/editing/FrameSelection.cpp && m_frame && !m_frame->editor().behavior().shouldExtendSelectionByWordOrLineAcrossCaret()) { m_frame 1012 Source/core/editing/FrameSelection.cpp if (!m_frame || !m_frame->editor().behavior().shouldAlwaysGrowSelectionWhenExtendingToBoundary() || m_selection.isCaret() || !isBoundary(granularity)) m_frame 1118 Source/core/editing/FrameSelection.cpp m_selection.setIsDirectional(shouldAlwaysUseDirectionalSelection(m_frame) || alter == AlterationExtend); m_frame 1174 Source/core/editing/FrameSelection.cpp RenderView* view = m_frame->contentRenderer(); m_frame 1225 Source/core/editing/FrameSelection.cpp else if (updateCaretRect(m_frame->document(), VisiblePosition(m_selection.start(), m_selection.affinity()))) m_frame 1243 Source/core/editing/FrameSelection.cpp if (!m_frame || !m_frame->document()->view()) m_frame 1258 Source/core/editing/FrameSelection.cpp if (RenderView* view = m_frame->document()->renderView()) { m_frame 1286 Source/core/editing/FrameSelection.cpp Document* document = m_frame->document(); m_frame 1323 Source/core/editing/FrameSelection.cpp LocalFrame* parent = m_frame->tree().parent(); m_frame 1326 Source/core/editing/FrameSelection.cpp Page* page = m_frame->page(); m_frame 1339 Source/core/editing/FrameSelection.cpp Element* ownerElement = m_frame->ownerElement(); m_frame 1363 Source/core/editing/FrameSelection.cpp Document* document = m_frame->document(); m_frame 1408 Source/core/editing/FrameSelection.cpp m_frame->document()->updateLayoutIgnorePendingStylesheets(); m_frame 1447 Source/core/editing/FrameSelection.cpp if (AXObjectCache* cache = m_frame->document()->existingAXObjectCache()) m_frame 1456 Source/core/editing/FrameSelection.cpp RefPtr<Document> document = m_frame->document(); m_frame 1469 Source/core/editing/FrameSelection.cpp m_frame->spellChecker().spellCheckAfterBlur(); m_frame 1473 Source/core/editing/FrameSelection.cpp m_frame->eventHandler().capsLockStateMayHaveChanged(); m_frame 1492 Source/core/editing/FrameSelection.cpp if (m_frame->document() && isFocusedAndActive()) m_frame 1493 Source/core/editing/FrameSelection.cpp setUseSecureKeyboardEntry(m_frame->document()->useSecureKeyboardEntryWhenActive()); m_frame 1515 Source/core/editing/FrameSelection.cpp return m_focused && m_frame->page() && m_frame->page()->focusController().isActive(); m_frame 1538 Source/core/editing/FrameSelection.cpp if (caretRectChangedOrCleared || !shouldBlink || shouldStopBlinkingDueToTypingCommand(m_frame)) { m_frame 1558 Source/core/editing/FrameSelection.cpp RenderView* view = m_frame->contentRenderer(); m_frame 1598 Source/core/editing/FrameSelection.cpp m_frame->document()->updateLayoutIgnorePendingStylesheets(); m_frame 1613 Source/core/editing/FrameSelection.cpp if (m_frame->settings() && m_frame->settings()->caretBrowsingEnabled()) m_frame 1640 Source/core/editing/FrameSelection.cpp m_frame->document()->updateRenderTreeIfNeeded(); m_frame 1664 Source/core/editing/FrameSelection.cpp bool caretBrowsing = m_frame->settings() && m_frame->settings()->caretBrowsingEnabled(); m_frame 1667 Source/core/editing/FrameSelection.cpp m_frame->page()->focusController().setFocusedElement(anchor, m_frame); m_frame 1679 Source/core/editing/FrameSelection.cpp m_frame->page()->focusController().setFocusedElement(target, m_frame); m_frame 1684 Source/core/editing/FrameSelection.cpp m_frame->document()->setFocusedElement(nullptr); m_frame 1688 Source/core/editing/FrameSelection.cpp m_frame->page()->focusController().setFocusedElement(0, m_frame); m_frame 1704 Source/core/editing/FrameSelection.cpp if (m_frame->settings() && m_frame->settings()->selectionIncludesAltImageText()) m_frame 1711 Source/core/editing/FrameSelection.cpp m_frame->document()->updateRenderTreeIfNeeded(); m_frame 1713 Source/core/editing/FrameSelection.cpp FrameView* view = m_frame->view(); m_frame 1714 Source/core/editing/FrameSelection.cpp RenderView* renderView = m_frame->contentRenderer(); m_frame 1754 Source/core/editing/FrameSelection.cpp Node* start = m_frame->document()->focusedElement(); m_frame 1801 Source/core/editing/FrameSelection.cpp Document* document = m_frame->document(); m_frame 1802 Source/core/editing/FrameSelection.cpp bool caretBrowsing = m_frame->settings() && m_frame->settings()->caretBrowsingEnabled(); m_frame 1827 Source/core/editing/FrameSelection.cpp m_frame->document()->updateLayoutIgnorePendingStylesheets(); m_frame 249 Source/core/editing/FrameSelection.h LocalFrame* m_frame; m_frame 65 Source/core/editing/InputMethodController.cpp : m_frame(frame) m_frame 82 Source/core/editing/InputMethodController.cpp return m_frame.editor(); m_frame 93 Source/core/editing/InputMethodController.cpp return m_frame.eventHandler().handleTextInputEvent(text, 0, TextEventInputComposition); m_frame 106 Source/core/editing/InputMethodController.cpp m_frame.selection().setSelection(selection, 0); m_frame 148 Source/core/editing/InputMethodController.cpp m_frame.chromeClient().willSetInputMethodState(); m_frame 162 Source/core/editing/InputMethodController.cpp Position start = m_frame.selection().start(); m_frame 163 Source/core/editing/InputMethodController.cpp Position end = m_frame.selection().end(); m_frame 171 Source/core/editing/InputMethodController.cpp m_frame.chromeClient().didCancelCompositionOnSelectionChange(); m_frame 188 Source/core/editing/InputMethodController.cpp if (m_frame.selection().isNone()) m_frame 194 Source/core/editing/InputMethodController.cpp if (Element* target = m_frame.document()->focusedElement()) { m_frame 195 Source/core/editing/InputMethodController.cpp unsigned baseOffset = m_frame.selection().base().downstream().deprecatedEditingOffset(); m_frame 203 Source/core/editing/InputMethodController.cpp RefPtrWillBeRawPtr<CompositionEvent> event = CompositionEvent::create(EventTypeNames::compositionend, m_frame.domWindow(), text, underlines); m_frame 210 Source/core/editing/InputMethodController.cpp ASSERT(m_frame.document()); m_frame 211 Source/core/editing/InputMethodController.cpp TypingCommand::deleteSelection(*m_frame.document(), 0); m_frame 221 Source/core/editing/InputMethodController.cpp TypingCommand::closeTyping(&m_frame); m_frame 234 Source/core/editing/InputMethodController.cpp m_frame.document()->updateRenderTreeIfNeeded(); m_frame 238 Source/core/editing/InputMethodController.cpp if (m_frame.selection().isNone()) m_frame 241 Source/core/editing/InputMethodController.cpp if (Element* target = m_frame.document()->focusedElement()) { m_frame 262 Source/core/editing/InputMethodController.cpp target->dispatchEvent(CompositionEvent::create(EventTypeNames::compositionstart, m_frame.domWindow(), m_frame.selectedText(), underlines)); m_frame 263 Source/core/editing/InputMethodController.cpp event = CompositionEvent::create(EventTypeNames::compositionupdate, m_frame.domWindow(), text, underlines); m_frame 267 Source/core/editing/InputMethodController.cpp event = CompositionEvent::create(EventTypeNames::compositionupdate, m_frame.domWindow(), text, underlines); m_frame 269 Source/core/editing/InputMethodController.cpp event = CompositionEvent::create(EventTypeNames::compositionend, m_frame.domWindow(), text, underlines); m_frame 278 Source/core/editing/InputMethodController.cpp ASSERT(m_frame.document()); m_frame 279 Source/core/editing/InputMethodController.cpp TypingCommand::deleteSelection(*m_frame.document(), TypingCommand::PreventSpellChecking); m_frame 286 Source/core/editing/InputMethodController.cpp ASSERT(m_frame.document()); m_frame 287 Source/core/editing/InputMethodController.cpp TypingCommand::insertText(*m_frame.document(), text, TypingCommand::SelectInsertedText | TypingCommand::PreventSpellChecking, TypingCommand::TextCompositionUpdate); m_frame 290 Source/core/editing/InputMethodController.cpp Position base = m_frame.selection().base().downstream(); m_frame 291 Source/core/editing/InputMethodController.cpp Position extent = m_frame.selection().extent(); m_frame 313 Source/core/editing/InputMethodController.cpp m_frame.selection().setSelectedRange(selectedRange.get(), DOWNSTREAM, static_cast<FrameSelection::SetSelectionOption>(0)); m_frame 320 Source/core/editing/InputMethodController.cpp Node* editable = m_frame.selection().rootEditableElement(); m_frame 321 Source/core/editing/InputMethodController.cpp Position base = m_frame.selection().base().downstream(); m_frame 329 Source/core/editing/InputMethodController.cpp if (!baseNode || baseNode != m_frame.selection().extent().anchorNode()) m_frame 349 Source/core/editing/InputMethodController.cpp setComposition(m_frame.selectedText(), underlines, 0, 0); m_frame 366 Source/core/editing/InputMethodController.cpp RefPtrWillBeRawPtr<Range> range = m_frame.selection().selection().firstRange(); m_frame 369 Source/core/editing/InputMethodController.cpp Node* editable = m_frame.selection().rootEditableElementOrTreeScopeRootNode(); m_frame 378 Source/core/editing/InputMethodController.cpp Element* rootEditableElement = m_frame.selection().rootEditableElement(); m_frame 386 Source/core/editing/InputMethodController.cpp return m_frame.selection().setSelectedRange(range.get(), VP_DEFAULT_AFFINITY, FrameSelection::CloseTyping); m_frame 404 Source/core/editing/InputMethodController.cpp TypingCommand::deleteSelection(*m_frame.document()); m_frame 97 Source/core/editing/InputMethodController.h LocalFrame& m_frame; m_frame 119 Source/core/editing/SpellCheckRequester.cpp : m_frame(frame) m_frame 136 Source/core/editing/SpellCheckRequester.cpp return m_frame.spellChecker().textChecker(); m_frame 150 Source/core/editing/SpellCheckRequester.cpp return m_frame.settings() && m_frame.settings()->asynchronousSpellCheckingEnabled(); m_frame 236 Source/core/editing/SpellCheckRequester.cpp m_frame.spellChecker().markAndReplaceFor(m_processingRequest, results); m_frame 255 Source/core/editing/SpellCheckRequester.cpp m_frame.document()->markers().removeMarkers(m_processingRequest->checkingRange().get(), markers); m_frame 111 Source/core/editing/SpellCheckRequester.h LocalFrame& m_frame; m_frame 76 Source/core/editing/SpellChecker.cpp if (Page* page = m_frame.page()) m_frame 87 Source/core/editing/SpellChecker.cpp : m_frame(frame) m_frame 106 Source/core/editing/SpellChecker.cpp for (LocalFrame* frame = m_frame.page()->mainFrame(); frame && frame->document(); frame = frame->tree().traverseNext()) { m_frame 146 Source/core/editing/SpellChecker.cpp if (RefPtrWillBeRawPtr<Range> selectedRange = m_frame.selection().toNormalizedRange()) m_frame 147 Source/core/editing/SpellChecker.cpp m_frame.document()->markers().removeMarkers(selectedRange.get(), DocumentMarker::Spelling); m_frame 157 Source/core/editing/SpellChecker.cpp VisibleSelection selection(m_frame.selection().selection()); m_frame 158 Source/core/editing/SpellChecker.cpp RefPtrWillBeRawPtr<Range> spellingSearchRange(rangeOfContents(m_frame.document())); m_frame 181 Source/core/editing/SpellChecker.cpp position = firstEditablePositionAfterPositionInRoot(position, m_frame.document()->documentElement()).deepEquivalent(); m_frame 290 Source/core/editing/SpellChecker.cpp m_frame.selection().setSelection(VisibleSelection(badGrammarRange.get(), SEL_DEFAULT_AFFINITY)); m_frame 291 Source/core/editing/SpellChecker.cpp m_frame.selection().revealSelection(); m_frame 293 Source/core/editing/SpellChecker.cpp m_frame.document()->markers().addMarker(badGrammarRange.get(), DocumentMarker::Grammar, grammarDetail.userDescription); m_frame 299 Source/core/editing/SpellChecker.cpp m_frame.selection().setSelection(VisibleSelection(misspellingRange.get(), DOWNSTREAM)); m_frame 300 Source/core/editing/SpellChecker.cpp m_frame.selection().revealSelection(); m_frame 303 Source/core/editing/SpellChecker.cpp m_frame.document()->markers().addMarker(misspellingRange.get(), DocumentMarker::Spelling); m_frame 322 Source/core/editing/SpellChecker.cpp m_frame.document()->markers().removeMarkers(selectedRange.get(), DocumentMarker::MisspellingMarkers()); m_frame 372 Source/core/editing/SpellChecker.cpp if (newSelection != m_frame.selection().selection()) { m_frame 373 Source/core/editing/SpellChecker.cpp m_frame.selection().setSelection(newSelection); m_frame 376 Source/core/editing/SpellChecker.cpp m_frame.editor().replaceSelectionWithText(autocorrectedString, false, false); m_frame 379 Source/core/editing/SpellChecker.cpp m_frame.selection().moveTo(m_frame.selection().selection().visibleEnd()); m_frame 380 Source/core/editing/SpellChecker.cpp m_frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, CharacterGranularity); m_frame 431 Source/core/editing/SpellChecker.cpp return isSpellCheckingEnabledFor(m_frame.selection().start().deprecatedNode()); m_frame 466 Source/core/editing/SpellChecker.cpp bool asynchronous = m_frame.settings() && m_frame.settings()->asynchronousSpellCheckingEnabled(); m_frame 474 Source/core/editing/SpellChecker.cpp RefPtrWillBeRawPtr<Range> rangeToCheck = Range::create(*m_frame.document(), firstPositionInNode(node), lastPositionInNode(node)); m_frame 545 Source/core/editing/SpellChecker.cpp if (m_frame.selection().isCaret()) { m_frame 547 Source/core/editing/SpellChecker.cpp Position caretPosition = m_frame.selection().end(); m_frame 596 Source/core/editing/SpellChecker.cpp m_frame.selection().moveTo(selectionRange->endPosition(), DOWNSTREAM); m_frame 598 Source/core/editing/SpellChecker.cpp m_frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, CharacterGranularity); m_frame 601 Source/core/editing/SpellChecker.cpp m_frame.selection().moveTo(m_frame.selection().selection().visibleEnd()); m_frame 602 Source/core/editing/SpellChecker.cpp m_frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, CharacterGranularity); m_frame 642 Source/core/editing/SpellChecker.cpp VisiblePosition startOfSelection = m_frame.selection().selection().visibleStart(); m_frame 643 Source/core/editing/SpellChecker.cpp VisiblePosition endOfSelection = m_frame.selection().selection().visibleEnd(); m_frame 690 Source/core/editing/SpellChecker.cpp Document* document = m_frame.document(); m_frame 708 Source/core/editing/SpellChecker.cpp m_frame.document()->markers().removeMarkers(node, markerTypes); m_frame 720 Source/core/editing/SpellChecker.cpp bool caretBrowsing = m_frame.settings() && m_frame.settings()->caretBrowsingEnabled(); m_frame 721 Source/core/editing/SpellChecker.cpp if (m_frame.selection().selection().isContentEditable() || caretBrowsing) { m_frame 722 Source/core/editing/SpellChecker.cpp VisiblePosition newStart(m_frame.selection().selection().visibleStart()); m_frame 744 Source/core/editing/SpellChecker.cpp m_frame.document()->markers().removeMarkers(wordRange.get(), DocumentMarker::Spelling); m_frame 748 Source/core/editing/SpellChecker.cpp m_frame.document()->markers().removeMarkers(sentenceRange.get(), DocumentMarker::Grammar); m_frame 754 Source/core/editing/SpellChecker.cpp m_frame.document()->markers().removeMarkers(DocumentMarker::Spelling); m_frame 756 Source/core/editing/SpellChecker.cpp m_frame.document()->markers().removeMarkers(DocumentMarker::Grammar); m_frame 761 Source/core/editing/SpellChecker.cpp if (!m_frame.selection().selection().isContentEditable()) m_frame 764 Source/core/editing/SpellChecker.cpp if (isSelectionInTextField(m_frame.selection().selection())) { m_frame 770 Source/core/editing/SpellChecker.cpp spellCheckOldSelection(m_frame.selection().selection(), empty, empty); m_frame 807 Source/core/editing/SpellChecker.cpp Node* node = findFirstMarkable(m_frame.selection().start().deprecatedNode()); m_frame 813 Source/core/editing/SpellChecker.cpp Vector<DocumentMarker*> markers = m_frame.document()->markers().markersFor(node); m_frame 839 Source/core/editing/SpellChecker.cpp return WebCore::unifiedTextCheckerEnabled(&m_frame); m_frame 87 Source/core/editing/SpellChecker.h LocalFrame& m_frame; m_frame 47 Source/core/frame/BarProp.cpp if (!m_frame) m_frame 49 Source/core/frame/BarProp.cpp FrameHost* host = m_frame->host(); m_frame 61 Source/core/frame/Console.cpp if (!m_frame) m_frame 63 Source/core/frame/Console.cpp return m_frame->document(); m_frame 68 Source/core/frame/Console.cpp if (!m_frame || !m_frame->host() || !callStack.get()) m_frame 72 Source/core/frame/Console.cpp if (m_frame->host()->chrome().client().shouldReportDetailedMessageForSource(callStack->at(0).sourceURL())) { m_frame 76 Source/core/frame/Console.cpp m_frame->host()->chrome().client().addMessageToConsole(ConsoleAPIMessageSource, level, message, callStack->at(0).lineNumber(), callStack->at(0).sourceURL(), stackTrace); m_frame 83 Source/core/frame/Console.cpp return MemoryInfo::create(m_frame); m_frame 310 Source/core/frame/DOMWindow.cpp return m_frame && allowPopUp(*m_frame); m_frame 387 Source/core/frame/DOMWindow.cpp ASSERT(init.frame() == m_frame); m_frame 395 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 398 Source/core/frame/DOMWindow.cpp m_frame->script().updateDocument(); m_frame 401 Source/core/frame/DOMWindow.cpp if (m_frame->page() && m_frame->view()) { m_frame 402 Source/core/frame/DOMWindow.cpp if (ScrollingCoordinator* scrollingCoordinator = m_frame->page()->scrollingCoordinator()) { m_frame 403 Source/core/frame/DOMWindow.cpp scrollingCoordinator->scrollableAreaScrollbarLayerDidChange(m_frame->view(), HorizontalScrollbar); m_frame 404 Source/core/frame/DOMWindow.cpp scrollingCoordinator->scrollableAreaScrollbarLayerDidChange(m_frame->view(), VerticalScrollbar); m_frame 405 Source/core/frame/DOMWindow.cpp scrollingCoordinator->scrollableAreaScrollLayerDidChange(m_frame->view()); m_frame 409 Source/core/frame/DOMWindow.cpp m_frame->selection().updateSecureKeyboardEntryIfActive(); m_frame 411 Source/core/frame/DOMWindow.cpp if (m_frame->isMainFrame()) { m_frame 412 Source/core/frame/DOMWindow.cpp m_frame->notifyChromeClientWheelEventHandlerCountChanged(); m_frame 414 Source/core/frame/DOMWindow.cpp m_frame->host()->chrome().client().needTouchEvents(true); m_frame 548 Source/core/frame/DOMWindow.cpp InspectorInstrumentation::frameWindowDiscarded(m_frame, this); m_frame 611 Source/core/frame/DOMWindow.cpp return m_frame && m_frame->domWindow() == this && m_frame->host(); m_frame 620 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 623 Source/core/frame/DOMWindow.cpp return m_frame->orientation(); m_frame 629 Source/core/frame/DOMWindow.cpp m_screen = Screen::create(m_frame); m_frame 636 Source/core/frame/DOMWindow.cpp m_history = History::create(m_frame); m_frame 644 Source/core/frame/DOMWindow.cpp m_locationbar = BarProp::create(m_frame, BarProp::Locationbar); m_frame 652 Source/core/frame/DOMWindow.cpp m_menubar = BarProp::create(m_frame, BarProp::Menubar); m_frame 660 Source/core/frame/DOMWindow.cpp m_personalbar = BarProp::create(m_frame, BarProp::Personalbar); m_frame 668 Source/core/frame/DOMWindow.cpp m_scrollbars = BarProp::create(m_frame, BarProp::Scrollbars); m_frame 676 Source/core/frame/DOMWindow.cpp m_statusbar = BarProp::create(m_frame, BarProp::Statusbar); m_frame 684 Source/core/frame/DOMWindow.cpp m_toolbar = BarProp::create(m_frame, BarProp::Toolbar); m_frame 691 Source/core/frame/DOMWindow.cpp m_console = Console::create(m_frame); m_frame 699 Source/core/frame/DOMWindow.cpp return m_frame->host() ? &m_frame->host()->console() : 0; m_frame 707 Source/core/frame/DOMWindow.cpp m_applicationCache = ApplicationCache::create(m_frame); m_frame 714 Source/core/frame/DOMWindow.cpp m_navigator = Navigator::create(m_frame); m_frame 721 Source/core/frame/DOMWindow.cpp m_performance = Performance::create(m_frame); m_frame 728 Source/core/frame/DOMWindow.cpp m_location = Location::create(m_frame); m_frame 753 Source/core/frame/DOMWindow.cpp if (!m_sessionStorage->area()->canAccessStorage(m_frame)) { m_frame 765 Source/core/frame/DOMWindow.cpp if (!storageArea->canAccessStorage(m_frame)) { m_frame 770 Source/core/frame/DOMWindow.cpp m_sessionStorage = Storage::create(m_frame, storageArea.release()); m_frame 795 Source/core/frame/DOMWindow.cpp if (!m_localStorage->area()->canAccessStorage(m_frame)) { m_frame 808 Source/core/frame/DOMWindow.cpp if (!storageArea->canAccessStorage(m_frame)) { m_frame 813 Source/core/frame/DOMWindow.cpp m_localStorage = Storage::create(m_frame, storageArea.release()); m_frame 874 Source/core/frame/DOMWindow.cpp if (m_frame->loader().client()->willCheckAndDispatchMessageEvent(timer->targetOrigin(), event.get())) m_frame 899 Source/core/frame/DOMWindow.cpp if (!isCurrentlyDisplayedInFrame() || !m_frame) m_frame 902 Source/core/frame/DOMWindow.cpp return m_frame->document()->getSelection(); m_frame 907 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 910 Source/core/frame/DOMWindow.cpp return m_frame->ownerElement(); m_frame 915 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 918 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 931 Source/core/frame/DOMWindow.cpp if (m_frame->isMainFrame() && allowFocus) m_frame 934 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 937 Source/core/frame/DOMWindow.cpp m_frame->eventHandler().focusDocumentView(); m_frame 946 Source/core/frame/DOMWindow.cpp if (!m_frame || !m_frame->isMainFrame()) m_frame 949 Source/core/frame/DOMWindow.cpp Page* page = m_frame->page(); m_frame 959 Source/core/frame/DOMWindow.cpp if (!activeDocument->canNavigate(m_frame)) m_frame 963 Source/core/frame/DOMWindow.cpp Settings* settings = m_frame->settings(); m_frame 971 Source/core/frame/DOMWindow.cpp if (!m_frame->loader().shouldClose()) m_frame 979 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 982 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 986 Source/core/frame/DOMWindow.cpp if (m_frame->loader().provisionalDocumentLoader() || m_frame->loader().documentLoader()->isLoading()) { m_frame 991 Source/core/frame/DOMWindow.cpp host->chrome().print(m_frame); m_frame 996 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 998 Source/core/frame/DOMWindow.cpp m_frame->loader().stopAllLoaders(); m_frame 1003 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1006 Source/core/frame/DOMWindow.cpp m_frame->document()->updateRenderTreeIfNeeded(); m_frame 1008 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 1012 Source/core/frame/DOMWindow.cpp host->chrome().runJavaScriptAlert(m_frame, message); m_frame 1017 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1020 Source/core/frame/DOMWindow.cpp m_frame->document()->updateRenderTreeIfNeeded(); m_frame 1022 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 1026 Source/core/frame/DOMWindow.cpp return host->chrome().runJavaScriptConfirm(m_frame, message); m_frame 1031 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1034 Source/core/frame/DOMWindow.cpp m_frame->document()->updateRenderTreeIfNeeded(); m_frame 1036 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 1041 Source/core/frame/DOMWindow.cpp if (host->chrome().runJavaScriptPrompt(m_frame, message, defaultValue, returnValue)) m_frame 1054 Source/core/frame/DOMWindow.cpp RefPtr<LocalFrame> protectFrame(m_frame); m_frame 1057 Source/core/frame/DOMWindow.cpp return m_frame->editor().findString(string, !backwards, caseSensitive, wrap, false); m_frame 1067 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1070 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 1081 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1084 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 1095 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1098 Source/core/frame/DOMWindow.cpp FrameView* view = m_frame->view(); m_frame 1103 Source/core/frame/DOMWindow.cpp if (LocalFrame* parent = m_frame->tree().parent()) m_frame 1106 Source/core/frame/DOMWindow.cpp return adjustForAbsoluteZoom(view->visibleContentRect(IncludeScrollbars).height(), m_frame->pageZoomFactor()); m_frame 1111 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1114 Source/core/frame/DOMWindow.cpp FrameView* view = m_frame->view(); m_frame 1119 Source/core/frame/DOMWindow.cpp if (LocalFrame* parent = m_frame->tree().parent()) m_frame 1122 Source/core/frame/DOMWindow.cpp return adjustForAbsoluteZoom(view->visibleContentRect(IncludeScrollbars).width(), m_frame->pageZoomFactor()); m_frame 1127 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1130 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 1141 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1144 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 1155 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1158 Source/core/frame/DOMWindow.cpp FrameView* view = m_frame->view(); m_frame 1162 Source/core/frame/DOMWindow.cpp m_frame->document()->updateLayoutIgnorePendingStylesheets(); m_frame 1164 Source/core/frame/DOMWindow.cpp return adjustForAbsoluteZoom(view->scrollX(), m_frame->pageZoomFactor()); m_frame 1169 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1172 Source/core/frame/DOMWindow.cpp FrameView* view = m_frame->view(); m_frame 1176 Source/core/frame/DOMWindow.cpp m_frame->document()->updateLayoutIgnorePendingStylesheets(); m_frame 1178 Source/core/frame/DOMWindow.cpp return adjustForAbsoluteZoom(view->scrollY(), m_frame->pageZoomFactor()); m_frame 1183 Source/core/frame/DOMWindow.cpp return !m_frame; m_frame 1191 Source/core/frame/DOMWindow.cpp return m_frame->tree().scopedChildCount(); m_frame 1199 Source/core/frame/DOMWindow.cpp return m_frame->tree().name(); m_frame 1207 Source/core/frame/DOMWindow.cpp m_frame->tree().setName(name); m_frame 1208 Source/core/frame/DOMWindow.cpp ASSERT(m_frame->loader().client()); m_frame 1209 Source/core/frame/DOMWindow.cpp m_frame->loader().client()->didChangeName(name); m_frame 1216 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1219 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 1223 Source/core/frame/DOMWindow.cpp ASSERT(m_frame->document()); // Client calls shouldn't be made when the frame is in inconsistent state. m_frame 1224 Source/core/frame/DOMWindow.cpp host->chrome().setStatusbarText(m_frame, m_status); m_frame 1231 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1234 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 1238 Source/core/frame/DOMWindow.cpp ASSERT(m_frame->document()); // Client calls shouldn't be made when the frame is in inconsistent state. m_frame 1239 Source/core/frame/DOMWindow.cpp host->chrome().setStatusbarText(m_frame, m_defaultStatus); m_frame 1244 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1247 Source/core/frame/DOMWindow.cpp return m_frame->domWindow(); m_frame 1252 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1255 Source/core/frame/DOMWindow.cpp LocalFrame* opener = m_frame->loader().opener(); m_frame 1264 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1267 Source/core/frame/DOMWindow.cpp LocalFrame* parent = m_frame->tree().parent(); m_frame 1271 Source/core/frame/DOMWindow.cpp return m_frame->domWindow(); m_frame 1276 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1279 Source/core/frame/DOMWindow.cpp Page* page = m_frame->page(); m_frame 1283 Source/core/frame/DOMWindow.cpp return m_frame->tree().top()->domWindow(); m_frame 1294 Source/core/frame/DOMWindow.cpp m_media = StyleMedia::create(m_frame); m_frame 1322 Source/core/frame/DOMWindow.cpp return m_frame->document()->ensureStyleResolver().pseudoCSSRulesForElement(element, pseudoId, rulesToInclude); m_frame 1357 Source/core/frame/DOMWindow.cpp if (!m_frame) m_frame 1360 Source/core/frame/DOMWindow.cpp return m_frame->devicePixelRatio(); m_frame 1389 Source/core/frame/DOMWindow.cpp FrameView* view = m_frame->view(); m_frame 1393 Source/core/frame/DOMWindow.cpp IntSize scaledOffset(x * m_frame->pageZoomFactor(), y * m_frame->pageZoomFactor()); m_frame 1409 Source/core/frame/DOMWindow.cpp RefPtr<FrameView> view = m_frame->view(); m_frame 1413 Source/core/frame/DOMWindow.cpp IntPoint layoutPos(x * m_frame->pageZoomFactor(), y * m_frame->pageZoomFactor()); m_frame 1420 Source/core/frame/DOMWindow.cpp if (!m_frame || !m_frame->isMainFrame()) m_frame 1423 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 1430 Source/core/frame/DOMWindow.cpp host->chrome().setWindowRect(adjustWindowRect(*m_frame, windowRect)); m_frame 1435 Source/core/frame/DOMWindow.cpp if (!m_frame || !m_frame->isMainFrame()) m_frame 1438 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 1445 Source/core/frame/DOMWindow.cpp host->chrome().setWindowRect(adjustWindowRect(*m_frame, windowRect)); m_frame 1450 Source/core/frame/DOMWindow.cpp if (!m_frame || !m_frame->isMainFrame()) m_frame 1453 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 1460 Source/core/frame/DOMWindow.cpp host->chrome().setWindowRect(adjustWindowRect(*m_frame, update)); m_frame 1465 Source/core/frame/DOMWindow.cpp if (!m_frame || !m_frame->isMainFrame()) m_frame 1468 Source/core/frame/DOMWindow.cpp FrameHost* host = m_frame->host(); m_frame 1475 Source/core/frame/DOMWindow.cpp host->chrome().setWindowRect(adjustWindowRect(*m_frame, update)); m_frame 1575 Source/core/frame/DOMWindow.cpp if (m_frame && m_frame->loader().documentLoader() && !m_frame->loader().documentLoader()->timing()->loadEventStart()) { m_frame 1578 Source/core/frame/DOMWindow.cpp RefPtr<DocumentLoader> documentLoader = m_frame->loader().documentLoader(); m_frame 1589 Source/core/frame/DOMWindow.cpp Element* ownerElement = m_frame ? m_frame->ownerElement() : 0; m_frame 1646 Source/core/frame/DOMWindow.cpp if (!activeDocument->canNavigate(m_frame)) m_frame 1661 Source/core/frame/DOMWindow.cpp m_frame->navigationScheduler().scheduleLocationChange(activeDocument, m_frame 1782 Source/core/frame/DOMWindow.cpp if (frameName.isEmpty() || !m_frame->tree().find(frameName)) m_frame 1790 Source/core/frame/DOMWindow.cpp targetFrame = m_frame->tree().top(); m_frame 1792 Source/core/frame/DOMWindow.cpp if (LocalFrame* parent = m_frame->tree().parent()) m_frame 1795 Source/core/frame/DOMWindow.cpp targetFrame = m_frame; m_frame 1820 Source/core/frame/DOMWindow.cpp LocalFrame* result = createWindow(urlString, frameName, windowFeatures, *callingWindow, *firstFrame, *m_frame); m_frame 1836 Source/core/frame/DOMWindow.cpp if (!canShowModalDialogNow(m_frame) || !enteredWindow->allowPopUp()) m_frame 1841 Source/core/frame/DOMWindow.cpp WindowFeatures windowFeatures(dialogFeaturesString, screenAvailableRect(m_frame->view())); m_frame 1843 Source/core/frame/DOMWindow.cpp *callingWindow, *firstFrame, *m_frame, function, functionContext); m_frame 37 Source/core/frame/DOMWindowProperty.cpp : m_frame(frame) m_frame 43 Source/core/frame/DOMWindowProperty.cpp if (m_frame) { m_frame 44 Source/core/frame/DOMWindowProperty.cpp m_associatedDOMWindow = m_frame->domWindow(); m_frame 55 Source/core/frame/DOMWindowProperty.cpp m_frame = 0; m_frame 61 Source/core/frame/DOMWindowProperty.cpp ASSERT(m_frame); m_frame 69 Source/core/frame/DOMWindowProperty.cpp m_frame = 0; m_frame 75 Source/core/frame/DOMWindowProperty.cpp ASSERT(m_frame); m_frame 41 Source/core/frame/DOMWindowProperty.h LocalFrame* frame() const { return m_frame; } m_frame 46 Source/core/frame/DOMWindowProperty.h LocalFrame* m_frame; m_frame 34 Source/core/frame/FrameDestructionObserver.cpp : m_frame(0) m_frame 47 Source/core/frame/FrameDestructionObserver.cpp if (m_frame) m_frame 48 Source/core/frame/FrameDestructionObserver.cpp m_frame->removeDestructionObserver(this); m_frame 50 Source/core/frame/FrameDestructionObserver.cpp m_frame = frame; m_frame 52 Source/core/frame/FrameDestructionObserver.cpp if (m_frame) m_frame 53 Source/core/frame/FrameDestructionObserver.cpp m_frame->addDestructionObserver(this); m_frame 58 Source/core/frame/FrameDestructionObserver.cpp m_frame = 0; m_frame 40 Source/core/frame/FrameDestructionObserver.h LocalFrame* frame() const { return m_frame; } m_frame 46 Source/core/frame/FrameDestructionObserver.h LocalFrame* m_frame; m_frame 132 Source/core/frame/FrameView.cpp : m_frame(frame) m_frame 159 Source/core/frame/FrameView.cpp ASSERT(m_frame); m_frame 206 Source/core/frame/FrameView.cpp ASSERT(m_frame); m_frame 207 Source/core/frame/FrameView.cpp ASSERT(m_frame->view() != this || !m_frame->contentRenderer()); m_frame 208 Source/core/frame/FrameView.cpp HTMLFrameOwnerElement* ownerElement = m_frame->ownerElement(); m_frame 274 Source/core/frame/FrameView.cpp Element* ownerElement = m_frame->ownerElement(); m_frame 294 Source/core/frame/FrameView.cpp if (m_frame->page()) { m_frame 295 Source/core/frame/FrameView.cpp if (ScrollingCoordinator* scrollingCoordinator = m_frame->page()->scrollingCoordinator()) m_frame 353 Source/core/frame/FrameView.cpp RenderPart* renderer = m_frame->ownerRenderer(); m_frame 372 Source/core/frame/FrameView.cpp if (isMainFrame() && m_frame->settings()->textAutosizingEnabled()) { m_frame 374 Source/core/frame/FrameView.cpp for (LocalFrame* frame = m_frame.get(); frame; frame = frame->tree().traverseNext()) { m_frame 387 Source/core/frame/FrameView.cpp if (FastTextAutosizer* textAutosizer = m_frame->document()->fastTextAutosizer()) m_frame 429 Source/core/frame/FrameView.cpp if (Settings* settings = m_frame->settings()) { m_frame 435 Source/core/frame/FrameView.cpp Document* doc = m_frame->document(); m_frame 452 Source/core/frame/FrameView.cpp RenderPart* frameRenderer = m_frame->ownerRenderer(); m_frame 454 Source/core/frame/FrameView.cpp customScrollbarFrame = m_frame.get(); m_frame 486 Source/core/frame/FrameView.cpp page->chrome().contentsSizeChanged(m_frame.get(), size); m_frame 509 Source/core/frame/FrameView.cpp ASSERT(m_frame->view() == this); m_frame 513 Source/core/frame/FrameView.cpp ScrollView::setScrollOrigin(IntPoint(-rect.x(), -rect.y()), !m_frame->document()->printing(), size == contentsSize()); m_frame 537 Source/core/frame/FrameView.cpp if (m_frame->settings()->ignoreMainFrameOverflowHiddenQuirk() && m_frame->isMainFrame()) m_frame 579 Source/core/frame/FrameView.cpp const HTMLFrameOwnerElement* owner = m_frame->ownerElement(); m_frame 595 Source/core/frame/FrameView.cpp Document* document = m_frame->document(); m_frame 658 Source/core/frame/FrameView.cpp if (m_frame->settings() && m_frame->settings()->compositedScrollingForFramesEnabled()) m_frame 704 Source/core/frame/FrameView.cpp RenderObject* frameOwnerRenderer = m_frame->ownerRenderer(); m_frame 721 Source/core/frame/FrameView.cpp RenderPart* ownerRenderer = m_frame->ownerRenderer(); m_frame 765 Source/core/frame/FrameView.cpp Document* document = m_frame->document(); m_frame 847 Source/core/frame/FrameView.cpp ASSERT(m_frame); m_frame 848 Source/core/frame/FrameView.cpp ASSERT(m_frame->view() == this); m_frame 849 Source/core/frame/FrameView.cpp ASSERT(m_frame->page()); m_frame 851 Source/core/frame/FrameView.cpp if (isInPerformLayout() || !m_frame->document()->isActive()) m_frame 868 Source/core/frame/FrameView.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willLayout(m_frame.get()); m_frame 882 Source/core/frame/FrameView.cpp Document* document = m_frame->document(); m_frame 898 Source/core/frame/FrameView.cpp Document* document = m_frame->document(); m_frame 1030 Source/core/frame/FrameView.cpp frame().page()->chrome().client().layoutUpdated(m_frame.get()); m_frame 1121 Source/core/frame/FrameView.cpp return m_frame->document()->lifecycle(); m_frame 1205 Source/core/frame/FrameView.cpp ASSERT(m_frame->document()); m_frame 1206 Source/core/frame/FrameView.cpp m_frame->document()->mediaQueryAffectingValueChanged(); m_frame 1214 Source/core/frame/FrameView.cpp InspectorInstrumentation::applyEmulatedMedia(m_frame.get(), &overrideType); m_frame 1247 Source/core/frame/FrameView.cpp if (m_frame->ownerElement() && !hasCompositedContent() && m_frame->page() && m_frame->page()->mainFrame()->view()->hasCompositedContent()) m_frame 1295 Source/core/frame/FrameView.cpp if (Page* page = m_frame->page()) { m_frame 1307 Source/core/frame/FrameView.cpp if (Page* page = m_frame->page()) { m_frame 1322 Source/core/frame/FrameView.cpp if (Page* page = m_frame->page()) { m_frame 1334 Source/core/frame/FrameView.cpp if (Page* page = m_frame->page()) { m_frame 1354 Source/core/frame/FrameView.cpp if ((m_frame->settings() && !m_frame->settings()->viewportEnabled()) || !hasViewportConstrainedObjects()) m_frame 1383 Source/core/frame/FrameView.cpp Document* document = m_frame->document(); m_frame 1402 Source/core/frame/FrameView.cpp return m_frame->eventHandler().lastKnownMousePosition(); m_frame 1415 Source/core/frame/FrameView.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) { m_frame 1521 Source/core/frame/FrameView.cpp if (RenderPart* frameRenderer = m_frame->ownerRenderer()) { m_frame 1556 Source/core/frame/FrameView.cpp if (!url.hasFragmentIdentifier() && !m_frame->document()->cssTarget()) m_frame 1564 Source/core/frame/FrameView.cpp if (m_frame->document()->encoding().isValid()) m_frame 1565 Source/core/frame/FrameView.cpp return scrollToAnchor(decodeURLEscapeSequences(fragmentIdentifier, m_frame->document()->encoding())); m_frame 1572 Source/core/frame/FrameView.cpp ASSERT(m_frame->document()); m_frame 1574 Source/core/frame/FrameView.cpp if (!m_frame->document()->haveStylesheetsLoaded()) { m_frame 1575 Source/core/frame/FrameView.cpp m_frame->document()->setGotoAnchorNeededAfterStylesheetsLoad(true); m_frame 1579 Source/core/frame/FrameView.cpp m_frame->document()->setGotoAnchorNeededAfterStylesheetsLoad(false); m_frame 1581 Source/core/frame/FrameView.cpp Element* anchorNode = m_frame->document()->findAnchor(name); m_frame 1584 Source/core/frame/FrameView.cpp m_frame->document()->setCSSTarget(anchorNode); m_frame 1586 Source/core/frame/FrameView.cpp if (m_frame->document()->isSVGDocument()) { m_frame 1587 Source/core/frame/FrameView.cpp if (SVGSVGElement* svg = toSVGDocument(m_frame->document())->rootElement()) { m_frame 1598 Source/core/frame/FrameView.cpp maintainScrollPositionAtAnchor(anchorNode ? static_cast<Node*>(anchorNode) : m_frame->document()); m_frame 1602 Source/core/frame/FrameView.cpp m_frame->document()->setFocusedElement(anchorNode); m_frame 1615 Source/core/frame/FrameView.cpp m_frame->document()->updateRenderTreeIfNeeded(); m_frame 1626 Source/core/frame/FrameView.cpp m_frame->document()->updateLayoutIgnorePendingStylesheets(); m_frame 1674 Source/core/frame/FrameView.cpp Document* document = m_frame->document(); m_frame 1677 Source/core/frame/FrameView.cpp m_frame->eventHandler().dispatchFakeMouseMoveEventSoon(); m_frame 1688 Source/core/frame/FrameView.cpp if (AXObjectCache* cache = m_frame->document()->existingAXObjectCache()) m_frame 1696 Source/core/frame/FrameView.cpp if (m_frame->document() && m_frame->document()->renderer()) { m_frame 1787 Source/core/frame/FrameView.cpp ASSERT(!m_frame->ownerElement()); m_frame 1800 Source/core/frame/FrameView.cpp if (isMainFrame() && m_frame->document()) { m_frame 1801 Source/core/frame/FrameView.cpp if (FastTextAutosizer* textAutosizer = m_frame->document()->fastTextAutosizer()) m_frame 1848 Source/core/frame/FrameView.cpp ASSERT(m_frame->view() == this); m_frame 1858 Source/core/frame/FrameView.cpp if (!m_frame->document()->shouldScheduleLayout()) m_frame 1860 Source/core/frame/FrameView.cpp InspectorInstrumentation::didInvalidateLayout(m_frame.get()); m_frame 1879 Source/core/frame/FrameView.cpp ASSERT(m_frame->view() == this); m_frame 1899 Source/core/frame/FrameView.cpp InspectorInstrumentation::didInvalidateLayout(m_frame.get()); m_frame 1906 Source/core/frame/FrameView.cpp InspectorInstrumentation::didInvalidateLayout(m_frame.get()); m_frame 1912 Source/core/frame/FrameView.cpp InspectorInstrumentation::didInvalidateLayout(m_frame.get()); m_frame 1985 Source/core/frame/FrameView.cpp for (LocalFrame* frame = m_frame.get(); frame; frame = frame->tree().traverseNext(m_frame.get())) { m_frame 2003 Source/core/frame/FrameView.cpp if (anchorNode != m_frame->document()) m_frame 2010 Source/core/frame/FrameView.cpp if (AXObjectCache* cache = m_frame->document()->existingAXObjectCache()) m_frame 2095 Source/core/frame/FrameView.cpp m_frame->selection().setCaretRectNeedsUpdate(); m_frame 2100 Source/core/frame/FrameView.cpp m_frame->selection().updateAppearance(); m_frame 2103 Source/core/frame/FrameView.cpp ASSERT(m_frame->document()); m_frame 2109 Source/core/frame/FrameView.cpp if (!m_frame->document()->parsing() && m_frame->loader().stateMachine()->committedFirstRealDocumentLoad()) m_frame 2113 Source/core/frame/FrameView.cpp if (m_isVisuallyNonEmpty && !m_frame->document()->didLayoutWithPendingStylesheets() && m_firstVisuallyNonEmptyLayoutCallbackPending) { m_frame 2117 Source/core/frame/FrameView.cpp m_frame->loader().client()->dispatchDidFirstVisuallyNonEmptyLayout(); m_frame 2121 Source/core/frame/FrameView.cpp FontFaceSet::didLayout(*m_frame->document()); m_frame 2131 Source/core/frame/FrameView.cpp if (Page* page = m_frame->page()) { m_frame 2143 Source/core/frame/FrameView.cpp ASSERT(m_frame); m_frame 2160 Source/core/frame/FrameView.cpp m_frame->document()->enqueueResizeEvent(); m_frame 2163 Source/core/frame/FrameView.cpp InspectorInstrumentation::didResizeMainFrame(m_frame->page()); m_frame 2274 Source/core/frame/FrameView.cpp && !m_frame->document()->loadEventFinished() && (newSize.height() < size.height() || newSize.width() < size.width())) m_frame 2308 Source/core/frame/FrameView.cpp m_frame->document()->enqueueAnimationFrameEvent(event.release()); m_frame 2315 Source/core/frame/FrameView.cpp ASSERT(m_frame->view() == this); m_frame 2322 Source/core/frame/FrameView.cpp if (!m_frame->ownerElement()) m_frame 2326 Source/core/frame/FrameView.cpp HTMLFrameOwnerElement* ownerElement = m_frame->ownerElement(); m_frame 2433 Source/core/frame/FrameView.cpp if (m_frame->view() != this) m_frame 2436 Source/core/frame/FrameView.cpp return !!m_frame->document(); m_frame 2463 Source/core/frame/FrameView.cpp HTMLFrameOwnerElement* owner = m_frame->ownerElement(); m_frame 2494 Source/core/frame/FrameView.cpp return m_frame->loader().state() != FrameStateComplete; m_frame 2508 Source/core/frame/FrameView.cpp Page* page = m_frame->page(); m_frame 2529 Source/core/frame/FrameView.cpp return m_frame->settings() && m_frame->settings()->scrollAnimatorEnabled(); m_frame 2534 Source/core/frame/FrameView.cpp Document* document = m_frame->document(); m_frame 2542 Source/core/frame/FrameView.cpp if (Page* page = m_frame->page()) m_frame 2550 Source/core/frame/FrameView.cpp Document* doc = m_frame->document(); m_frame 2569 Source/core/frame/FrameView.cpp if (RenderPart* renderer = m_frame->ownerRenderer()) m_frame 2669 Source/core/frame/FrameView.cpp if (LocalFrame* parentFrame = m_frame->tree().parent()) m_frame 2683 Source/core/frame/FrameView.cpp if (m_frame->document()->url().isEmpty()) m_frame 2715 Source/core/frame/FrameView.cpp Document* document = m_frame->document(); m_frame 2721 Source/core/frame/FrameView.cpp else if (m_frame->ownerElement()) m_frame 2828 Source/core/frame/FrameView.cpp if (m_frame->document()->printing()) m_frame 2832 Source/core/frame/FrameView.cpp if (m_frame->page()->chrome().client().paintCustomOverhangArea(context, horizontalOverhangArea, verticalOverhangArea, dirtyRect)) m_frame 2869 Source/core/frame/FrameView.cpp m_frame->document()->updateRenderTreeIfNeeded(); m_frame 2877 Source/core/frame/FrameView.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) { m_frame 2946 Source/core/frame/FrameView.cpp FloatSize maxPageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(originalPageSize.width(), originalPageSize.height()), expectedPageSize); m_frame 3024 Source/core/frame/FrameView.cpp RenderPart* renderer = m_frame->ownerRenderer(); m_frame 3048 Source/core/frame/FrameView.cpp RenderPart* renderer = m_frame->ownerRenderer(); m_frame 3072 Source/core/frame/FrameView.cpp RenderPart* renderer = m_frame->ownerRenderer(); m_frame 3097 Source/core/frame/FrameView.cpp RenderPart* renderer = m_frame->ownerRenderer(); m_frame 3119 Source/core/frame/FrameView.cpp for (LocalFrame* frame = m_frame->tree().top(); frame; frame = frame->tree().traverseNext()) { m_frame 3255 Source/core/frame/FrameView.cpp return m_frame->isMainFrame(); m_frame 76 Source/core/frame/FrameView.h LocalFrame& frame() const { return *m_frame; } m_frame 434 Source/core/frame/FrameView.h RefPtr<LocalFrame> m_frame; m_frame 54 Source/core/frame/History.cpp if (!m_frame) m_frame 56 Source/core/frame/History.cpp if (!m_frame->page()) m_frame 58 Source/core/frame/History.cpp return m_frame->page()->backForward().backForwardListCount(); m_frame 69 Source/core/frame/History.cpp if (!m_frame) m_frame 72 Source/core/frame/History.cpp if (HistoryItem* historyItem = m_frame->loader().currentItem()) m_frame 100 Source/core/frame/History.cpp if (!m_frame) m_frame 108 Source/core/frame/History.cpp if (!activeDocument->canNavigate(m_frame)) m_frame 111 Source/core/frame/History.cpp m_frame->navigationScheduler().scheduleHistoryNavigation(distance); m_frame 116 Source/core/frame/History.cpp Document* document = m_frame->document(); m_frame 128 Source/core/frame/History.cpp if (!m_frame || !m_frame->page() || !m_frame->loader().documentLoader()) m_frame 132 Source/core/frame/History.cpp if (!fullURL.isValid() || !m_frame->document()->securityOrigin()->canRequest(fullURL)) { m_frame 134 Source/core/frame/History.cpp exceptionState.throwSecurityError("A history state object with URL '" + fullURL.elidedString() + "' cannot be created in a document with origin '" + m_frame->document()->securityOrigin()->toString() + "'."); m_frame 137 Source/core/frame/History.cpp m_frame->loader().updateForSameDocumentNavigation(fullURL, SameDocumentNavigationHistoryApi, data, updateBackForwardListPolicy); m_frame 52 Source/core/frame/Location.cpp ASSERT(m_frame); m_frame 54 Source/core/frame/Location.cpp const KURL& url = m_frame->document()->url(); m_frame 63 Source/core/frame/Location.cpp if (!m_frame) m_frame 71 Source/core/frame/Location.cpp if (!m_frame) m_frame 78 Source/core/frame/Location.cpp if (!m_frame) m_frame 85 Source/core/frame/Location.cpp if (!m_frame) m_frame 92 Source/core/frame/Location.cpp if (!m_frame) m_frame 99 Source/core/frame/Location.cpp if (!m_frame) m_frame 106 Source/core/frame/Location.cpp if (!m_frame) m_frame 113 Source/core/frame/Location.cpp if (!m_frame) m_frame 121 Source/core/frame/Location.cpp if (!m_frame) m_frame 123 Source/core/frame/Location.cpp for (LocalFrame* frame = m_frame->tree().parent(); frame; frame = frame->tree().parent()) m_frame 130 Source/core/frame/Location.cpp if (!m_frame) m_frame 138 Source/core/frame/Location.cpp if (!m_frame) m_frame 145 Source/core/frame/Location.cpp if (!m_frame) m_frame 147 Source/core/frame/Location.cpp KURL url = m_frame->document()->url(); m_frame 157 Source/core/frame/Location.cpp if (!m_frame) m_frame 159 Source/core/frame/Location.cpp KURL url = m_frame->document()->url(); m_frame 166 Source/core/frame/Location.cpp if (!m_frame) m_frame 168 Source/core/frame/Location.cpp KURL url = m_frame->document()->url(); m_frame 175 Source/core/frame/Location.cpp if (!m_frame) m_frame 177 Source/core/frame/Location.cpp KURL url = m_frame->document()->url(); m_frame 184 Source/core/frame/Location.cpp if (!m_frame) m_frame 186 Source/core/frame/Location.cpp KURL url = m_frame->document()->url(); m_frame 193 Source/core/frame/Location.cpp if (!m_frame) m_frame 195 Source/core/frame/Location.cpp KURL url = m_frame->document()->url(); m_frame 202 Source/core/frame/Location.cpp if (!m_frame) m_frame 204 Source/core/frame/Location.cpp KURL url = m_frame->document()->url(); m_frame 220 Source/core/frame/Location.cpp if (!m_frame) m_frame 227 Source/core/frame/Location.cpp if (!m_frame) m_frame 230 Source/core/frame/Location.cpp m_frame->domWindow()->setLocation(url, callingWindow, enteredWindow, LockHistoryAndBackForwardList); m_frame 235 Source/core/frame/Location.cpp if (!m_frame) m_frame 237 Source/core/frame/Location.cpp if (protocolIsJavaScript(m_frame->document()->url())) m_frame 239 Source/core/frame/Location.cpp m_frame->navigationScheduler().scheduleRefresh(); m_frame 244 Source/core/frame/Location.cpp ASSERT(m_frame); m_frame 245 Source/core/frame/Location.cpp LocalFrame* frame = m_frame->loader().findFrameForNavigation(nullAtom, callingWindow->document()); m_frame 84 Source/core/frame/Navigator.cpp if (!m_frame || !m_frame->page()) m_frame 87 Source/core/frame/Navigator.cpp return m_frame->loader().userAgent(m_frame->document()->url()); m_frame 93 Source/core/frame/Navigator.cpp m_plugins = DOMPluginArray::create(m_frame); m_frame 100 Source/core/frame/Navigator.cpp m_mimeTypes = DOMMimeTypeArray::create(m_frame); m_frame 106 Source/core/frame/Navigator.cpp if (!m_frame) m_frame 109 Source/core/frame/Navigator.cpp Settings* settings = m_frame->settings(); m_frame 113 Source/core/frame/Navigator.cpp return cookiesEnabled(m_frame->document()); m_frame 118 Source/core/frame/Navigator.cpp if (!m_frame || !m_frame->settings()) m_frame 121 Source/core/frame/Navigator.cpp if (!m_frame->settings()->javaEnabled()) m_frame 51 Source/core/frame/Screen.cpp if (!m_frame) m_frame 53 Source/core/frame/Screen.cpp FrameHost* host = m_frame->host(); m_frame 55 Source/core/frame/Screen.cpp return lroundf(screenRect(m_frame->view()).height() * host->deviceScaleFactor()); m_frame 56 Source/core/frame/Screen.cpp return static_cast<unsigned>(screenRect(m_frame->view()).height()); m_frame 61 Source/core/frame/Screen.cpp if (!m_frame) m_frame 63 Source/core/frame/Screen.cpp FrameHost* host = m_frame->host(); m_frame 65 Source/core/frame/Screen.cpp return lroundf(screenRect(m_frame->view()).width() * host->deviceScaleFactor()); m_frame 66 Source/core/frame/Screen.cpp return static_cast<unsigned>(screenRect(m_frame->view()).width()); m_frame 71 Source/core/frame/Screen.cpp if (!m_frame) m_frame 73 Source/core/frame/Screen.cpp return static_cast<unsigned>(screenDepth(m_frame->view())); m_frame 78 Source/core/frame/Screen.cpp if (!m_frame) m_frame 80 Source/core/frame/Screen.cpp return static_cast<unsigned>(screenDepth(m_frame->view())); m_frame 85 Source/core/frame/Screen.cpp if (!m_frame) m_frame 87 Source/core/frame/Screen.cpp FrameHost* host = m_frame->host(); m_frame 89 Source/core/frame/Screen.cpp return lroundf(screenAvailableRect(m_frame->view()).x() * host->deviceScaleFactor()); m_frame 90 Source/core/frame/Screen.cpp return static_cast<int>(screenAvailableRect(m_frame->view()).x()); m_frame 95 Source/core/frame/Screen.cpp if (!m_frame) m_frame 97 Source/core/frame/Screen.cpp FrameHost* host = m_frame->host(); m_frame 99 Source/core/frame/Screen.cpp return lroundf(screenAvailableRect(m_frame->view()).y() * host->deviceScaleFactor()); m_frame 100 Source/core/frame/Screen.cpp return static_cast<int>(screenAvailableRect(m_frame->view()).y()); m_frame 105 Source/core/frame/Screen.cpp if (!m_frame) m_frame 107 Source/core/frame/Screen.cpp FrameHost* host = m_frame->host(); m_frame 109 Source/core/frame/Screen.cpp return lroundf(screenAvailableRect(m_frame->view()).height() * host->deviceScaleFactor()); m_frame 110 Source/core/frame/Screen.cpp return static_cast<unsigned>(screenAvailableRect(m_frame->view()).height()); m_frame 115 Source/core/frame/Screen.cpp if (!m_frame) m_frame 117 Source/core/frame/Screen.cpp FrameHost* host = m_frame->host(); m_frame 119 Source/core/frame/Screen.cpp return lroundf(screenAvailableRect(m_frame->view()).width() * host->deviceScaleFactor()); m_frame 120 Source/core/frame/Screen.cpp return static_cast<unsigned>(screenAvailableRect(m_frame->view()).width()); m_frame 130 Source/core/frame/Screen.cpp if (!m_frame) m_frame 132 Source/core/frame/Screen.cpp return m_frame->document(); m_frame 94 Source/core/frame/SmartClip.cpp : m_frame(frame) m_frame 102 Source/core/frame/SmartClip.cpp Node* bestNode = findBestOverlappingNode(m_frame->document(), resizedCropRect); m_frame 133 Source/core/frame/SmartClip.cpp return m_frame->page()->pageScaleFactor(); m_frame 254 Source/core/frame/SmartClip.cpp IntRect result = m_frame->document()->view()->contentsToWindow(nodeRect); m_frame 81 Source/core/frame/SmartClip.h RefPtr<LocalFrame> m_frame; m_frame 74 Source/core/loader/DocumentLoader.cpp : m_frame(frame) m_frame 90 Source/core/loader/DocumentLoader.cpp if (!m_frame) m_frame 92 Source/core/loader/DocumentLoader.cpp return &m_frame->loader(); m_frame 102 Source/core/loader/DocumentLoader.cpp ASSERT(!m_frame || !isLoading()); m_frame 114 Source/core/loader/DocumentLoader.cpp if (m_frame && m_frame->loader().documentLoader() == this) m_frame 115 Source/core/loader/DocumentLoader.cpp return m_frame->document(); m_frame 158 Source/core/loader/DocumentLoader.cpp ASSERT(!mainResourceLoader() || !mainResourceLoader()->defersLoading() || InspectorInstrumentation::isDebuggerPaused(m_frame)); m_frame 174 Source/core/loader/DocumentLoader.cpp RefPtr<LocalFrame> protectFrame(m_frame); m_frame 185 Source/core/loader/DocumentLoader.cpp Document* doc = m_frame->document(); m_frame 188 Source/core/loader/DocumentLoader.cpp m_frame->loader().stopLoading(); m_frame 243 Source/core/loader/DocumentLoader.cpp ASSERT(!mainResourceLoader() || !mainResourceLoader()->defersLoading() || InspectorInstrumentation::isDebuggerPaused(m_frame)); m_frame 275 Source/core/loader/DocumentLoader.cpp if (m_frame) { m_frame 276 Source/core/loader/DocumentLoader.cpp if (m_mainResource && m_frame->document()->hasManifest()) m_frame 301 Source/core/loader/DocumentLoader.cpp if (m_frame->ownerElement() && !m_frame->ownerElement()->document().contentSecurityPolicy()->allowChildFrameFromSource(request.url())) { m_frame 305 Source/core/loader/DocumentLoader.cpp m_frame->document()->enforceSandboxFlags(SandboxOrigin); m_frame 306 Source/core/loader/DocumentLoader.cpp m_frame->ownerElement()->dispatchEvent(Event::create(EventTypeNames::load)); m_frame 316 Source/core/loader/DocumentLoader.cpp if (!DOMWindow::allowPopUp(*m_frame) && !UserGestureIndicator::processingUserGesture()) m_frame 346 Source/core/loader/DocumentLoader.cpp if (isFormSubmission(m_triggeringAction.type()) && !m_frame->document()->contentSecurityPolicy()->allowFormAction(newRequest.url())) { m_frame 357 Source/core/loader/DocumentLoader.cpp FrameLoader::reportLocalLoadFailed(m_frame, newRequest.url().string()); m_frame 376 Source/core/loader/DocumentLoader.cpp if (m_frame->tree().parent()) { m_frame 377 Source/core/loader/DocumentLoader.cpp LocalFrame* top = m_frame->tree().top(); m_frame 421 Source/core/loader/DocumentLoader.cpp if (!canShowMIMEType(m_response.mimeType(), m_frame->page())) m_frame 452 Source/core/loader/DocumentLoader.cpp InspectorInstrumentation::continueAfterXFrameOptionsDenied(m_frame, this, identifier, response); m_frame 474 Source/core/loader/DocumentLoader.cpp InspectorInstrumentation::continueWithPolicyIgnore(m_frame, this, m_mainResource->identifier(), m_response); m_frame 481 Source/core/loader/DocumentLoader.cpp if ((status < 200 || status >= 300) && m_frame->ownerElement() && m_frame->ownerElement()->isObjectElement()) { m_frame 482 Source/core/loader/DocumentLoader.cpp m_frame->ownerElement()->renderFallbackContent(); m_frame 496 Source/core/loader/DocumentLoader.cpp m_writer = createWriterFor(m_frame, 0, url(), mimeType, encoding, false, false); m_frame 500 Source/core/loader/DocumentLoader.cpp m_frame->document()->setBaseURLOverride(overridingURL); m_frame 504 Source/core/loader/DocumentLoader.cpp m_frame->document()->maybeHandleHttpRefresh(m_response.httpHeaderField("Refresh"), Document::HttpRefreshFromHeader); m_frame 510 Source/core/loader/DocumentLoader.cpp ASSERT(m_frame->document()->parsing()); m_frame 524 Source/core/loader/DocumentLoader.cpp RefPtr<LocalFrame> protectFrame(m_frame); m_frame 539 Source/core/loader/DocumentLoader.cpp if (m_frame && m_frame->document()->isMediaDocument()) m_frame 545 Source/core/loader/DocumentLoader.cpp if (!m_frame || isLoading() || !m_committed) m_frame 547 Source/core/loader/DocumentLoader.cpp m_frame->domWindow()->finishedLoading(); m_frame 562 Source/core/loader/DocumentLoader.cpp ASSERT(m_frame); m_frame 563 Source/core/loader/DocumentLoader.cpp RefPtr<LocalFrame> protectFrame(m_frame); m_frame 571 Source/core/loader/DocumentLoader.cpp InspectorInstrumentation::loaderDetachedFromFrame(m_frame, this); m_frame 572 Source/core/loader/DocumentLoader.cpp m_frame = 0; m_frame 592 Source/core/loader/DocumentLoader.cpp if (m_frame->tree().parent()) m_frame 631 Source/core/loader/DocumentLoader.cpp if (!m_frame->tree().parent()) m_frame 634 Source/core/loader/DocumentLoader.cpp ArchiveResourceCollection* parentCollection = m_frame->tree().parent()->loader().documentLoader()->m_archiveResourceCollection.get(); m_frame 638 Source/core/loader/DocumentLoader.cpp m_archive = parentCollection->popSubframeArchive(m_frame->tree().uniqueName(), m_request.url()); m_frame 721 Source/core/loader/DocumentLoader.cpp if (!m_frame || m_request.isNull()) m_frame 830 Source/core/loader/DocumentLoader.cpp m_frame->loader().stopAllLoaders(); m_frame 831 Source/core/loader/DocumentLoader.cpp m_writer = createWriterFor(m_frame, ownerDocument, m_frame->document()->url(), mimeType(), m_writer ? m_writer->encoding() : emptyAtom, m_writer ? m_writer->encodingWasChosenByUser() : false, true); m_frame 77 Source/core/loader/DocumentLoader.h LocalFrame* frame() const { return m_frame; } m_frame 181 Source/core/loader/DocumentLoader.h LocalFrame* m_frame; m_frame 50 Source/core/loader/FrameFetchContext.cpp : m_frame(frame) m_frame 56 Source/core/loader/FrameFetchContext.cpp FrameLoader::reportLocalLoadFailed(m_frame, url.elidedString()); m_frame 82 Source/core/loader/FrameFetchContext.cpp if (isMainResource && m_frame->isMainFrame()) m_frame 85 Source/core/loader/FrameFetchContext.cpp request.setFirstPartyForCookies(m_frame->tree().top()->document()->firstPartyForCookies()); m_frame 91 Source/core/loader/FrameFetchContext.cpp m_frame->loader().applyUserAgent(request); m_frame 94 Source/core/loader/FrameFetchContext.cpp if (m_frame->loader().loadType() == FrameLoadTypeReload) { m_frame 96 Source/core/loader/FrameFetchContext.cpp } else if (m_frame->loader().loadType() == FrameLoadTypeReloadFromOrigin) { m_frame 114 Source/core/loader/FrameFetchContext.cpp FrameLoadType loadType = m_frame->loader().loadType(); m_frame 118 Source/core/loader/FrameFetchContext.cpp if (LocalFrame* parentFrame = m_frame->tree().parent()) { m_frame 140 Source/core/loader/FrameFetchContext.cpp return loader ? loader : m_frame->loader().documentLoader(); m_frame 145 Source/core/loader/FrameFetchContext.cpp m_frame->loader().client()->dispatchDidChangeResourcePriority(identifier, loadPriority, intraPriorityValue); m_frame 150 Source/core/loader/FrameFetchContext.cpp m_frame->loader().applyUserAgent(request); m_frame 151 Source/core/loader/FrameFetchContext.cpp m_frame->loader().client()->dispatchWillSendRequest(loader, identifier, request, redirectResponse); m_frame 152 Source/core/loader/FrameFetchContext.cpp InspectorInstrumentation::willSendRequest(m_frame, identifier, ensureLoader(loader), request, redirectResponse, initiatorInfo); m_frame 157 Source/core/loader/FrameFetchContext.cpp m_frame->loader().client()->dispatchDidLoadResourceFromMemoryCache(request, response); m_frame 162 Source/core/loader/FrameFetchContext.cpp m_frame->loader().progress().incrementProgress(identifier, r); m_frame 163 Source/core/loader/FrameFetchContext.cpp m_frame->loader().client()->dispatchDidReceiveResponse(loader, identifier, r); m_frame 164 Source/core/loader/FrameFetchContext.cpp InspectorInstrumentation::didReceiveResourceResponse(m_frame, identifier, ensureLoader(loader), r, resourceLoader); m_frame 169 Source/core/loader/FrameFetchContext.cpp m_frame->loader().progress().incrementProgress(identifier, data, dataLength); m_frame 170 Source/core/loader/FrameFetchContext.cpp InspectorInstrumentation::didReceiveData(m_frame, identifier, data, dataLength, encodedDataLength); m_frame 175 Source/core/loader/FrameFetchContext.cpp m_frame->loader().progress().incrementProgress(identifier, 0, dataLength); m_frame 176 Source/core/loader/FrameFetchContext.cpp InspectorInstrumentation::didReceiveData(m_frame, identifier, 0, dataLength, encodedDataLength); m_frame 181 Source/core/loader/FrameFetchContext.cpp m_frame->loader().progress().completeProgress(identifier); m_frame 182 Source/core/loader/FrameFetchContext.cpp m_frame->loader().client()->dispatchDidFinishLoading(loader, identifier); m_frame 184 Source/core/loader/FrameFetchContext.cpp InspectorInstrumentation::didFinishLoading(m_frame, identifier, ensureLoader(loader), finishTime, encodedDataLength); m_frame 189 Source/core/loader/FrameFetchContext.cpp m_frame->loader().progress().completeProgress(identifier); m_frame 190 Source/core/loader/FrameFetchContext.cpp InspectorInstrumentation::didFailLoading(m_frame, identifier, error); m_frame 70 Source/core/loader/FrameFetchContext.h LocalFrame* m_frame; m_frame 109 Source/core/loader/FrameLoader.cpp : m_frame(frame) m_frame 132 Source/core/loader/FrameLoader.cpp m_provisionalDocumentLoader = m_client->createDocumentLoader(m_frame, ResourceRequest(KURL(ParsedURLString, emptyString())), SubstituteData()); m_frame 134 Source/core/loader/FrameLoader.cpp m_frame->document()->cancelParsing(); m_frame 152 Source/core/loader/FrameLoader.cpp m_frame->navigationScheduler().startTimer(); m_frame 161 Source/core/loader/FrameLoader.cpp if (m_frame->document() && m_frame->document()->parsing()) { m_frame 163 Source/core/loader/FrameLoader.cpp m_frame->document()->setParsing(false); m_frame 166 Source/core/loader/FrameLoader.cpp if (Document* doc = m_frame->document()) { m_frame 173 Source/core/loader/FrameLoader.cpp m_frame->navigationScheduler().cancel(); m_frame 178 Source/core/loader/FrameLoader.cpp Document* document = m_frame->document(); m_frame 185 Source/core/loader/FrameLoader.cpp Document* document = m_frame->document(); m_frame 197 Source/core/loader/FrameLoader.cpp if (!m_currentItem || !m_frame->view()) m_frame 201 Source/core/loader/FrameLoader.cpp if (needsHistoryItemRestore(m_loadType) && !m_frame->view()->wasScrolledByUser()) m_frame 204 Source/core/loader/FrameLoader.cpp m_currentItem->setScrollPoint(m_frame->view()->scrollPosition()); m_frame 205 Source/core/loader/FrameLoader.cpp if (m_frame->isMainFrame() && !m_frame->page()->inspectorController().deviceEmulationEnabled()) m_frame 206 Source/core/loader/FrameLoader.cpp m_currentItem->setPageScaleFactor(m_frame->page()->pageScaleFactor()); m_frame 213 Source/core/loader/FrameLoader.cpp ASSERT(m_frame->isMainFrame()); m_frame 226 Source/core/loader/FrameLoader.cpp if (m_frame->document()) m_frame 227 Source/core/loader/FrameLoader.cpp m_frame->document()->dispatchUnloadEvents(); m_frame 230 Source/core/loader/FrameLoader.cpp if (Page* page = m_frame->page()) m_frame 231 Source/core/loader/FrameLoader.cpp page->undoStack().didUnloadFrame(*m_frame); m_frame 247 Source/core/loader/FrameLoader.cpp m_frame->navigationScheduler().cancel(); m_frame 255 Source/core/loader/FrameLoader.cpp m_frame->editor().clear(); m_frame 256 Source/core/loader/FrameLoader.cpp m_frame->document()->cancelParsing(); m_frame 257 Source/core/loader/FrameLoader.cpp m_frame->document()->prepareForDestruction(); m_frame 258 Source/core/loader/FrameLoader.cpp m_frame->document()->removeFocusedElementOfSubtree(m_frame->document()); m_frame 260 Source/core/loader/FrameLoader.cpp m_frame->selection().prepareForDestruction(); m_frame 261 Source/core/loader/FrameLoader.cpp m_frame->eventHandler().clear(); m_frame 262 Source/core/loader/FrameLoader.cpp if (m_frame->view()) m_frame 263 Source/core/loader/FrameLoader.cpp m_frame->view()->clear(); m_frame 265 Source/core/loader/FrameLoader.cpp m_frame->script().enableEval(); m_frame 267 Source/core/loader/FrameLoader.cpp m_frame->navigationScheduler().clear(); m_frame 285 Source/core/loader/FrameLoader.cpp m_currentItem->setTarget(m_frame->tree().uniqueName()); m_frame 319 Source/core/loader/FrameLoader.cpp m_client->dispatchDidCommitLoad(m_frame, m_currentItem.get(), historyCommitType); m_frame 321 Source/core/loader/FrameLoader.cpp InspectorInstrumentation::didCommitLoad(m_frame, m_documentLoader.get()); m_frame 322 Source/core/loader/FrameLoader.cpp m_frame->page()->didCommitLoad(m_frame); m_frame 345 Source/core/loader/FrameLoader.cpp m_frame->document()->setReadyState(Document::Loading); m_frame 348 Source/core/loader/FrameLoader.cpp m_frame->domWindow()->statePopped(m_provisionalItem->stateObject()); m_frame 353 Source/core/loader/FrameLoader.cpp m_frame->document()->initContentSecurityPolicy(m_documentLoader ? ContentSecurityPolicyResponseHeaders(m_documentLoader->response()) : ContentSecurityPolicyResponseHeaders()); m_frame 355 Source/core/loader/FrameLoader.cpp if (!m_frame->document()->contentSecurityPolicy()->allowAncestors(m_frame)) { m_frame 360 Source/core/loader/FrameLoader.cpp Settings* settings = m_frame->document()->settings(); m_frame 362 Source/core/loader/FrameLoader.cpp m_frame->document()->fetcher()->setImagesEnabled(settings->imagesEnabled()); m_frame 363 Source/core/loader/FrameLoader.cpp m_frame->document()->fetcher()->setAutoLoadImages(settings->loadsImagesAutomatically()); m_frame 369 Source/core/loader/FrameLoader.cpp m_frame->document()->parseDNSPrefetchControlHeader(dnsPrefetchControl); m_frame 377 Source/core/loader/FrameLoader.cpp m_frame->document()->setContentLanguage(AtomicString(headerContentLanguage)); m_frame 382 Source/core/loader/FrameLoader.cpp m_frame->document()->setStateForNewFormElements(m_provisionalItem->documentState()); m_frame 393 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> protector = m_frame->view() ? m_frame : 0; m_frame 400 Source/core/loader/FrameLoader.cpp if (!m_frame->view()) m_frame 405 Source/core/loader/FrameLoader.cpp m_frame->view()->restoreScrollbar(); m_frame 406 Source/core/loader/FrameLoader.cpp scrollToFragmentWithParentBoundary(m_frame->document()->url()); m_frame 416 Source/core/loader/FrameLoader.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) { m_frame 425 Source/core/loader/FrameLoader.cpp for (LocalFrame* ancestor = m_frame; ancestor; ancestor = ancestor->tree().parent()) { m_frame 434 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 437 Source/core/loader/FrameLoader.cpp if (m_frame->view()) m_frame 438 Source/core/loader/FrameLoader.cpp m_frame->view()->handleLoadCompleted(); m_frame 445 Source/core/loader/FrameLoader.cpp if (m_frame->document()->parsing()) m_frame 449 Source/core/loader/FrameLoader.cpp if (!m_frame->document()->haveImportsLoaded()) m_frame 453 Source/core/loader/FrameLoader.cpp if (m_frame->document()->fetcher()->requestCount()) m_frame 457 Source/core/loader/FrameLoader.cpp if (m_frame->document()->isDelayingLoadEvent()) m_frame 466 Source/core/loader/FrameLoader.cpp m_frame->document()->setReadyState(Document::Complete); m_frame 467 Source/core/loader/FrameLoader.cpp if (m_frame->document()->loadEventStillNeeded()) m_frame 468 Source/core/loader/FrameLoader.cpp m_frame->document()->implicitClose(); m_frame 470 Source/core/loader/FrameLoader.cpp m_frame->navigationScheduler().startTimer(); m_frame 473 Source/core/loader/FrameLoader.cpp if (m_frame->page()) m_frame 476 Source/core/loader/FrameLoader.cpp if (m_frame->view()) m_frame 477 Source/core/loader/FrameLoader.cpp m_frame->view()->handleLoadCompleted(); m_frame 482 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 484 Source/core/loader/FrameLoader.cpp if (Page* page = m_frame->page()) { m_frame 522 Source/core/loader/FrameLoader.cpp Settings* settings = m_frame->settings(); m_frame 532 Source/core/loader/FrameLoader.cpp m_frame->document()->setURL(newURL); m_frame 538 Source/core/loader/FrameLoader.cpp if (m_frame->document()->loadEventFinished()) m_frame 544 Source/core/loader/FrameLoader.cpp m_client->dispatchDidReceiveTitle(m_frame->document()->title()); m_frame 545 Source/core/loader/FrameLoader.cpp if (m_frame->document()->loadEventFinished()) m_frame 564 Source/core/loader/FrameLoader.cpp KURL oldURL = m_frame->document()->url(); m_frame 568 Source/core/loader/FrameLoader.cpp m_frame->eventHandler().stopAutoscroll(); m_frame 569 Source/core/loader/FrameLoader.cpp m_frame->domWindow()->enqueueHashchangeEvent(oldURL, url); m_frame 576 Source/core/loader/FrameLoader.cpp m_frame->view()->setWasScrolledByUser(false); m_frame 589 Source/core/loader/FrameLoader.cpp m_frame->domWindow()->statePopped(stateObject ? stateObject : SerializedScriptValue::nullValue()); m_frame 594 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 596 Source/core/loader/FrameLoader.cpp for (LocalFrame* descendant = m_frame->tree().traverseNext(m_frame); descendant; descendant = descendant->tree().traverseNext(m_frame)) m_frame 599 Source/core/loader/FrameLoader.cpp if (LocalFrame* parent = m_frame->tree().parent()) m_frame 602 Source/core/loader/FrameLoader.cpp if (m_frame->view()) m_frame 603 Source/core/loader/FrameLoader.cpp m_frame->view()->maintainScrollPositionAtAnchor(0); m_frame 608 Source/core/loader/FrameLoader.cpp for (LocalFrame* frame = m_frame; frame; frame = frame->tree().parent()) m_frame 637 Source/core/loader/FrameLoader.cpp if (!m_frame->tree().parent() || UserGestureIndicator::processingUserGesture()) m_frame 644 Source/core/loader/FrameLoader.cpp if (m_frame->tree().parent() && !m_stateMachine.startedFirstRealLoad()) m_frame 646 Source/core/loader/FrameLoader.cpp if (!m_frame->tree().parent() && !m_frame->page()->backForward().backForwardListCount()) m_frame 668 Source/core/loader/FrameLoader.cpp if (m_frame->script().executeScriptIfJavaScriptURL(url)) m_frame 672 Source/core/loader/FrameLoader.cpp reportLocalLoadFailed(m_frame, url.elidedString()); m_frame 677 Source/core/loader/FrameLoader.cpp request.setFrameName(m_frame->document()->baseTarget()); m_frame 694 Source/core/loader/FrameLoader.cpp ASSERT(m_frame->document()); m_frame 696 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 705 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> targetFrame = request.formState() ? 0 : findFrameForNavigation(AtomicString(request.frameName()), request.formState() ? request.formState()->sourceDocument() : m_frame->document()); m_frame 706 Source/core/loader/FrameLoader.cpp if (targetFrame && targetFrame != m_frame) { m_frame 720 Source/core/loader/FrameLoader.cpp createWindowForRequest(request, *m_frame, action.policy(), request.shouldSendReferrer()); m_frame 743 Source/core/loader/FrameLoader.cpp String srcdoc = m_frame->ownerElement()->fastGetAttribute(srcdocAttr); m_frame 790 Source/core/loader/FrameLoader.cpp if (m_frame->document()->pageDismissalEventBeingDispatched() != Document::NoDismissal) m_frame 799 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 803 Source/core/loader/FrameLoader.cpp for (RefPtr<LocalFrame> child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) m_frame 859 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 862 Source/core/loader/FrameLoader.cpp if (m_frame->document()) { m_frame 864 Source/core/loader/FrameLoader.cpp pdl->timing()->setHasSameOriginAsPreviousDocument(securityOrigin->canRequest(m_frame->document()->url())); m_frame 884 Source/core/loader/FrameLoader.cpp m_frame->page()->chrome().client().needTouchEvents(false); m_frame 887 Source/core/loader/FrameLoader.cpp m_frame->navigationScheduler().cancel(); m_frame 888 Source/core/loader/FrameLoader.cpp m_frame->editor().clearLastEditCommand(); m_frame 894 Source/core/loader/FrameLoader.cpp DOMWindow* window = m_frame->domWindow(); m_frame 903 Source/core/loader/FrameLoader.cpp return m_frame->isMainFrame(); m_frame 935 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 953 Source/core/loader/FrameLoader.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) m_frame 962 Source/core/loader/FrameLoader.cpp if (!isDocumentDoneLoading(m_frame->document()) && !m_inStopAllLoaders) m_frame 991 Source/core/loader/FrameLoader.cpp FrameView* view = m_frame->view(); m_frame 992 Source/core/loader/FrameLoader.cpp if (!m_frame->page() || !view || !m_currentItem || !m_stateMachine.committedFirstRealDocumentLoad()) m_frame 1008 Source/core/loader/FrameLoader.cpp if (m_frame->isMainFrame() && m_currentItem->pageScaleFactor()) m_frame 1009 Source/core/loader/FrameLoader.cpp m_frame->page()->setPageScaleFactor(m_currentItem->pageScaleFactor(), m_currentItem->scrollPoint()); m_frame 1013 Source/core/loader/FrameLoader.cpp if (m_frame->isMainFrame()) { m_frame 1014 Source/core/loader/FrameLoader.cpp if (ScrollingCoordinator* scrollingCoordinator = m_frame->page()->scrollingCoordinator()) m_frame 1023 Source/core/loader/FrameLoader.cpp childrenToDetach.reserveCapacity(m_frame->tree().childCount()); m_frame 1024 Source/core/loader/FrameLoader.cpp for (LocalFrame* child = m_frame->tree().lastChild(); child; child = child->tree().previousSibling()) m_frame 1044 Source/core/loader/FrameLoader.cpp if (Page* page = m_frame->page()) m_frame 1058 Source/core/loader/FrameLoader.cpp InspectorInstrumentation::applyUserAgentOverride(m_frame, &userAgent); m_frame 1065 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 1073 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 1082 Source/core/loader/FrameLoader.cpp InspectorInstrumentation::frameDetachedFromParent(m_frame); m_frame 1092 Source/core/loader/FrameLoader.cpp if (LocalFrame* parent = m_frame->tree().parent()) { m_frame 1093 Source/core/loader/FrameLoader.cpp parent->loader().closeAndRemoveChild(m_frame); m_frame 1096 Source/core/loader/FrameLoader.cpp m_frame->setView(nullptr); m_frame 1097 Source/core/loader/FrameLoader.cpp m_frame->willDetachFrameHost(); m_frame 1100 Source/core/loader/FrameLoader.cpp m_frame->detachFromFrameHost(); m_frame 1113 Source/core/loader/FrameLoader.cpp m_frame->script().clearForClose(); m_frame 1151 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 1153 Source/core/loader/FrameLoader.cpp if (m_frame->document()->parser()) m_frame 1154 Source/core/loader/FrameLoader.cpp m_frame->document()->parser()->stopParsing(); m_frame 1159 Source/core/loader/FrameLoader.cpp if ((error.errorCode() != c.errorCode() || error.domain() != c.domain()) && m_frame->ownerElement()) m_frame 1160 Source/core/loader/FrameLoader.cpp m_frame->ownerElement()->renderFallbackContent(); m_frame 1163 Source/core/loader/FrameLoader.cpp if (m_frame->page()) m_frame 1177 Source/core/loader/FrameLoader.cpp && equalIgnoringFragmentIdentifier(m_frame->document()->url(), url) m_frame 1180 Source/core/loader/FrameLoader.cpp && !m_frame->document()->isFrameSet(); m_frame 1185 Source/core/loader/FrameLoader.cpp FrameView* view = m_frame->view(); m_frame 1190 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> boundaryFrame(url.hasFragmentIdentifier() ? m_frame->document()->findUnsafeParentScrollPropagationBoundary() : 0); m_frame 1203 Source/core/loader/FrameLoader.cpp Page* page = m_frame->page(); m_frame 1209 Source/core/loader/FrameLoader.cpp targetFrames.append(m_frame); m_frame 1210 Source/core/loader/FrameLoader.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().traverseNext(m_frame)) m_frame 1220 Source/core/loader/FrameLoader.cpp if (!targetFrames[i]->tree().isDescendantOf(m_frame)) m_frame 1235 Source/core/loader/FrameLoader.cpp if (m_frame->document()->pageDismissalEventBeingDispatched() != Document::NoDismissal) m_frame 1251 Source/core/loader/FrameLoader.cpp m_policyDocumentLoader = m_client->createDocumentLoader(m_frame, request, substituteData.isValid() ? substituteData : defaultSubstituteDataForURL(request.url())); m_frame 1256 Source/core/loader/FrameLoader.cpp if (LocalFrame* parent = m_frame->tree().parent()) m_frame 1264 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 1276 Source/core/loader/FrameLoader.cpp if (!m_frame->page() || !m_policyDocumentLoader) m_frame 1280 Source/core/loader/FrameLoader.cpp m_frame->page()->inspectorController().resume(); m_frame 1281 Source/core/loader/FrameLoader.cpp m_frame->navigationScheduler().cancel(); m_frame 1292 Source/core/loader/FrameLoader.cpp m_provisionalDocumentLoader->appendRedirect(m_frame->document()->url()); m_frame 1308 Source/core/loader/FrameLoader.cpp UseCounter::count(m_frame->domWindow()->document(), UseCounter::XFrameOptions); m_frame 1310 Source/core/loader/FrameLoader.cpp LocalFrame* topFrame = m_frame->tree().top(); m_frame 1311 Source/core/loader/FrameLoader.cpp if (m_frame == topFrame) m_frame 1318 Source/core/loader/FrameLoader.cpp UseCounter::count(m_frame->domWindow()->document(), UseCounter::XFrameOptionsSameOrigin); m_frame 1322 Source/core/loader/FrameLoader.cpp for (LocalFrame* frame = m_frame->tree().parent(); frame; frame = frame->tree().parent()) { m_frame 1324 Source/core/loader/FrameLoader.cpp UseCounter::count(m_frame->domWindow()->document(), UseCounter::XFrameOptionsSameOriginWithBadAncestorChain); m_frame 1335 Source/core/loader/FrameLoader.cpp m_frame->document()->addConsoleMessageWithRequestIdentifier(JSMessageSource, ErrorMessageLevel, "Multiple 'X-Frame-Options' headers with conflicting values ('" + content + "') encountered when loading '" + url.elidedString() + "'. Falling back to 'DENY'.", requestIdentifier); m_frame 1338 Source/core/loader/FrameLoader.cpp m_frame->document()->addConsoleMessageWithRequestIdentifier(JSMessageSource, ErrorMessageLevel, "Invalid 'X-Frame-Options' header encountered when loading '" + url.elidedString() + "': '" + content + "' is not a recognized directive. The header will be ignored.", requestIdentifier); m_frame 1355 Source/core/loader/FrameLoader.cpp HTMLFrameOwnerElement* ownerElement = m_frame->ownerElement(); m_frame 1364 Source/core/loader/FrameLoader.cpp LocalFrame* frame = m_frame->tree().find(name); m_frame 1372 Source/core/loader/FrameLoader.cpp if (m_frame->page()->defersLoading()) { m_frame 1394 Source/core/loader/FrameLoader.cpp if (!m_frame->script().canExecuteScripts(NotAboutToExecuteScript)) m_frame 1397 Source/core/loader/FrameLoader.cpp if (Page* page = m_frame->page()) m_frame 1398 Source/core/loader/FrameLoader.cpp page->inspectorController().didClearWindowObjectInMainWorld(m_frame); m_frame 1399 Source/core/loader/FrameLoader.cpp InspectorInstrumentation::didClearWindowObjectInMainWorld(m_frame); m_frame 1409 Source/core/loader/FrameLoader.cpp if (!m_frame->script().canExecuteScripts(NotAboutToExecuteScript) || !m_frame->script().existingWindowShell(world)) m_frame 1418 Source/core/loader/FrameLoader.cpp if (LocalFrame* parentFrame = m_frame->tree().parent()) m_frame 1420 Source/core/loader/FrameLoader.cpp if (HTMLFrameOwnerElement* ownerElement = m_frame->ownerElement()) m_frame 83 Source/core/loader/FrameLoader.h LocalFrame* frame() const { return m_frame; } m_frame 232 Source/core/loader/FrameLoader.h LocalFrame* m_frame; m_frame 42 Source/core/loader/MixedContentChecker.cpp : m_frame(frame) m_frame 48 Source/core/loader/MixedContentChecker.cpp return m_frame->loader().client(); m_frame 66 Source/core/loader/MixedContentChecker.cpp Settings* settings = m_frame->settings(); m_frame 81 Source/core/loader/MixedContentChecker.cpp Settings* settings = m_frame->settings(); m_frame 93 Source/core/loader/MixedContentChecker.cpp String message = String(allowed ? "" : "[blocked] ") + "The page at '" + m_frame->document()->url().elidedString() + "' was loaded over HTTPS, but " + action + " insecure content from '" + target.elidedString() + "': this content should also be loaded over HTTPS.\n"; m_frame 95 Source/core/loader/MixedContentChecker.cpp m_frame->document()->addConsoleMessage(SecurityMessageSource, messageLevel, message); m_frame 58 Source/core/loader/MixedContentChecker.h LocalFrame* m_frame; m_frame 228 Source/core/loader/NavigationScheduler.cpp : m_frame(frame) m_frame 245 Source/core/loader/NavigationScheduler.cpp InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); m_frame 252 Source/core/loader/NavigationScheduler.cpp return m_frame->page(); m_frame 271 Source/core/loader/NavigationScheduler.cpp schedule(adoptPtr(new ScheduledRedirect(delay, m_frame->document(), url, delay <= 1))); m_frame 302 Source/core/loader/NavigationScheduler.cpp lockBackForwardList = lockBackForwardList || mustLockBackForwardList(m_frame); m_frame 308 Source/core/loader/NavigationScheduler.cpp if (originDocument->securityOrigin()->canAccess(m_frame->document()->securityOrigin())) { m_frame 310 Source/core/loader/NavigationScheduler.cpp if (parsedURL.hasFragmentIdentifier() && equalIgnoringFragmentIdentifier(m_frame->document()->url(), parsedURL)) { m_frame 311 Source/core/loader/NavigationScheduler.cpp FrameLoadRequest request(originDocument, ResourceRequest(m_frame->document()->completeURL(url), referrer), "_self"); m_frame 315 Source/core/loader/NavigationScheduler.cpp m_frame->loader().load(request); m_frame 325 Source/core/loader/NavigationScheduler.cpp ASSERT(m_frame->page()); m_frame 326 Source/core/loader/NavigationScheduler.cpp schedule(adoptPtr(new ScheduledFormSubmission(submission, mustLockBackForwardList(m_frame)))); m_frame 333 Source/core/loader/NavigationScheduler.cpp const KURL& url = m_frame->document()->url(); m_frame 337 Source/core/loader/NavigationScheduler.cpp schedule(adoptPtr(new ScheduledRefresh(m_frame->document(), url.string(), Referrer(m_frame->document()->outgoingReferrer(), m_frame->document()->referrerPolicy())))); m_frame 347 Source/core/loader/NavigationScheduler.cpp BackForwardClient& backForward = m_frame->page()->backForward(); m_frame 359 Source/core/loader/NavigationScheduler.cpp if (!m_frame->page()) m_frame 361 Source/core/loader/NavigationScheduler.cpp if (m_frame->page()->defersLoading()) { m_frame 362 Source/core/loader/NavigationScheduler.cpp InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); m_frame 366 Source/core/loader/NavigationScheduler.cpp RefPtr<LocalFrame> protect(m_frame); m_frame 369 Source/core/loader/NavigationScheduler.cpp redirect->fire(m_frame); m_frame 370 Source/core/loader/NavigationScheduler.cpp InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); m_frame 375 Source/core/loader/NavigationScheduler.cpp ASSERT(m_frame->page()); m_frame 386 Source/core/loader/NavigationScheduler.cpp ASSERT(m_frame->page()); m_frame 389 Source/core/loader/NavigationScheduler.cpp if (!m_redirect->shouldStartTimer(m_frame)) m_frame 393 Source/core/loader/NavigationScheduler.cpp InspectorInstrumentation::frameScheduledNavigation(m_frame, m_redirect->delay()); m_frame 399 Source/core/loader/NavigationScheduler.cpp InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); m_frame 99 Source/core/loader/NavigationScheduler.h LocalFrame* m_frame; m_frame 66 Source/core/loader/ProgressTracker.cpp : m_frame(frame) m_frame 112 Source/core/loader/ProgressTracker.cpp m_frame->loader().client()->didStartLoading(NavigationToDifferentDocument); m_frame 115 Source/core/loader/ProgressTracker.cpp InspectorInstrumentation::frameStartedLoading(m_frame); m_frame 124 Source/core/loader/ProgressTracker.cpp m_frame->loader().client()->progressEstimateChanged(m_progressValue); m_frame 127 Source/core/loader/ProgressTracker.cpp m_frame->loader().client()->didStopLoading(); m_frame 128 Source/core/loader/ProgressTracker.cpp InspectorInstrumentation::frameStoppedLoading(m_frame); m_frame 167 Source/core/loader/ProgressTracker.cpp int numPendingOrLoadingRequests = m_frame->document()->fetcher()->requestCount(); m_frame 176 Source/core/loader/ProgressTracker.cpp bool useClampedMaxProgress = !m_frame->view()->didFirstLayout(); m_frame 194 Source/core/loader/ProgressTracker.cpp m_frame->loader().client()->progressEstimateChanged(m_progressValue); m_frame 69 Source/core/loader/ProgressTracker.h LocalFrame* m_frame; m_frame 57 Source/core/loader/appcache/ApplicationCache.cpp if (!m_frame || !m_frame->loader().documentLoader()) m_frame 59 Source/core/loader/appcache/ApplicationCache.cpp return m_frame->loader().documentLoader()->applicationCacheHost(); m_frame 98 Source/core/loader/appcache/ApplicationCache.cpp if (m_frame) m_frame 99 Source/core/loader/appcache/ApplicationCache.cpp return m_frame->document(); m_frame 51 Source/core/loader/appcache/ApplicationCache.h virtual ~ApplicationCache() { ASSERT(!m_frame); } m_frame 76 Source/core/page/DOMSelection.cpp ASSERT(m_frame); m_frame 77 Source/core/page/DOMSelection.cpp return m_frame->selection().selection(); m_frame 104 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 112 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 120 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 128 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 136 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 144 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 152 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 160 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 168 Source/core/page/DOMSelection.cpp if (!m_frame || selectionShadowAncestor(m_frame)) m_frame 170 Source/core/page/DOMSelection.cpp return !m_frame->selection().isRange(); m_frame 175 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 178 Source/core/page/DOMSelection.cpp FrameSelection& selection = m_frame->selection(); m_frame 192 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 194 Source/core/page/DOMSelection.cpp return m_frame->selection().isNone() ? 0 : 1; m_frame 199 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 211 Source/core/page/DOMSelection.cpp m_frame->selection().moveTo(VisiblePosition(createLegacyEditingPosition(node, offset), DOWNSTREAM)); m_frame 216 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 219 Source/core/page/DOMSelection.cpp const VisibleSelection& selection = m_frame->selection().selection(); m_frame 226 Source/core/page/DOMSelection.cpp m_frame->selection().moveTo(VisiblePosition(selection.end(), DOWNSTREAM)); m_frame 231 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 234 Source/core/page/DOMSelection.cpp const VisibleSelection& selection = m_frame->selection().selection(); m_frame 241 Source/core/page/DOMSelection.cpp m_frame->selection().moveTo(VisiblePosition(selection.start(), DOWNSTREAM)); m_frame 246 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 248 Source/core/page/DOMSelection.cpp m_frame->selection().clear(); m_frame 253 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 273 Source/core/page/DOMSelection.cpp m_frame->selection().moveTo(visibleBase, visibleExtent); m_frame 278 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 323 Source/core/page/DOMSelection.cpp m_frame->selection().modify(alter, direction, granularity); m_frame 328 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 349 Source/core/page/DOMSelection.cpp m_frame->selection().setExtent(VisiblePosition(createLegacyEditingPosition(node, offset), DOWNSTREAM)); m_frame 354 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 365 Source/core/page/DOMSelection.cpp if (Node* shadowAncestor = selectionShadowAncestor(m_frame)) { m_frame 372 Source/core/page/DOMSelection.cpp return m_frame->selection().firstRange(); m_frame 377 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 379 Source/core/page/DOMSelection.cpp m_frame->selection().clear(); m_frame 384 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 398 Source/core/page/DOMSelection.cpp FrameSelection& selection = m_frame->selection(); m_frame 436 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 439 Source/core/page/DOMSelection.cpp FrameSelection& selection = m_frame->selection(); m_frame 458 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 461 Source/core/page/DOMSelection.cpp FrameSelection& selection = m_frame->selection(); m_frame 463 Source/core/page/DOMSelection.cpp if (!n || m_frame->document() != n->document() || selection.isNone()) m_frame 501 Source/core/page/DOMSelection.cpp if (!m_frame) m_frame 504 Source/core/page/DOMSelection.cpp return plainText(m_frame->selection().selection().toNormalizedRange().get()); m_frame 544 Source/core/page/DOMSelection.cpp ASSERT(m_frame); m_frame 547 Source/core/page/DOMSelection.cpp return node->document() == m_frame->document(); m_frame 270 Source/core/page/EventHandler.cpp : m_frame(frame) m_frame 420 Source/core/page/EventHandler.cpp m_frame->selection().setNonDirectionalSelectionIfNeeded(selection, granularity); m_frame 473 Source/core/page/EventHandler.cpp (result.event().clickCount() == 2 && m_frame->editor().isSelectTrailingWhitespaceEnabled()) ? ShouldAppendTrailingWhitespace : DontAppendTrailingWhitespace); m_frame 481 Source/core/page/EventHandler.cpp (result.event().clickCount() == 2 && m_frame->editor().isSelectTrailingWhitespaceEnabled()) ? ShouldAppendTrailingWhitespace : DontAppendTrailingWhitespace); m_frame 510 Source/core/page/EventHandler.cpp if (m_frame->selection().isRange()) { m_frame 554 Source/core/page/EventHandler.cpp m_frame->document()->updateLayoutIgnorePendingStylesheets(); m_frame 564 Source/core/page/EventHandler.cpp if (FrameView* view = m_frame->view()) { m_frame 566 Source/core/page/EventHandler.cpp if (!extendSelection && m_frame->selection().contains(vPoint)) { m_frame 577 Source/core/page/EventHandler.cpp VisibleSelection newSelection = m_frame->selection().selection(); m_frame 589 Source/core/page/EventHandler.cpp if (!m_frame->editor().behavior().shouldConsiderSelectionAsDirectional()) { m_frame 605 Source/core/page/EventHandler.cpp if (m_frame->selection().granularity() != CharacterGranularity) { m_frame 606 Source/core/page/EventHandler.cpp granularity = m_frame->selection().granularity(); m_frame 607 Source/core/page/EventHandler.cpp newSelection.expandUsingGranularity(m_frame->selection().granularity()); m_frame 637 Source/core/page/EventHandler.cpp m_frame->document()->updateLayoutIgnorePendingStylesheets(); m_frame 639 Source/core/page/EventHandler.cpp if (ScrollView* scrollView = m_frame->view()) { m_frame 659 Source/core/page/EventHandler.cpp if (m_frame->document()->isSVGDocument() m_frame 660 Source/core/page/EventHandler.cpp && toSVGDocument(m_frame->document())->zoomAndPanEnabled()) { m_frame 663 Source/core/page/EventHandler.cpp toSVGDocument(m_frame->document())->startPan(m_frame->view()->windowToContents(event.event().position())); m_frame 732 Source/core/page/EventHandler.cpp m_frame->document()->renderView()->hitTest(request, result); m_frame 742 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 745 Source/core/page/EventHandler.cpp RenderView* renderer = m_frame->contentRenderer(); m_frame 764 Source/core/page/EventHandler.cpp VisiblePosition targetPosition = m_frame->selection().selection().visiblePositionRespectingEditingBoundary(hitTestResult.localPoint(), target); m_frame 771 Source/core/page/EventHandler.cpp VisibleSelection newSelection = m_frame->selection().selection(); m_frame 812 Source/core/page/EventHandler.cpp if (m_frame->selection().granularity() != CharacterGranularity) m_frame 813 Source/core/page/EventHandler.cpp newSelection.expandUsingGranularity(m_frame->selection().granularity()); m_frame 815 Source/core/page/EventHandler.cpp m_frame->selection().setNonDirectionalSelectionIfNeeded(newSelection, m_frame->selection().granularity(), m_frame 842 Source/core/page/EventHandler.cpp && m_frame->selection().isRange() m_frame 846 Source/core/page/EventHandler.cpp bool caretBrowsing = m_frame->settings() && m_frame->settings()->caretBrowsingEnabled(); m_frame 852 Source/core/page/EventHandler.cpp setSelectionIfNeeded(m_frame->selection(), newSelection); m_frame 857 Source/core/page/EventHandler.cpp m_frame->selection().notifyRendererOfSelectionChange(UserTriggered); m_frame 859 Source/core/page/EventHandler.cpp m_frame->selection().selectFrameElementInParentIfFullySelected(); m_frame 886 Source/core/page/EventHandler.cpp if (Page* page = m_frame->page()) m_frame 902 Source/core/page/EventHandler.cpp if (Page* page = m_frame->page()) { m_frame 904 Source/core/page/EventHandler.cpp if (m_frame != mainFrame) { m_frame 905 Source/core/page/EventHandler.cpp FrameView* frameView = m_frame->view(); m_frame 922 Source/core/page/EventHandler.cpp if (!m_frame->contentRenderer() || !m_frame->view() || !m_frame->view()->didFirstLayout()) m_frame 927 Source/core/page/EventHandler.cpp m_frame->contentRenderer()->hitTest(request, result); m_frame 929 Source/core/page/EventHandler.cpp m_frame->document()->updateHoverActiveState(request, result.innerElement()); m_frame 956 Source/core/page/EventHandler.cpp node = m_frame->document()->focusedElement(); m_frame 991 Source/core/page/EventHandler.cpp m_frame->document()->updateLayoutIgnorePendingStylesheets(); m_frame 994 Source/core/page/EventHandler.cpp LocalFrame* frame = m_frame; m_frame 1001 Source/core/page/EventHandler.cpp return frame->eventHandler().bubblingScroll(direction, granularity, m_frame->ownerElement()); m_frame 1053 Source/core/page/EventHandler.cpp ASSERT(m_frame->settings()); m_frame 1054 Source/core/page/EventHandler.cpp switch (m_frame->settings()->editableLinkBehavior()) { m_frame 1066 Source/core/page/EventHandler.cpp editableLinkEnabled = nodeIsNotBeingEdited(node, m_frame) || shiftKey; m_frame 1080 Source/core/page/EventHandler.cpp ASSERT(m_frame); m_frame 1081 Source/core/page/EventHandler.cpp ASSERT(m_frame->document()); m_frame 1091 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 1105 Source/core/page/EventHandler.cpp m_frame->document()->updateLayout(); m_frame 1123 Source/core/page/EventHandler.cpp Page* page = m_frame->page(); m_frame 1269 Source/core/page/EventHandler.cpp if (renderer && m_frame->view()) { m_frame 1278 Source/core/page/EventHandler.cpp && m_frame->selection().isCaretOrRange() m_frame 1300 Source/core/page/EventHandler.cpp RefPtr<FrameView> protector(m_frame->view()); m_frame 1307 Source/core/page/EventHandler.cpp m_frame->tree().top()->eventHandler().m_lastMouseDownUserGestureToken = gestureIndicator.currentToken(); m_frame 1319 Source/core/page/EventHandler.cpp if (FrameView* view = m_frame->view()) m_frame 1333 Source/core/page/EventHandler.cpp LayoutPoint documentPoint = documentPointForWindowPoint(m_frame, mouseEvent.position()); m_frame 1334 Source/core/page/EventHandler.cpp MouseEventWithHitTestResults mev = m_frame->document()->prepareMouseEvent(request, documentPoint, mouseEvent); m_frame 1372 Source/core/page/EventHandler.cpp if (FrameView* view = m_frame->view()) { m_frame 1384 Source/core/page/EventHandler.cpp m_frame->selection().setCaretBlinkingSuspended(true); m_frame 1394 Source/core/page/EventHandler.cpp mev = m_frame->document()->prepareMouseEvent(request, documentPoint, mouseEvent); m_frame 1410 Source/core/page/EventHandler.cpp mev = m_frame->document()->prepareMouseEvent(request, documentPoint, mouseEvent); m_frame 1413 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 1451 Source/core/page/EventHandler.cpp if (FrameView* frameView = m_frame->view()) { m_frame 1463 Source/core/page/EventHandler.cpp RefPtr<FrameView> protector(m_frame->view()); m_frame 1469 Source/core/page/EventHandler.cpp Page* page = m_frame->page(); m_frame 1478 Source/core/page/EventHandler.cpp if (FrameView* frameView = m_frame->view()) m_frame 1492 Source/core/page/EventHandler.cpp RefPtr<FrameView> protector(m_frame->view()); m_frame 1504 Source/core/page/EventHandler.cpp ASSERT(m_frame); m_frame 1505 Source/core/page/EventHandler.cpp ASSERT(m_frame->view()); m_frame 1509 Source/core/page/EventHandler.cpp m_frame->view()->setCursor(syntheticTouchCursor()); m_frame 1523 Source/core/page/EventHandler.cpp toSVGDocument(m_frame->document())->updatePan(m_frame->view()->windowToContents(m_lastKnownMousePosition)); m_frame 1563 Source/core/page/EventHandler.cpp if (FrameView* view = m_frame->view()) m_frame 1578 Source/core/page/EventHandler.cpp if (m_lastMouseMoveEventSubframe && m_lastMouseMoveEventSubframe->tree().isDescendantOf(m_frame) && m_lastMouseMoveEventSubframe != newSubframe) m_frame 1592 Source/core/page/EventHandler.cpp if (FrameView* view = m_frame->view()) { m_frame 1632 Source/core/page/EventHandler.cpp RefPtr<FrameView> protector(m_frame->view()); m_frame 1634 Source/core/page/EventHandler.cpp m_frame->selection().setCaretBlinkingSuspended(false); m_frame 1642 Source/core/page/EventHandler.cpp if (m_frame->tree().top()->eventHandler().m_lastMouseDownUserGestureToken) m_frame 1643 Source/core/page/EventHandler.cpp gestureIndicator = adoptPtr(new UserGestureIndicator(m_frame->tree().top()->eventHandler().m_lastMouseDownUserGestureToken.release())); m_frame 1648 Source/core/page/EventHandler.cpp if (Page* page = m_frame->page()) m_frame 1649 Source/core/page/EventHandler.cpp page->autoscrollController().handleMouseReleaseForPanScrolling(m_frame, mouseEvent); m_frame 1657 Source/core/page/EventHandler.cpp toSVGDocument(m_frame->document())->updatePan(m_frame->view()->windowToContents(m_lastKnownMousePosition)); m_frame 1733 Source/core/page/EventHandler.cpp if (!m_frame->page()) m_frame 1735 Source/core/page/EventHandler.cpp Frame* focusFrame = m_frame->page()->focusController().focusedOrMainFrame(); m_frame 1737 Source/core/page/EventHandler.cpp if (m_frame == focusFrame && m_frame->editor().behavior().supportsGlobalSelection()) m_frame 1738 Source/core/page/EventHandler.cpp return m_frame->editor().command("PasteGlobalSelection").execute(); m_frame 1746 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 1753 Source/core/page/EventHandler.cpp true, true, m_frame->document()->domWindow(), m_frame 1816 Source/core/page/EventHandler.cpp if (!m_frame->view()) m_frame 1927 Source/core/page/EventHandler.cpp ASSERT(m_frame); m_frame 1928 Source/core/page/EventHandler.cpp ASSERT(m_frame->document()); m_frame 1930 Source/core/page/EventHandler.cpp return m_frame->document()->prepareMouseEvent(request, documentPointForWindowPoint(m_frame, mev.position()), mev); m_frame 1999 Source/core/page/EventHandler.cpp Page* page = m_frame->page(); m_frame 2001 Source/core/page/EventHandler.cpp if (m_lastNodeUnderMouse && (!m_nodeUnderMouse || m_nodeUnderMouse->document() != m_frame->document())) { m_frame 2013 Source/core/page/EventHandler.cpp if (m_nodeUnderMouse && (!m_lastNodeUnderMouse || m_lastNodeUnderMouse->document() != m_frame->document())) { m_frame 2025 Source/core/page/EventHandler.cpp if (m_lastNodeUnderMouse && m_lastNodeUnderMouse->document() != m_frame->document()) { m_frame 2057 Source/core/page/EventHandler.cpp if (FrameView* view = m_frame->view()) { m_frame 2063 Source/core/page/EventHandler.cpp m_frame->document()->updateLayoutIgnorePendingStylesheets(); m_frame 2082 Source/core/page/EventHandler.cpp && m_frame->selection().isRange() m_frame 2083 Source/core/page/EventHandler.cpp && m_frame->selection().toNormalizedRange()->compareNode(element, IGNORE_EXCEPTION) == Range::NODE_INSIDE m_frame 2084 Source/core/page/EventHandler.cpp && element->isDescendantOf(m_frame->document()->focusedElement())) m_frame 2092 Source/core/page/EventHandler.cpp if (Page* page = m_frame->page()) { m_frame 2097 Source/core/page/EventHandler.cpp if (!page->focusController().setFocusedElement(element, m_frame, FocusTypeMouse)) m_frame 2104 Source/core/page/EventHandler.cpp if (!page->focusController().setFocusedElement(0, m_frame)) m_frame 2114 Source/core/page/EventHandler.cpp if (RenderView* renderView = m_frame->contentRenderer()) { m_frame 2144 Source/core/page/EventHandler.cpp Document* doc = m_frame->document(); m_frame 2149 Source/core/page/EventHandler.cpp RefPtr<FrameView> protector(m_frame->view()); m_frame 2151 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 2209 Source/core/page/EventHandler.cpp view = m_frame->view(); m_frame 2246 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 2316 Source/core/page/EventHandler.cpp if (!m_frame->document()->activeHoverElement()) m_frame 2331 Source/core/page/EventHandler.cpp IntPoint hitTestPoint = m_frame->view()->windowToContents(adjustedPoint); m_frame 2341 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 2451 Source/core/page/EventHandler.cpp if (m_frame->settings() && m_frame->settings()->touchDragDropEnabled() && m_frame->view()) { m_frame 2463 Source/core/page/EventHandler.cpp m_mouseDownPos = m_frame->view()->windowToContents(mouseDragEvent.position()); m_frame 2464 Source/core/page/EventHandler.cpp RefPtr<FrameView> protector(m_frame->view()); m_frame 2474 Source/core/page/EventHandler.cpp bool shouldLongPressSelectWord = m_frame->settings() && m_frame->settings()->touchEditingEnabled(); m_frame 2477 Source/core/page/EventHandler.cpp IntPoint hitTestPoint = m_frame->view()->windowToContents(gestureEvent.position()); m_frame 2482 Source/core/page/EventHandler.cpp if (m_frame->selection().isRange()) { m_frame 2505 Source/core/page/EventHandler.cpp IntPoint p = m_frame->view()->windowToContents(gestureEvent.position()); m_frame 2568 Source/core/page/EventHandler.cpp Document* document = m_frame->document(); m_frame 2572 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 2604 Source/core/page/EventHandler.cpp const float scaleFactor = m_frame->pageZoomFactor(); m_frame 2616 Source/core/page/EventHandler.cpp RefPtr<FrameView> protector(m_frame->view()); m_frame 2651 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 2694 Source/core/page/EventHandler.cpp if (m_frame->settings() && !m_frame->settings()->touchAdjustmentEnabled()) m_frame 2701 Source/core/page/EventHandler.cpp IntPoint hitTestPoint = m_frame->view()->windowToContents(touchCenter); m_frame 2730 Source/core/page/EventHandler.cpp IntPoint hitTestPoint = m_frame->view()->windowToContents(touchCenter); m_frame 2743 Source/core/page/EventHandler.cpp IntPoint hitTestPoint = m_frame->view()->windowToContents(touchCenter); m_frame 2780 Source/core/page/EventHandler.cpp Document* doc = m_frame->document(); m_frame 2781 Source/core/page/EventHandler.cpp FrameView* v = m_frame->view(); m_frame 2792 Source/core/page/EventHandler.cpp if (!m_frame->selection().contains(viewportPos) m_frame 2797 Source/core/page/EventHandler.cpp && (m_frame->selection().isContentEditable() || (mev.targetNode() && mev.targetNode()->isTextNode()))) { m_frame 2802 Source/core/page/EventHandler.cpp else if (m_frame->editor().behavior().shouldSelectOnContextualMenuClick()) m_frame 2813 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 2817 Source/core/page/EventHandler.cpp Document* doc = m_frame->document(); m_frame 2834 Source/core/page/EventHandler.cpp FrameSelection& selection = m_frame->selection(); m_frame 2840 Source/core/page/EventHandler.cpp IntRect firstRect = m_frame->editor().firstRectForRange(selectionRange.get()); m_frame 2859 Source/core/page/EventHandler.cpp m_frame->view()->setCursor(pointerCursor()); m_frame 2927 Source/core/page/EventHandler.cpp Settings* settings = m_frame->settings(); m_frame 2947 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 2962 Source/core/page/EventHandler.cpp Settings* settings = m_frame->settings(); m_frame 2966 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 2970 Source/core/page/EventHandler.cpp if (!m_frame->page() || !m_frame->page()->focusController().isActive()) m_frame 2993 Source/core/page/EventHandler.cpp return m_frame->page()->isCursorVisible(); m_frame 3011 Source/core/page/EventHandler.cpp ASSERT(m_frame); m_frame 3012 Source/core/page/EventHandler.cpp ASSERT(m_frame->document()); m_frame 3014 Source/core/page/EventHandler.cpp if (RenderView* renderer = m_frame->contentRenderer()) { m_frame 3015 Source/core/page/EventHandler.cpp if (FrameView* view = m_frame->view()) { m_frame 3019 Source/core/page/EventHandler.cpp m_frame->document()->updateHoverActiveState(request, result.innerElement()); m_frame 3028 Source/core/page/EventHandler.cpp if (m_frame m_frame 3029 Source/core/page/EventHandler.cpp && m_frame->document() m_frame 3034 Source/core/page/EventHandler.cpp m_frame->document()->updateHoverActiveState(request, m_lastDeferredTapElement.get()); m_frame 3057 Source/core/page/EventHandler.cpp Element* elem = m_frame->document()->getElementByAccessKey(key.lower()); m_frame 3085 Source/core/page/EventHandler.cpp RefPtr<FrameView> protector(m_frame->view()); m_frame 3087 Source/core/page/EventHandler.cpp ASSERT(m_frame->document()); m_frame 3088 Source/core/page/EventHandler.cpp if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(*m_frame->document())) { m_frame 3109 Source/core/page/EventHandler.cpp RefPtr<Node> node = eventTargetNodeForDocument(m_frame->document()); m_frame 3131 Source/core/page/EventHandler.cpp RefPtrWillBeRawPtr<KeyboardEvent> keydown = KeyboardEvent::create(keyDownEvent, m_frame->document()->domWindow()); m_frame 3139 Source/core/page/EventHandler.cpp bool changedFocusedFrame = m_frame->page() && m_frame != m_frame->page()->focusController().focusedOrMainFrame(); m_frame 3145 Source/core/page/EventHandler.cpp bool changedFocusedFrame = m_frame->page() && m_frame != m_frame->page()->focusController().focusedOrMainFrame(); m_frame 3152 Source/core/page/EventHandler.cpp node = eventTargetNodeForDocument(m_frame->document()); m_frame 3160 Source/core/page/EventHandler.cpp RefPtrWillBeRawPtr<KeyboardEvent> keypress = KeyboardEvent::create(keyPressEvent, m_frame->document()->domWindow()); m_frame 3193 Source/core/page/EventHandler.cpp m_frame->editor().handleKeyboardEvent(event); m_frame 3209 Source/core/page/EventHandler.cpp m_frame->editor().handleKeyboardEvent(event); m_frame 3225 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 3293 Source/core/page/EventHandler.cpp ASSERT(m_frame); m_frame 3294 Source/core/page/EventHandler.cpp ASSERT(m_frame->view()); m_frame 3295 Source/core/page/EventHandler.cpp if (!m_frame->page()) m_frame 3310 Source/core/page/EventHandler.cpp m_frame->contentRenderer()->hitTest(request, result); m_frame 3316 Source/core/page/EventHandler.cpp dragState().m_dragSrc = m_frame->page()->dragController().draggableNode(m_frame, node, m_mouseDownPos, selectionDragPolicy, dragState().m_dragType); m_frame 3330 Source/core/page/EventHandler.cpp m_frame->view()->setCursor(pointerCursor()); m_frame 3370 Source/core/page/EventHandler.cpp DragController& dragController = m_frame->page()->dragController(); m_frame 3371 Source/core/page/EventHandler.cpp if (!dragController.populateDragClipboard(m_frame, dragState(), m_mouseDownPos)) m_frame 3374 Source/core/page/EventHandler.cpp && !m_frame->selection().isInPasswordField(); m_frame 3382 Source/core/page/EventHandler.cpp m_didStartDrag = m_frame->page() && dragController.startDrag(m_frame, dragState(), event.event(), m_mouseDownPos); m_frame 3401 Source/core/page/EventHandler.cpp if (!m_frame) m_frame 3408 Source/core/page/EventHandler.cpp target = eventTargetNodeForDocument(m_frame->document()); m_frame 3412 Source/core/page/EventHandler.cpp RefPtrWillBeRawPtr<TextEvent> event = TextEvent::create(m_frame->domWindow(), text, inputType); m_frame 3421 Source/core/page/EventHandler.cpp if (m_frame->editor().handleTextEvent(event)) m_frame 3438 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 3453 Source/core/page/EventHandler.cpp if (!m_frame->editor().behavior().shouldNavigateBackOnBackspace()) m_frame 3456 Source/core/page/EventHandler.cpp Page* page = m_frame->page(); m_frame 3471 Source/core/page/EventHandler.cpp Page* page = m_frame->page(); m_frame 3475 Source/core/page/EventHandler.cpp if (!isSpatialNavigationEnabled(m_frame)) m_frame 3480 Source/core/page/EventHandler.cpp if (m_frame->document()->inDesignMode()) m_frame 3495 Source/core/page/EventHandler.cpp Page* page = m_frame->page(); m_frame 3504 Source/core/page/EventHandler.cpp if (m_frame->document()->inDesignMode()) m_frame 3513 Source/core/page/EventHandler.cpp if (HTMLDialogElement* dialog = m_frame->document()->activeModalDialog()) m_frame 3519 Source/core/page/EventHandler.cpp if (Element* element = m_frame->document()->focusedElement()) { m_frame 3529 Source/core/page/EventHandler.cpp if (FrameView* view = m_frame->view()) m_frame 3636 Source/core/page/EventHandler.cpp LayoutPoint pagePoint = documentPointForWindowPoint(m_frame, point.pos()); m_frame 3700 Source/core/page/EventHandler.cpp m_frame->page()->chrome().client().setTouchAction(effectiveTouchAction); m_frame 3719 Source/core/page/EventHandler.cpp if (m_frame != targetFrame) { m_frame 3801 Source/core/page/EventHandler.cpp if (!m_frame || !m_frame->settings() || !m_frame->settings()->touchEventEmulationEnabled()) m_frame 3827 Source/core/page/EventHandler.cpp if (event.button() != LeftButton || !m_frame->isMainFrame()) m_frame 3834 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 3838 Source/core/page/EventHandler.cpp Page* page = m_frame->page(); m_frame 3895 Source/core/page/EventHandler.cpp if (!m_frame || !m_frame->settings() || !m_frame->settings()->touchEventEmulationEnabled()) m_frame 3902 Source/core/page/EventHandler.cpp Page* page = m_frame->page(); m_frame 3903 Source/core/page/EventHandler.cpp FrameView* view = m_frame->view(); m_frame 3980 Source/core/page/EventHandler.cpp IntPoint p = m_frame->view()->windowToContents(mev.event().position()); m_frame 3981 Source/core/page/EventHandler.cpp if (m_frame->selection().contains(p)) { m_frame 3985 Source/core/page/EventHandler.cpp m_frame->selection().setSelection(newSelection); m_frame 4036 Source/core/page/EventHandler.cpp Page* page = m_frame->page(); m_frame 4039 Source/core/page/EventHandler.cpp page->focusController().setFocusedFrame(m_frame); m_frame 315 Source/core/page/EventHandler.h LocalFrame* const m_frame; m_frame 45 Source/core/page/PrintContext.cpp : m_frame(frame) m_frame 62 Source/core/page/PrintContext.cpp if (!m_frame->document() || !m_frame->view() || !m_frame->document()->renderView()) m_frame 70 Source/core/page/PrintContext.cpp RenderView* view = m_frame->document()->renderView(); m_frame 72 Source/core/page/PrintContext.cpp FloatSize pageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(printRect.width(), printRect.height()), FloatSize(documentRect.width(), documentRect.height())); m_frame 95 Source/core/page/PrintContext.cpp if (!m_frame->document() || !m_frame->view() || !m_frame->document()->renderView()) m_frame 98 Source/core/page/PrintContext.cpp RenderView* view = m_frame->document()->renderView(); m_frame 168 Source/core/page/PrintContext.cpp FloatSize minLayoutSize = m_frame->resizePageRectsKeepingRatio(originalPageSize, FloatSize(width * printingMinimumShrinkFactor, height * printingMinimumShrinkFactor)); m_frame 171 Source/core/page/PrintContext.cpp m_frame->setPrinting(true, minLayoutSize, originalPageSize, printingMaximumShrinkFactor / printingMinimumShrinkFactor); m_frame 176 Source/core/page/PrintContext.cpp if (!m_frame->view()) m_frame 180 Source/core/page/PrintContext.cpp if (m_frame->document() && m_frame->document()->renderView()) m_frame 181 Source/core/page/PrintContext.cpp useViewWidth = m_frame->document()->renderView()->style()->isHorizontalWritingMode(); m_frame 183 Source/core/page/PrintContext.cpp float viewLogicalWidth = useViewWidth ? m_frame->view()->contentsWidth() : m_frame->view()->contentsHeight(); m_frame 202 Source/core/page/PrintContext.cpp m_frame->view()->paintContents(&ctx, pageRect); m_frame 204 Source/core/page/PrintContext.cpp outputLinkedDestinations(ctx, m_frame->document(), pageRect); m_frame 214 Source/core/page/PrintContext.cpp m_frame->view()->paintContents(&ctx, rect); m_frame 222 Source/core/page/PrintContext.cpp m_frame->setPrinting(false, FloatSize(), FloatSize(), 0); m_frame 44 Source/core/page/PrintContext.h LocalFrame* frame() const { return m_frame; } m_frame 88 Source/core/page/PrintContext.h LocalFrame* m_frame; m_frame 70 Source/core/plugins/DOMMimeType.cpp if (!m_frame || !m_frame->page() || !m_frame->page()->mainFrame()->loader().allowPlugins(NotAboutToInstantiatePlugin)) m_frame 73 Source/core/plugins/DOMMimeType.cpp return DOMPlugin::create(m_pluginData.get(), m_frame, m_pluginData->mimePluginIndices()[m_index]); m_frame 56 Source/core/plugins/DOMMimeTypeArray.cpp return DOMMimeType::create(data, m_frame, index).get(); m_frame 80 Source/core/plugins/DOMMimeTypeArray.cpp return DOMMimeType::create(data, m_frame, i).get(); m_frame 87 Source/core/plugins/DOMMimeTypeArray.cpp if (!m_frame) m_frame 89 Source/core/plugins/DOMMimeTypeArray.cpp Page* p = m_frame->page(); m_frame 69 Source/core/plugins/DOMPlugin.cpp return DOMMimeType::create(m_pluginData.get(), m_frame, i).get(); m_frame 88 Source/core/plugins/DOMPlugin.cpp return DOMMimeType::create(m_pluginData.get(), m_frame, i).get(); m_frame 56 Source/core/plugins/DOMPluginArray.cpp return DOMPlugin::create(data, m_frame, index).get(); m_frame 80 Source/core/plugins/DOMPluginArray.cpp return DOMPlugin::create(data, m_frame, i).get(); m_frame 92 Source/core/plugins/DOMPluginArray.cpp if (!m_frame) m_frame 94 Source/core/plugins/DOMPluginArray.cpp Page* page = m_frame->page(); m_frame 45 Source/core/storage/Storage.cpp ASSERT(m_frame); m_frame 48 Source/core/storage/Storage.h unsigned length(ExceptionState& ec) const { return m_storageArea->length(ec, m_frame); } m_frame 49 Source/core/storage/Storage.h String key(unsigned index, ExceptionState& ec) const { return m_storageArea->key(index, ec, m_frame); } m_frame 50 Source/core/storage/Storage.h String getItem(const String& key, ExceptionState& ec) const { return m_storageArea->getItem(key, ec, m_frame); } m_frame 51 Source/core/storage/Storage.h void setItem(const String& key, const String& value, ExceptionState& ec) { m_storageArea->setItem(key, value, ec, m_frame); } m_frame 52 Source/core/storage/Storage.h void removeItem(const String& key, ExceptionState& ec) { m_storageArea->removeItem(key, ec, m_frame); } m_frame 53 Source/core/storage/Storage.h void clear(ExceptionState& ec) { m_storageArea->clear(ec, m_frame); } m_frame 54 Source/core/storage/Storage.h bool contains(const String& key, ExceptionState& ec) const { return m_storageArea->contains(key, ec, m_frame); } m_frame 57 Source/core/testing/DummyPageHolder.cpp m_frame = LocalFrame::create(&m_frameLoaderClient, &m_page->frameHost(), 0); m_frame 58 Source/core/testing/DummyPageHolder.cpp m_frame->setView(FrameView::create(m_frame.get(), initialViewSize)); m_frame 59 Source/core/testing/DummyPageHolder.cpp m_frame->init(); m_frame 65 Source/core/testing/DummyPageHolder.cpp ASSERT(m_frame->hasOneRef()); m_frame 66 Source/core/testing/DummyPageHolder.cpp m_frame.clear(); m_frame 76 Source/core/testing/DummyPageHolder.cpp return *m_frame; m_frame 81 Source/core/testing/DummyPageHolder.cpp return *m_frame->view(); m_frame 86 Source/core/testing/DummyPageHolder.cpp return *m_frame->domWindow()->document(); m_frame 74 Source/core/testing/DummyPageHolder.h RefPtr<LocalFrame> m_frame; m_frame 75 Source/core/timing/Performance.cpp return MemoryInfo::create(m_frame); m_frame 81 Source/core/timing/Performance.cpp m_navigation = PerformanceNavigation::create(m_frame); m_frame 89 Source/core/timing/Performance.cpp m_timing = PerformanceTiming::create(m_frame); m_frame 48 Source/core/timing/PerformanceNavigation.cpp if (!m_frame) m_frame 51 Source/core/timing/PerformanceNavigation.cpp DocumentLoader* documentLoader = m_frame->loader().documentLoader(); m_frame 68 Source/core/timing/PerformanceNavigation.cpp if (!m_frame) m_frame 71 Source/core/timing/PerformanceNavigation.cpp DocumentLoader* loader = m_frame->loader().documentLoader(); m_frame 312 Source/core/timing/PerformanceTiming.cpp if (!m_frame) m_frame 315 Source/core/timing/PerformanceTiming.cpp return m_frame->loader().documentLoader(); m_frame 320 Source/core/timing/PerformanceTiming.cpp if (!m_frame) m_frame 323 Source/core/timing/PerformanceTiming.cpp Document* document = m_frame->document(); m_frame 62 Source/platform/Widget.h virtual void setFrameRect(const IntRect& frame) { m_frame = frame; } m_frame 63 Source/platform/Widget.h const IntRect& frameRect() const { return m_frame; } m_frame 136 Source/platform/Widget.h IntRect m_frame; m_frame 42 Source/platform/audio/FFTConvolver.cpp : m_frame(fftSize) m_frame 91 Source/platform/audio/FFTConvolver.cpp m_frame.doFFT(m_inputBuffer.data()); m_frame 92 Source/platform/audio/FFTConvolver.cpp m_frame.multiply(*fftKernel); m_frame 93 Source/platform/audio/FFTConvolver.cpp m_frame.doInverseFFT(m_outputBuffer.data()); m_frame 53 Source/platform/audio/FFTConvolver.h size_t fftSize() const { return m_frame.fftSize(); } m_frame 56 Source/platform/audio/FFTConvolver.h FFTFrame m_frame; m_frame 96 Source/platform/audio/FFTFrame.h DSPSplitComplex& dspSplitComplex() { return m_frame; } m_frame 97 Source/platform/audio/FFTFrame.h DSPSplitComplex dspSplitComplex() const { return m_frame; } m_frame 105 Source/platform/audio/FFTFrame.h DSPSplitComplex m_frame; m_frame 62 Source/platform/audio/mac/FFTFrameMac.cpp m_frame.realp = m_realData.data(); m_frame 63 Source/platform/audio/mac/FFTFrameMac.cpp m_frame.imagp = m_imagData.data(); m_frame 72 Source/platform/audio/mac/FFTFrameMac.cpp m_frame.realp = 0; m_frame 73 Source/platform/audio/mac/FFTFrameMac.cpp m_frame.imagp = 0; m_frame 88 Source/platform/audio/mac/FFTFrameMac.cpp m_frame.realp = m_realData.data(); m_frame 89 Source/platform/audio/mac/FFTFrameMac.cpp m_frame.imagp = m_imagData.data(); m_frame 93 Source/platform/audio/mac/FFTFrameMac.cpp memcpy(realData(), frame.m_frame.realp, nbytes); m_frame 94 Source/platform/audio/mac/FFTFrameMac.cpp memcpy(imagData(), frame.m_frame.imagp, nbytes); m_frame 109 Source/platform/audio/mac/FFTFrameMac.cpp vDSP_ctoz((DSPComplex*)scaledData.data(), 2, &m_frame, 1, m_FFTSize / 2); m_frame 110 Source/platform/audio/mac/FFTFrameMac.cpp vDSP_fft_zrip(m_FFTSetup, &m_frame, 1, m_log2FFTSize, FFT_FORWARD); m_frame 115 Source/platform/audio/mac/FFTFrameMac.cpp vDSP_fft_zrip(m_FFTSetup, &m_frame, 1, m_log2FFTSize, FFT_INVERSE); m_frame 116 Source/platform/audio/mac/FFTFrameMac.cpp vDSP_ztoc(&m_frame, 1, (DSPComplex*)data, 2, m_FFTSize / 2); m_frame 158 Source/platform/audio/mac/FFTFrameMac.cpp return m_frame.realp; m_frame 163 Source/platform/audio/mac/FFTFrameMac.cpp return m_frame.imagp; m_frame 88 Source/platform/graphics/BitmapImage.cpp m_frames[0].m_frame = nativeImage; m_frame 144 Source/platform/graphics/BitmapImage.cpp m_frames[index].m_frame = m_source.createFrameAtIndex(index); m_frame 145 Source/platform/graphics/BitmapImage.cpp if (numFrames == 1 && m_frames[index].m_frame) m_frame 159 Source/platform/graphics/BitmapImage.cpp if (m_frames[index].m_frame) { m_frame 327 Source/platform/graphics/BitmapImage.cpp if (index >= m_frames.size() || !m_frames[index].m_frame) m_frame 336 Source/platform/graphics/BitmapImage.cpp return m_frames[index].m_frame; m_frame 35 Source/platform/graphics/FrameData.cpp : m_frame(nullptr) m_frame 58 Source/platform/graphics/FrameData.cpp if (m_frame) { m_frame 59 Source/platform/graphics/FrameData.cpp m_frame.clear(); m_frame 50 Source/platform/graphics/FrameData.h RefPtr<NativeImageSkia> m_frame; m_frame 615 Source/web/WebFrameImpl.cpp ASSERT(m_frame); m_frame 616 Source/web/WebFrameImpl.cpp if (m_frame && m_frame->document()) m_frame 617 Source/web/WebFrameImpl.cpp m_frame->document()->initSecurityContext(); m_frame 1670 Source/web/WebFrameImpl.cpp m_frame = frame; m_frame 1679 Source/web/WebFrameImpl.cpp m_frame->init(); m_frame 298 Source/web/WebFrameImpl.h WebCore::LocalFrame* frame() const { return m_frame.get(); } m_frame 339 Source/web/WebFrameImpl.h RefPtr<WebCore::LocalFrame> m_frame; m_frame 40 Source/web/tests/FakeWebPlugin.cpp : m_frame(frame) m_frame 57 Source/web/tests/FakeWebPlugin.cpp m_frame = 0; m_frame 74 Source/web/tests/FakeWebPlugin.h WebFrame* m_frame; m_frame 383 Source/web/tests/WebFrameTest.cpp m_frame = m_helper.initializeAndLoad("about:blank", true, &m_client)->mainFrame()->toWebLocalFrame(); m_frame 393 Source/web/tests/WebFrameTest.cpp return m_frame->document(); m_frame 403 Source/web/tests/WebFrameTest.cpp return m_client.m_matchedSelectors[m_frame]; m_frame 408 Source/web/tests/WebFrameTest.cpp m_frame->loadHTMLString(html, toKURL("about:blank")); m_frame 414 Source/web/tests/WebFrameTest.cpp m_frame->executeScript(WebScriptSource(code)); m_frame 415 Source/web/tests/WebFrameTest.cpp m_frame->view()->layout(); m_frame 421 Source/web/tests/WebFrameTest.cpp WebLocalFrame* m_frame; m_frame 438 Source/web/tests/WebFrameTest.cpp m_frame->document().watchCSSSelectors(WebVector<WebString>(selectors)); m_frame 439 Source/web/tests/WebFrameTest.cpp m_frame->view()->layout(); m_frame 447 Source/web/tests/WebFrameTest.cpp m_frame->view()->layout(); m_frame 454 Source/web/tests/WebFrameTest.cpp m_frame->view()->layout(); m_frame 573 Source/web/tests/WebFrameTest.cpp m_frame->view()->layout(); m_frame 597 Source/web/tests/WebFrameTest.cpp m_frame->view()->layout(); m_frame 614 Source/web/tests/WebFrameTest.cpp m_frame->view()->layout(); m_frame 5114 Source/web/tests/WebFrameTest.cpp m_frame = 0; m_frame 5120 Source/web/tests/WebFrameTest.cpp m_frame = frame; m_frame 5124 Source/web/tests/WebFrameTest.cpp WebFrame* frame() { return m_frame; } m_frame 5128 Source/web/tests/WebFrameTest.cpp WebFrame* m_frame;