OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalFrame
(Results
101 - 125
of
420
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
ClearButtonElement.cpp
30
#include "core/frame/
LocalFrame
.h"
57
if (
LocalFrame
* frame = document().frame())
68
if (
LocalFrame
* frame = document().frame()) {
90
if (
LocalFrame
* frame = document().frame()) {
100
if (
LocalFrame
* frame = document().frame()) {
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaController.cpp
47
void provideUserMediaTo(
LocalFrame
& frame, UserMediaClient* client)
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
NavigatorWebMIDI.h
56
NavigatorWebMIDI(
LocalFrame
*);
/external/chromium_org/third_party/WebKit/Source/web/
StorageClientImpl.cpp
48
bool StorageClientImpl::canAccessStorage(WebCore::
LocalFrame
* frame, WebCore::StorageType type) const
/external/chromium_org/third_party/WebKit/Source/core/dom/
Touch.h
41
class
LocalFrame
;
45
static PassRefPtrWillBeRawPtr<Touch> create(
LocalFrame
* frame, EventTarget* target,
75
Touch(
LocalFrame
* frame, EventTarget* target, unsigned identifier,
DocumentInit.cpp
33
#include "core/frame/
LocalFrame
.h"
41
static Document* parentDocument(
LocalFrame
* frame)
52
static Document* ownerDocument(
LocalFrame
* frame)
65
DocumentInit::DocumentInit(const KURL& url,
LocalFrame
* frame, WeakPtrWillBeRawPtr<Document> contextDocument, HTMLImportsController* importsController)
94
LocalFrame
* frame = frameForSecurityContext();
103
LocalFrame
* DocumentInit::frameForSecurityContext() const
/external/chromium_org/third_party/WebKit/Source/core/frame/
Location.h
43
class
LocalFrame
;
48
static PassRefPtrWillBeRawPtr<Location> create(
LocalFrame
* frame)
81
explicit Location(
LocalFrame
*);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInspectorAgent.h
42
class
LocalFrame
;
70
void didClearDocumentOfWindowObject(
LocalFrame
*);
72
void domContentLoadedEventFired(
LocalFrame
*);
InspectorTimelineAgent.h
63
class
LocalFrame
;
151
void didInvalidateLayout(
LocalFrame
*);
152
bool willLayout(
LocalFrame
*);
188
bool willEvaluateScript(
LocalFrame
*, const String&, int);
192
void domContentLoadedEventFired(
LocalFrame
*);
193
void loadEventFired(
LocalFrame
*);
201
void didReceiveResourceResponse(
LocalFrame
*, unsigned long, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
204
void didReceiveData(
LocalFrame
*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength);
258
void appendRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack,
LocalFrame
*);
259
void pushCurrentRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack,
LocalFrame
*, bool hasLowLevelDetails = false)
[
all
...]
InspectorCanvasAgent.h
45
class
LocalFrame
;
67
void didCommitLoad(
LocalFrame
*, DocumentLoader*);
68
void frameDetachedFromParent(
LocalFrame
*);
104
typedef HashMap<
LocalFrame
*, bool> FramesWithUninstrumentedCanvases;
PageDebuggerAgent.cpp
38
#include "core/frame/
LocalFrame
.h"
131
void PageDebuggerAgent::didClearDocumentOfWindowObject(
LocalFrame
* frame)
144
String PageDebuggerAgent::preprocessEventListener(
LocalFrame
* frame, const String& source, const String& url, const String& functionName)
151
PassOwnPtr<ScriptSourceCode> PageDebuggerAgent::preprocess(
LocalFrame
* frame, const ScriptSourceCode& sourceCode)
158
void PageDebuggerAgent::didCommitLoad(
LocalFrame
* frame, DocumentLoader* loader)
/external/chromium_org/third_party/WebKit/Source/core/page/
CreateWindow.cpp
32
#include "core/frame/
LocalFrame
.h"
47
static
LocalFrame
* createWindow(
LocalFrame
& openerFrame,
LocalFrame
& lookupFrame, const FrameLoadRequest& request, const WindowFeatures& features, NavigationPolicy policy, ShouldSendReferrer shouldSendReferrer, bool& created)
52
if (
LocalFrame
* frame = lookupFrame.loader().findFrameForNavigation(request.frameName(), openerFrame.document())) {
84
LocalFrame
& frame = *page->deprecatedLocalMainFrame();
117
LocalFrame
* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures& windowFeatures,
118
LocalDOMWindow& callingWindow,
LocalFrame
& firstFrame,
LocalFrame
& openerFrame, LocalDOMWindow::PrepareDialogFunction function, void* functionContext)
120
LocalFrame
* activeFrame = callingWindow.frame()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.h
46
class
LocalFrame
;
48
class LocalFileSystem FINAL : public NoBaseWillBeGarbageCollectedFinalized<LocalFileSystem>, public WillBeHeapSupplement<
LocalFrame
>, public WillBeHeapSupplement<WorkerClients> {
66
WillBeHeapSupplement<
LocalFrame
>::trace(visitor);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.h
55
class
LocalFrame
;
76
ScriptController(
LocalFrame
*);
111
void bindToWindowObject(
LocalFrame
*, const String& key, NPObject*);
118
static bool canAccessFromCurrentOrigin(
LocalFrame
*);
159
LocalFrame
* m_frame;
PageScriptDebugServer.h
72
virtual PassOwnPtr<ScriptSourceCode> preprocess(
LocalFrame
*, const ScriptSourceCode&) OVERRIDE;
73
virtual String preprocessEventListener(
LocalFrame
*, const String& source, const String& url, const String& functionName) OVERRIDE;
94
bool canPreprocess(
LocalFrame
*);
ScriptPreprocessor.h
47
ScriptPreprocessor(const ScriptSourceCode&,
LocalFrame
*);
V8EventListener.h
41
class
LocalFrame
;
/external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.cpp
31
#include "core/frame/
LocalFrame
.h"
79
PassRefPtr<PopupMenu> EmptyChromeClient::createPopupMenu(
LocalFrame
&, PopupMenuClient*) const
84
PassOwnPtr<ColorChooser> EmptyChromeClient::createColorChooser(
LocalFrame
*, ColorChooserClient*, const Color&)
98
void EmptyChromeClient::runOpenPanel(
LocalFrame
*, PassRefPtr<FileChooser>)
120
PassRefPtr<DocumentLoader> EmptyFrameLoaderClient::createDocumentLoader(
LocalFrame
* frame, const ResourceRequest& request, const SubstituteData& substituteData)
125
PassRefPtr<
LocalFrame
> EmptyFrameLoaderClient::createFrame(const KURL&, const AtomicString&, const Referrer&, HTMLFrameOwnerElement*)
FrameLoader.h
78
FrameLoader(
LocalFrame
*);
83
LocalFrame
* frame() const { return m_frame; }
93
static void reportLocalLoadFailed(
LocalFrame
*, const String& url);
96
// Warning: stopAllLoaders can and will detach the
LocalFrame
out from under you. All callers need to either protect the
LocalFrame
97
// or guarantee they won't in any way access the
LocalFrame
after stopAllLoaders returns.
158
LocalFrame
* opener();
159
void setOpener(
LocalFrame
*);
171
LocalFrame
* findFrameForNavigation(const AtomicString& name, Document* activeDocument);
228
LocalFrame
* m_frame
[
all
...]
BeaconLoader.cpp
13
#include "core/frame/
LocalFrame
.h"
22
void BeaconLoader::prepareRequest(
LocalFrame
* frame, ResourceRequest& request)
33
void BeaconLoader::issueRequest(
LocalFrame
* frame, ResourceRequest& request)
41
bool BeaconLoader::sendBeacon(
LocalFrame
* frame, int allowance, const KURL& beaconURL, const String& data, int& payloadLength)
59
bool BeaconLoader::sendBeacon(
LocalFrame
* frame, int allowance, const KURL& beaconURL, PassRefPtr<ArrayBufferView>& data, int& payloadLength)
81
bool BeaconLoader::sendBeacon(
LocalFrame
* frame, int allowance, const KURL& beaconURL, PassRefPtrWillBeRawPtr<Blob>& data, int& payloadLength)
109
bool BeaconLoader::sendBeacon(
LocalFrame
* frame, int allowance, const KURL& beaconURL, PassRefPtrWillBeRawPtr<DOMFormData>& data, int& payloadLength)
DocumentLoader.h
61
class
LocalFrame
;
71
static PassRefPtr<DocumentLoader> create(
LocalFrame
* frame, const ResourceRequest& request, const SubstituteData& data)
77
LocalFrame
* frame() const { return m_frame; }
139
DocumentLoader(
LocalFrame
*, const ResourceRequest&, const SubstituteData&);
144
static PassRefPtrWillBeRawPtr<DocumentWriter> createWriterFor(
LocalFrame
*, const Document* ownerDocument, const KURL&, const AtomicString& mimeType, const AtomicString& encoding, bool userChosen, bool dispatch);
179
LocalFrame
* m_frame;
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.cpp
11
#include "core/frame/
LocalFrame
.h"
30
void ScreenOrientationController::provideTo(
LocalFrame
& frame, blink::WebScreenOrientationClient* client)
33
WillBeHeapSupplement<
LocalFrame
>::provideTo(frame, supplementName(), adoptPtrWillBeNoop(controller));
36
ScreenOrientationController& ScreenOrientationController::from(
LocalFrame
& frame)
38
return *static_cast<ScreenOrientationController*>(WillBeHeapSupplement<
LocalFrame
>::from(frame, supplementName()));
41
ScreenOrientationController::ScreenOrientationController(
LocalFrame
& frame, blink::WebScreenOrientationClient* client)
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.h
41
class
LocalFrame
;
80
explicit SpellCheckRequester(
LocalFrame
&);
111
LocalFrame
& m_frame;
/external/chromium_org/third_party/WebKit/Source/core/storage/
Storage.h
41
class
LocalFrame
;
45
static PassRefPtrWillBeRawPtr<Storage> create(
LocalFrame
*, PassOwnPtrWillBeRawPtr<StorageArea>);
70
Storage(
LocalFrame
*, PassOwnPtrWillBeRawPtr<StorageArea>);
/external/chromium_org/third_party/WebKit/Source/core/css/
StyleMedia.cpp
33
#include "core/frame/
LocalFrame
.h"
37
StyleMedia::StyleMedia(
LocalFrame
* frame)
Completed in 1418 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>