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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.h 38 class LocalFrame;
131 void reportMobilePageStats(const LocalFrame*) const;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h 31 class LocalFrame;
104 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 RefPtr<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/
InspectorPageAgent.cpp 51 #include "core/frame/LocalFrame.h"
252 void InspectorPageAgent::resourceContent(ErrorString* errorString, LocalFrame* frame, const KURL& url, String* result, bool* base64Encoded)
261 Resource* InspectorPageAgent::cachedResource(LocalFrame* frame, const KURL& url)
486 LocalFrame* frame = m_page->deprecatedLocalMainFrame();
546 Vector<Document*> InspectorPageAgent::importsForFrame(LocalFrame* frame)
561 static Vector<Resource*> cachedResourcesForFrame(LocalFrame* frame)
574 static Vector<KURL> allResourcesURLsForFrame(LocalFrame* frame)
626 LocalFrame* frame = assertFrame(errorString, frameId);
652 LocalFrame* frame = frameForId(frameId);
674 LocalFrame* frame = assertFrame(errorString, frameId)
    [all...]
InspectorInstrumentation.cpp 98 void didReceiveResourceResponseButCanceledImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
103 void continueAfterXFrameOptionsDeniedImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
108 void continueWithPolicyDownloadImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
113 void continueWithPolicyIgnoreImpl(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
137 PassOwnPtr<ScriptSourceCode> preprocessImpl(InstrumentingAgents* instrumentingAgents, LocalFrame* frame, const ScriptSourceCode& sourceCode)
144 String preprocessEventListenerImpl(InstrumentingAgents* instrumentingAgents, LocalFrame* frame, const String& source, const String& url, const String& functionName)
InspectorCanvasAgent.cpp 46 #include "core/frame/LocalFrame.h"
137 LocalFrame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainFrame();
147 LocalFrame* frame = frameId ? m_pageAgent->assertFrame(errorString, *frameId) : m_pageAgent->mainFrame();
215 LocalFrame* frame = domWindow ? domWindow->frame() : 0;
276 LocalFrame* frame = node->document().frame();
309 void InspectorCanvasAgent::didCommitLoad(LocalFrame*, DocumentLoader* loader)
321 LocalFrame* localFrame = toLocalFrame(frame);
322 if (m_framesWithUninstrumentedCanvases.contains(localFrame))
323 m_framesWithUninstrumentedCanvases.set(localFrame, false)
    [all...]
InspectorDOMAgent.h 171 void domContentLoadedEventFired(LocalFrame*);
172 void didCommitLoad(LocalFrame*, DocumentLoader*);
184 void frameDocumentUpdated(LocalFrame*);
196 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
197 bool handleTouchEvent(LocalFrame*, const PlatformTouchEvent&);
198 void handleMouseMove(LocalFrame*, const PlatformMouseEvent&);
236 void invalidateFrameOwnerElement(LocalFrame*);
InspectorDOMStorageAgent.cpp 42 #include "core/frame/LocalFrame.h"
117 LocalFrame* frame;
149 LocalFrame* frame;
163 LocalFrame* frame;
199 PassOwnPtrWillBeRawPtr<StorageArea> InspectorDOMStorageAgent::findStorageArea(ErrorString* errorString, const RefPtr<JSONObject>& storageId, LocalFrame*& targetFrame)
212 LocalFrame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin);
215 *errorString = "LocalFrame not found for the given security origin";
InspectorInspectorAgent.cpp 38 #include "core/frame/LocalFrame.h"
69 void InspectorInspectorAgent::didClearDocumentOfWindowObject(LocalFrame* frame)
128 void InspectorInspectorAgent::domContentLoadedEventFired(LocalFrame* frame)
InspectorInstrumentation.h 42 #include "core/frame/LocalFrame.h"
109 InstrumentingAgents* instrumentingAgentsFor(LocalFrame*);
152 inline InstrumentingAgents* instrumentingAgentsFor(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 45 class LocalFrame;
111 Region computeShouldHandleScrollGestureOnMainThreadRegion(const LocalFrame*, const IntPoint& frameLocation) const;
  /external/chromium_org/third_party/WebKit/Source/web/
WebDataSourceImpl.cpp 49 PassRefPtr<WebDataSourceImpl> WebDataSourceImpl::create(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
153 WebDataSourceImpl::WebDataSourceImpl(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
ChromeClientImpl.cpp 215 void ChromeClientImpl::focusedFrameChanged(WebCore::LocalFrame* frame)
222 Page* ChromeClientImpl::createWindow(LocalFrame* frame, const FrameLoadRequest& r, const WindowFeatures& features,
371 void ChromeClientImpl::addMessageToConsole(LocalFrame* localFrame, MessageSource source, MessageLevel level, const String& message, unsigned lineNumber, const String& sourceID, const String& stackTrace)
373 WebLocalFrameImpl* frame = WebLocalFrameImpl::fromFrame(localFrame);
388 bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame)
414 // Although a LocalFrame is passed in, we don't actually use it, since we
416 void ChromeClientImpl::runJavaScriptAlert(LocalFrame* frame, const String& message)
427 bool ChromeClientImpl::runJavaScriptConfirm(LocalFrame* frame, const String& message)
439 bool ChromeClientImpl::runJavaScriptPrompt(LocalFrame* frame
    [all...]
SpellCheckerClientImpl.cpp 33 #include "core/frame/LocalFrame.h"
61 const LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame());
73 // check markers being deleted. Also, the LocalFrame will decide not to do
75 // cause any problems to the LocalFrame's behavior.
108 if (LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame())) {
121 const LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame());
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ProgrammaticScrollTest.cpp 61 LocalFrame* frame = webViewImpl->mainFrameImpl()->frame();
91 LocalFrame* frame = webViewImpl->mainFrameImpl()->frame();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.cpp 38 #include "core/frame/LocalFrame.h"
58 void PingLoader::loadImage(LocalFrame* frame, const KURL& url)
77 void PingLoader::sendLinkAuditPing(LocalFrame* frame, const KURL& pingURL, const KURL& destinationURL)
106 void PingLoader::sendViolationReport(LocalFrame* frame, const KURL& reportURL, PassRefPtr<FormData> report, ViolationReportType type)
121 void PingLoader::start(LocalFrame* frame, ResourceRequest& request, const FetchInitiatorInfo& initiatorInfo, StoredCredentials credentialsAllowed)
129 PingLoader::PingLoader(LocalFrame* frame, ResourceRequest& request, const FetchInitiatorInfo& initiatorInfo, StoredCredentials credentialsAllowed)
FrameLoader.cpp 54 #include "core/frame/LocalFrame.h"
110 FrameLoader::FrameLoader(LocalFrame* frame)
330 // load event and stopAllLoaders can detach the LocalFrame, so protect it.
331 RefPtr<LocalFrame> frame(loader->frame());
392 // This can be called from the LocalFrame's destructor, in which case we shouldn't protect ourselves
395 RefPtr<LocalFrame> protector = m_frame->view() ? m_frame : 0;
436 RefPtr<LocalFrame> protect(m_frame);
484 RefPtr<LocalFrame> protect(m_frame);
509 LocalFrame* FrameLoader::opener()
515 void FrameLoader::setOpener(LocalFrame* opener
    [all...]
  /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/
LocalDOMWindow.h 65 class LocalFrame;
100 static PassRefPtrWillBeRawPtr<LocalDOMWindow> create(LocalFrame& frame)
122 static FloatRect adjustWindowRect(LocalFrame&, const FloatRect& pendingChanges);
125 static bool allowPopUp(LocalFrame& firstFrame);
126 static bool canShowModalDialogNow(const LocalFrame*);
340 explicit LocalDOMWindow(LocalFrame&);
PinchViewport.h 57 class LocalFrame;
145 LocalFrame* mainFrame() const;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScheduledAction.cpp 41 #include "core/frame/LocalFrame.h"
73 LocalFrame* frame = toDocument(context)->frame();
84 void ScheduledAction::execute(LocalFrame* frame)
ScriptState.h 18 class LocalFrame;
67 static ScriptState* forMainWorld(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.h 40 class LocalFrame;
79 LocalFrame* innerNodeFrame() const;
  /external/chromium_org/third_party/WebKit/Source/core/storage/
Storage.cpp 36 PassRefPtrWillBeRawPtr<Storage> Storage::create(LocalFrame* frame, PassOwnPtrWillBeRawPtr<StorageArea> storageArea)
41 Storage::Storage(LocalFrame* frame, PassOwnPtrWillBeRawPtr<StorageArea> storageArea)

Completed in 830 milliseconds

1 2 3 4 5 6 78 91011>>