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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.cpp 57 #include "core/frame/LocalFrame.h"
83 bool ScriptController::canAccessFromCurrentOrigin(LocalFrame *frame)
91 ScriptController::ScriptController(LocalFrame* frame)
142 // Keep LocalFrame (and therefore ScriptController) alive.
143 RefPtr<LocalFrame> protect(m_frame);
185 // Keep LocalFrame (and therefore ScriptController) alive.
186 RefPtr<LocalFrame> protect(m_frame);
253 void ScriptController::bindToWindowObject(LocalFrame* frame, const String& key, NPObject* object)
295 // LocalFrame Memory Management for NPObjects
304 // The LocalFrame maintains a list of plugin objects (m_pluginObjects
    [all...]
ScriptDebugServer.h 108 virtual PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
109 virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
V8EventListener.cpp 37 #include "core/frame/LocalFrame.h"
81 LocalFrame* frame = toDocument(scriptState()->executionContext())->frame();
ScriptEventListener.cpp 42 #include "core/frame/LocalFrame.h"
58 if (LocalFrame* frame = node->document().frame()) {
72 PassRefPtr<V8LazyEventListener> createAttributeEventListener(LocalFrame* frame, const QualifiedName& name, const AtomicString& value, const AtomicString& eventParameterName)
144 ScriptState* eventListenerHandlerScriptState(LocalFrame* frame, EventListener* listener)
V8Initializer.cpp 46 #include "core/frame/LocalFrame.h"
57 static LocalFrame* findFrame(v8::Local<v8::Object> host, v8::Local<v8::Value> data, v8::Isolate* isolate)
129 LocalFrame* frame = enteredWindow->document()->frame();
139 LocalFrame* target = findFrame(host, data, isolate);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValuesCached.cpp 10 #include "core/frame/LocalFrame.h"
33 PassRefPtr<MediaValues> MediaValuesCached::create(LocalFrame* frame)
47 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/loader/
ProgressTracker.cpp 31 #include "core/frame/LocalFrame.h"
65 ProgressTracker::ProgressTracker(LocalFrame* frame)
85 PassOwnPtr<ProgressTracker> ProgressTracker::create(LocalFrame* frame)
DocumentWriter.cpp 39 #include "core/frame/LocalFrame.h"
109 RefPtr<LocalFrame> protector(m_document->frame());
FrameLoadRequest.h 37 class LocalFrame;
MixedContentChecker.cpp 33 #include "core/frame/LocalFrame.h"
42 MixedContentChecker::MixedContentChecker(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp 35 #include "core/frame/LocalFrame.h"
127 if (LocalFrame* frame = it->key->document().frame()) {
177 if (LocalFrame* frame = object->document().frame()) {
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 39 #include "core/frame/LocalFrame.h"
176 return static_cast<LocalFileSystem*>(WillBeHeapSupplement<LocalFrame>::from(toDocument(context).frame(), supplementName()));
182 void provideLocalFileSystemTo(LocalFrame& frame, PassOwnPtr<FileSystemClient> client)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CustomXPathNSResolver.cpp 39 #include "core/frame/LocalFrame.h"
73 LocalFrame* frame = callingDOMWindow(m_isolate)->frame();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodControllerTest.cpp 8 #include "core/frame/LocalFrame.h"
23 LocalFrame& frame() const { return m_dummyPageHolder->frame(); }
  /external/chromium_org/third_party/WebKit/Source/core/frame/
History.cpp 32 #include "core/frame/LocalFrame.h"
45 History::History(LocalFrame* frame)
Navigator.cpp 29 #include "core/frame/LocalFrame.h"
54 Navigator::Navigator(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportTreeRoot.cpp 10 #include "core/frame/LocalFrame.h"
59 if (LocalFrame* frame = m_document->frame())
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.cpp 30 #include "core/frame/LocalFrame.h"
103 // stopAllLoaders can detach the LocalFrame, so protect it.
104 RefPtr<LocalFrame> protect(m_document->frame());
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCache.cpp 33 #include "core/frame/LocalFrame.h"
39 ApplicationCache::ApplicationCache(LocalFrame* frame)
  /external/chromium_org/third_party/WebKit/Source/core/page/
ContextMenuController.cpp 34 #include "core/frame/LocalFrame.h"
110 if (LocalFrame* frame = event->target()->toNode()->document().frame())
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.h 42 class LocalFrame;
  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.cpp 36 #include "core/frame/LocalFrame.h"
86 virtual void addMessageToConsole(LocalFrame*, MessageSource, MessageLevel, const String& message, unsigned lineNumber, const String&, const String&) OVERRIDE
220 RefPtr<LocalFrame> frame = LocalFrame::create(emptyFrameLoaderClient, &m_page->frameHost(), 0);
338 LocalFrame& frame = *toLocalFrame(m_page->mainFrame());
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 46 #include "core/frame/LocalFrame.h"
118 LocalFrame* frame = result.targetNode()->document().frame();
152 LocalFrame* frame = toWebLocalFrameImpl(webFrame)->frame();

Completed in 1241 milliseconds

1 2 3 4 5 6 7 8 91011>>