HomeSort by relevance Sort by last modified time
    Searched refs:LocalFrame (Results 176 - 200 of 444) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/
RemoteFrameClient.cpp 60 SecurityOrigin* target, MessageEvent* event, LocalFrame* sourceFrame) const
SpellCheckerClientImpl.h 40 class LocalFrame;
WebDataSourceImpl.cpp 47 PassRefPtr<WebDataSourceImpl> WebDataSourceImpl::create(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
151 WebDataSourceImpl::WebDataSourceImpl(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
SpellCheckerClientImpl.cpp 33 #include "core/frame/LocalFrame.h"
59 const LocalFrame* frame = toLocalFrame(m_webView->focusedCoreFrame());
71 // check markers being deleted. Also, the LocalFrame will decide not to do
73 // cause any problems to the LocalFrame's behavior.
106 if (LocalFrame* frame = toLocalFrame(m_webView->focusedCoreFrame())) {
119 const LocalFrame* frame = toLocalFrame(m_webView->focusedCoreFrame());
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValuesDynamic.cpp 13 #include "core/frame/LocalFrame.h"
22 PassRefPtr<MediaValues> MediaValuesDynamic::create(LocalFrame* frame)
29 MediaValuesDynamic::MediaValuesDynamic(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.h 37 class LocalFrame;
130 void reportMobilePageStats(const LocalFrame*) const;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h 32 class LocalFrame;
105 bool unifiedTextCheckerEnabled(const LocalFrame*);
UndoStack.cpp 69 void UndoStack::didUnloadFrame(const LocalFrame& frame)
76 void UndoStack::filterOutUndoSteps(UndoStepStack& stack, const LocalFrame& frame)
TypingCommand.cpp 43 #include "core/frame/LocalFrame.h"
97 LocalFrame* frame = document.frame();
115 LocalFrame* frame = document.frame();
135 LocalFrame* frame = document.frame();
147 void TypingCommand::updateSelectionIfDifferentFromCurrentSelection(TypingCommand* typingCommand, LocalFrame* frame)
160 LocalFrame* frame = document.frame();
172 RefPtrWillBeRawPtr<LocalFrame> frame = document.frame();
231 PassRefPtrWillBeRawPtr<TypingCommand> TypingCommand::lastTypingCommandIfStillOpenForTyping(LocalFrame* frame)
242 void TypingCommand::closeTyping(LocalFrame* frame)
291 LocalFrame* frame = document().frame()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorConsoleAgent.h 47 class LocalFrame;
90 void didCommitLoad(LocalFrame*, DocumentLoader*);
InspectorTraceEvents.cpp 13 #include "core/frame/LocalFrame.h"
66 LocalFrame& frame = frameView->frame();
139 PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorSendRequestEvent::data(unsigned long identifier, LocalFrame* frame, const ResourceRequest& request)
151 PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorReceiveResponseEvent::data(unsigned long identifier, LocalFrame* frame, const ResourceResponse& response)
163 PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorReceiveDataEvent::data(unsigned long identifier, LocalFrame* frame, int encodedDataLength)
186 static LocalFrame* frameForExecutionContext(ExecutionContext* context)
188 LocalFrame* frame = 0;
198 if (LocalFrame* frame = frameForExecutionContext(context))
261 if (LocalFrame* frame = frameForExecutionContext(context))
270 if (LocalFrame* frame = frameForExecutionContext(context)
    [all...]
InspectorCanvasAgent.cpp 46 #include "core/frame/LocalFrame.h"
144 LocalFrame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainFrame();
154 LocalFrame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainFrame();
222 LocalFrame* frame = domWindow ? domWindow->frame() : 0;
283 LocalFrame* frame = node->document().frame();
316 void InspectorCanvasAgent::didCommitLoad(LocalFrame*, DocumentLoader* loader)
328 LocalFrame* localFrame = toLocalFrame(frame);
329 if (m_framesWithUninstrumentedCanvases.contains(localFrame))
330 m_framesWithUninstrumentedCanvases.set(localFrame, false)
    [all...]
InspectorDOMStorageAgent.cpp 42 #include "core/frame/LocalFrame.h"
123 LocalFrame* frame;
155 LocalFrame* frame;
169 LocalFrame* frame;
205 PassOwnPtrWillBeRawPtr<StorageArea> InspectorDOMStorageAgent::findStorageArea(ErrorString* errorString, const RefPtr<JSONObject>& storageId, LocalFrame*& targetFrame)
218 LocalFrame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin);
221 *errorString = "LocalFrame not found for the given security origin";
InspectorInstrumentation.cpp 101 void didReceiveResourceResponseButCanceledImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
106 void continueAfterXFrameOptionsDeniedImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
111 void continueWithPolicyIgnoreImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
135 PassOwnPtr<ScriptSourceCode> preprocessImpl(InstrumentingAgents* instrumentingAgents, LocalFrame* frame, const ScriptSourceCode& sourceCode)
142 String preprocessEventListenerImpl(InstrumentingAgents* instrumentingAgents, LocalFrame* frame, const String& source, const String& url, const String& functionName)
PageRuntimeAgent.cpp 38 #include "core/frame/LocalFrame.h"
96 void PageRuntimeAgent::didClearDocumentOfWindowObject(LocalFrame* frame)
112 void PageRuntimeAgent::didCreateIsolatedContext(LocalFrame* frame, ScriptState* scriptState, SecurityOrigin* origin)
152 LocalFrame* localFrame = toLocalFrame(frame);
153 if (!localFrame->script().canExecuteScripts(NotAboutToExecuteScript))
155 String frameId = m_pageAgent->frameId(localFrame);
157 ScriptState* scriptState = ScriptState::forMainWorld(localFrame);
159 localFrame->script().collectIsolatedContexts(isolatedContexts);
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 66 class LocalFrame;
89 explicit EventHandler(LocalFrame*);
269 HitTestResult hitTestResultInFrame(LocalFrame*, const LayoutPoint&, HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest::Active);
291 bool passMousePressEventToSubframe(MouseEventWithHitTestResults&, LocalFrame* subframe);
292 bool passMouseMoveEventToSubframe(MouseEventWithHitTestResults&, LocalFrame* subframe, HitTestResult* hoveredNode = 0);
293 bool passMouseReleaseEventToSubframe(MouseEventWithHitTestResults&, LocalFrame* subframe);
327 LocalFrame* const m_frame;
358 RefPtrWillBeMember<LocalFrame> m_lastMouseMoveEventSubframe;
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 43 class LocalFrame;
109 Region computeShouldHandleScrollGestureOnMainThreadRegion(const LocalFrame*, const IntPoint& frameLocation) const;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
DummyPageHolder.cpp 36 #include "core/frame/LocalFrame.h"
77 m_frame = LocalFrame::create(m_frameLoaderClient.get(), &m_page->frameHost(), 0);
97 LocalFrame& DummyPageHolder::frame() const
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.h 38 class LocalFrame;
54 PassRefPtrWillBeRawPtr<Document> createDocumentFromSource(const String& source, const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ProgrammaticScrollTest.cpp 60 LocalFrame* frame = webViewImpl->mainFrameImpl()->frame();
90 LocalFrame* frame = webViewImpl->mainFrameImpl()->frame();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.cpp 38 #include "core/frame/LocalFrame.h"
59 void PingLoader::loadImage(LocalFrame* frame, const KURL& url)
78 void PingLoader::sendLinkAuditPing(LocalFrame* frame, const KURL& pingURL, const KURL& destinationURL)
107 void PingLoader::sendViolationReport(LocalFrame* frame, const KURL& reportURL, PassRefPtr<FormData> report, ViolationReportType type)
122 void PingLoader::start(LocalFrame* frame, ResourceRequest& request, const FetchInitiatorInfo& initiatorInfo, StoredCredentials credentialsAllowed)
133 PingLoader::PingLoader(LocalFrame* frame, ResourceRequest& request, const FetchInitiatorInfo& initiatorInfo, StoredCredentials credentialsAllowed)
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterface.h 25 static bool shortMethodWithShortArgumentImplementedInPrivateScriptMethod(LocalFrame* frame, TestInterface* holderImpl, int value, int* result);
26 static bool stringAttributeAttributeGetter(LocalFrame* frame, TestInterfaceImplementation* holderImpl, String* result);
27 static bool stringAttributeAttributeSetter(LocalFrame* frame, TestInterfaceImplementation* holderImpl, String cppValue);
  /external/chromium_org/third_party/WebKit/Source/core/events/
MouseRelatedEvent.cpp 29 #include "core/frame/LocalFrame.h"
45 LocalFrame* frame = abstractView->frame();
67 LocalFrame* frame = view() ? view()->frame() : 0;
116 LocalFrame* frame = window->frame();
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameConsole.cpp 69 FrameConsole::FrameConsole(LocalFrame& frame)
167 LocalFrame* curFrame = m_frame;
170 LocalFrame* localTopFrame = toLocalFrame(topFrame);
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.h 126 bool allowAncestors(LocalFrame*, const KURL&, ReportingStatus = SendReport) const;
156 void logToConsole(PassRefPtrWillBeRawPtr<ConsoleMessage>, LocalFrame* = 0);
176 void reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const Vector<String>& reportEndpoints, const String& header, LocalFrame* = 0);

Completed in 1067 milliseconds

1 2 3 4 5 6 78 91011>>