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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/plugins/
DOMMimeTypeArray.cpp 23 #include "core/frame/LocalFrame.h"
31 DOMMimeTypeArray::DOMMimeTypeArray(LocalFrame* frame)
DOMPluginArray.cpp 23 #include "core/frame/LocalFrame.h"
31 DOMPluginArray::DOMPluginArray(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/testing/
PrivateScriptTestTest.cpp 34 LocalFrame* frame() const { return &m_dummyPageHolder->frame(); }
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
NavigatorGamepad.h 64 explicit NavigatorGamepad(LocalFrame*);
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
NavigatorStorageQuota.cpp 40 NavigatorStorageQuota::NavigatorStorageQuota(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
InspectorDatabaseAgent.h 43 class LocalFrame;
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
NavigatorWebMIDI.cpp 38 #include "core/frame/LocalFrame.h"
45 NavigatorWebMIDI::NavigatorWebMIDI(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.h 91 virtual void dispatchDidCommitLoad(LocalFrame*, HistoryItem*, HistoryCommitType) OVERRIDE;
115 virtual PassRefPtr<DocumentLoader> createDocumentLoader(LocalFrame*, const ResourceRequest&, const SubstituteData&) OVERRIDE;
119 virtual PassRefPtrWillBeRawPtr<LocalFrame> createFrame(const KURL&, const WTF::AtomicString& name, const Referrer&, HTMLFrameOwnerElement*) OVERRIDE;
146 virtual bool willCheckAndDispatchMessageEvent(SecurityOrigin* target, MessageEvent*, LocalFrame* sourceFrame) const OVERRIDE;
WebRange.cpp 43 #include "core/frame/LocalFrame.h"
108 LocalFrame* webFrame = toWebLocalFrameImpl(frame)->frame();
ChromeClientImpl.cpp 221 void ChromeClientImpl::focusedFrameChanged(LocalFrame* frame)
228 Page* ChromeClientImpl::createWindow(LocalFrame* frame, const FrameLoadRequest& r, const WindowFeatures& features,
377 void ChromeClientImpl::addMessageToConsole(LocalFrame* localFrame, MessageSource source, MessageLevel level, const String& message, unsigned lineNumber, const String& sourceID, const String& stackTrace)
379 WebLocalFrameImpl* frame = WebLocalFrameImpl::fromFrame(localFrame);
394 bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, LocalFrame* frame)
420 // Although a LocalFrame is passed in, we don't actually use it, since we
422 void ChromeClientImpl::runJavaScriptAlert(LocalFrame* frame, const String& message)
433 bool ChromeClientImpl::runJavaScriptConfirm(LocalFrame* frame, const String& message)
445 bool ChromeClientImpl::runJavaScriptPrompt(LocalFrame* frame
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
MHTMLTest.cpp 34 #include "core/frame/LocalFrame.h"
100 LocalFrame* frame = toLocalFrame(page()->mainFrame());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.h 173 void domContentLoadedEventFired(LocalFrame*);
174 void didCommitLoad(LocalFrame*, DocumentLoader*);
186 void frameDocumentUpdated(LocalFrame*);
198 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
199 bool handleTouchEvent(LocalFrame*, const PlatformTouchEvent&);
200 bool handleMouseMove(LocalFrame*, const PlatformMouseEvent&);
242 void invalidateFrameOwnerElement(LocalFrame*);
InspectorController.cpp 239 void InspectorController::didClearDocumentOfWindowObject(LocalFrame* frame)
345 LocalFrame* frame = document->frame();
377 bool InspectorController::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event)
386 bool InspectorController::handleMouseEvent(LocalFrame* frame, const PlatformMouseEvent& event)
403 bool InspectorController::handleTouchEvent(LocalFrame* frame, const PlatformTouchEvent& event)
412 bool InspectorController::handleKeyboardEvent(LocalFrame* frame, const PlatformKeyboardEvent& event)
  /external/chromium_org/third_party/WebKit/Source/core/loader/
MixedContentChecker.cpp 33 #include "core/frame/LocalFrame.h"
51 MixedContentChecker::MixedContentChecker(LocalFrame* frame)
205 void MixedContentChecker::logToConsole(LocalFrame* frame, const KURL& url, WebURLRequest::RequestContext requestContext, bool allowed)
216 bool MixedContentChecker::shouldBlockFetch(LocalFrame* frame, const ResourceRequest& resourceRequest, const KURL& url)
230 LocalFrame* localTop = toLocalFrame(top);
395 void MixedContentChecker::checkMixedPrivatePublic(LocalFrame* frame, const AtomicString& resourceIPAddress)
FrameLoader.cpp 54 #include "core/frame/LocalFrame.h"
113 FrameLoader::FrameLoader(LocalFrame* frame)
409 // This can be called from the LocalFrame's destructor, in which case we shouldn't protect ourselves
412 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame->view() ? m_frame.get() : nullptr);
438 LocalFrame* frame = toLocalFrame(child);
456 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get());
519 void FrameLoader::setOpener(LocalFrame* opener)
603 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get());
693 static bool shouldOpenInNewWindow(LocalFrame* targetFrame, const FrameLoadRequest& request, const NavigationAction& action)
727 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get())
    [all...]
ProgressTracker.cpp 31 #include "core/frame/LocalFrame.h"
65 PassOwnPtrWillBeRawPtr<ProgressTracker> ProgressTracker::create(LocalFrame* frame)
70 ProgressTracker::ProgressTracker(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 25 #include "core/frame/LocalFrame.h"
44 PrintContext::PrintContext(LocalFrame* frame)
204 LocalFrame* frame = element->document().frame();
290 String PrintContext::pageProperty(LocalFrame* frame, const char* propertyName, int pageNumber)
316 bool PrintContext::isPageBoxVisible(LocalFrame* frame, int pageNumber)
321 String PrintContext::pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft)
330 int PrintContext::numberOfPages(LocalFrame* frame, const FloatSize& pageSizeInPixels)
ContextMenuController.cpp 35 #include "core/frame/LocalFrame.h"
132 void ContextMenuController::showContextMenuAtPoint(LocalFrame* frame, float x, float y, PassRefPtr<ContextMenuProvider> menuProvider)
158 PassOwnPtr<ContextMenu> ContextMenuController::createContextMenu(LocalFrame* frame, const LayoutPoint& location)
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 111 LocalFrame* Geolocation::frame() const
118 LocalFrame* frame = this->frame();
131 LocalFrame* frame = this->frame();
432 LocalFrame* frame = this->frame();
487 LocalFrame* frame = this->frame();
497 LocalFrame* frame = this->frame();
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptController.cpp 58 #include "core/frame/LocalFrame.h"
85 bool ScriptController::canAccessFromCurrentOrigin(LocalFrame *frame)
93 ScriptController::ScriptController(LocalFrame* frame)
144 // Keep LocalFrame (and therefore ScriptController) alive.
145 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame);
194 // Keep LocalFrame (and therefore ScriptController) alive.
195 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame);
263 void ScriptController::bindToWindowObject(LocalFrame* frame, const String& key, NPObject* object)
307 // LocalFrame Memory Management for NPObjects
316 // The LocalFrame maintains a list of plugin objects (m_pluginObjects
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValuesCached.cpp 10 #include "core/frame/LocalFrame.h"
30 PassRefPtr<MediaValues> MediaValuesCached::create(LocalFrame* frame)
44 MediaValuesCached::MediaValuesCached(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.cpp 33 #include "core/frame/LocalFrame.h"
66 LocalFrame* parentFrame = document().frame();
81 LocalFrame* parentFrame = document().frame();
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.cpp 33 #include "core/frame/LocalFrame.h"
118 if (LocalFrame* frame = document().frame()) {
194 if (LocalFrame* frame = document().frame()) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp 35 #include "core/frame/LocalFrame.h"
138 if (LocalFrame* frame = it->key->document().frame()) {
188 if (LocalFrame* frame = object->document().frame()) {
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientation.cpp 13 #include "core/frame/LocalFrame.h"
87 ScreenOrientation* ScreenOrientation::create(LocalFrame* frame)
95 // created when the LocalFrame is created so we shouldn't be in that
104 ScreenOrientation::ScreenOrientation(LocalFrame* frame)

Completed in 1129 milliseconds

1 2 3 4 5 6 7 8 91011>>