OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalDOMWindow
(Results
26 - 50
of
117
) sorted by null
1
2
3
4
5
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
NPV8Object.h
43
class
LocalDOMWindow
;
58
LocalDOMWindow
* rootObject;
69
NPObject* npCreateV8ScriptObject(NPP, v8::Handle<v8::Object>,
LocalDOMWindow
*, v8::Isolate*);
BindingSecurity.h
41
class
LocalDOMWindow
;
BindingSecurity.cpp
36
#include "core/frame/
LocalDOMWindow
.h"
44
static bool isDocumentAccessibleFromDOMWindow(Document* targetDocument,
LocalDOMWindow
* callingWindow)
60
LocalDOMWindow
* callingWindow = callingDOMWindow(isolate);
71
LocalDOMWindow
* callingWindow = callingDOMWindow(isolate);
ScriptState.h
15
class
LocalDOMWindow
;
71
LocalDOMWindow
* domWindow() const;
WindowProxy.h
49
class
LocalDOMWindow
;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8EventTargetCustom.cpp
44
if (impl->interfaceName() == EventTargetNames::
LocalDOMWindow
)
45
return toV8(static_cast<
LocalDOMWindow
*>(impl), creationContext, isolate);
V8WindowCustom.cpp
53
#include "core/frame/
LocalDOMWindow
.h"
80
LocalDOMWindow
* impl = V8Window::toImpl(info.Holder());
192
LocalDOMWindow
* impl = V8Window::toImpl(info.Holder());
210
LocalDOMWindow
* impl = V8Window::toImpl(info.Holder());
247
LocalDOMWindow
* window = V8Window::toImpl(info.Holder());
248
LocalDOMWindow
* source = callingDOMWindow(info.GetIsolate());
311
void dialogCreated(
LocalDOMWindow
*);
320
void DialogHandler::dialogCreated(
LocalDOMWindow
* dialogFrame)
348
static void setUpDialog(
LocalDOMWindow
* dialog, void* handler)
355
LocalDOMWindow
* impl = V8Window::toImpl(info.Holder())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
ConsoleMessageStorage.h
14
class
LocalDOMWindow
;
37
void frameWindowDiscarded(
LocalDOMWindow
*);
InjectedScriptManager.h
41
class
LocalDOMWindow
;
79
void discardInjectedScriptsFor(
LocalDOMWindow
*);
PageRuntimeAgent.h
59
void frameWindowDiscarded(
LocalDOMWindow
*);
InspectorConsoleAgent.h
46
class
LocalDOMWindow
;
89
void frameWindowDiscarded(
LocalDOMWindow
*);
ConsoleMessage.h
59
void frameWindowDiscarded(
LocalDOMWindow
*);
ConsoleMessageStorage.cpp
8
#include "core/frame/
LocalDOMWindow
.h"
71
void ConsoleMessageStorage::frameWindowDiscarded(
LocalDOMWindow
* window)
/external/chromium_org/third_party/WebKit/Source/core/frame/
DeviceSingleWindowEventController.cpp
10
#include "core/frame/
LocalDOMWindow
.h"
48
void DeviceSingleWindowEventController::didAddEventListener(
LocalDOMWindow
* window, const AtomicString& eventType)
59
void DeviceSingleWindowEventController::didRemoveEventListener(
LocalDOMWindow
* window, const AtomicString& eventType)
68
void DeviceSingleWindowEventController::didRemoveAllEventListeners(
LocalDOMWindow
*)
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
NavigatorGamepad.h
83
virtual void didAddEventListener(
LocalDOMWindow
*, const AtomicString&) OVERRIDE;
84
virtual void didRemoveEventListener(
LocalDOMWindow
*, const AtomicString&) OVERRIDE;
85
virtual void didRemoveAllEventListeners(
LocalDOMWindow
*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.h
71
void write(
LocalDOMWindow
*, const Vector<String>& text, ExceptionState&);
72
void writeln(
LocalDOMWindow
*, const Vector<String>& text, ExceptionState&);
HTMLFrameOwnerElement.h
33
class
LocalDOMWindow
;
45
LocalDOMWindow
* contentWindow() const;
HTMLFrameSetElement.h
50
LocalDOMWindow
* anonymousNamedGetter(const AtomicString&);
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DOMWindowWebDatabase.cpp
34
#include "core/frame/
LocalDOMWindow
.h"
43
PassRefPtrWillBeRawPtr<Database> DOMWindowWebDatabase::openDatabase(
LocalDOMWindow
& window, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, DatabaseCallback* creationCallback, ExceptionState& exceptionState)
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMWindowFileSystem.cpp
31
#include "core/frame/
LocalDOMWindow
.h"
51
void DOMWindowFileSystem::webkitRequestFileSystem(
LocalDOMWindow
& window, int type, long long size, FileSystemCallback* successCallback, ErrorCallback* errorCallback)
74
void DOMWindowFileSystem::webkitResolveLocalFileSystemURL(
LocalDOMWindow
& window, const String& url, EntryCallback* successCallback, ErrorCallback* errorCallback)
/external/chromium_org/third_party/WebKit/Source/core/events/
EventTarget.cpp
41
#include "core/frame/
LocalDOMWindow
.h"
73
LocalDOMWindow
* EventTarget::toDOMWindow()
83
inline
LocalDOMWindow
* EventTarget::executingWindow()
251
if (
LocalDOMWindow
* executingWindow = this->executingWindow()) {
311
if (
LocalDOMWindow
* executingWindow = this->executingWindow()) {
317
if (
LocalDOMWindow
* executingWindow = this->executingWindow())
320
if (
LocalDOMWindow
* executingWindow = this->executingWindow())
323
if (
LocalDOMWindow
* executingWindow = this->executingWindow())
UIEvent.h
29
#include "core/frame/
LocalDOMWindow
.h"
33
typedef
LocalDOMWindow
AbstractView;
/external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContext.h
49
class
LocalDOMWindow
;
76
virtual
LocalDOMWindow
* executingWindow() { return 0; }
/external/chromium_org/third_party/WebKit/Source/core/page/
CreateWindow.cpp
109
FloatRect newWindowRect =
LocalDOMWindow
::adjustWindowRect(frame, windowRect);
119
LocalDOMWindow
& callingWindow, LocalFrame& firstFrame, LocalFrame& openerFrame,
LocalDOMWindow
::PrepareDialogFunction function, void* functionContext)
173
if (!
LocalDOMWindow
::allowPopUp(openerFrame))
/external/chromium_org/third_party/WebKit/Source/web/
WebDOMMessageEvent.cpp
38
#include "core/frame/
LocalDOMWindow
.h"
50
LocalDOMWindow
* window = 0;
Completed in 854 milliseconds
1
2
3
4
5