OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebLocalFrameImpl
(Results
1 - 25
of
56
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsAgentPrivate.h
41
class
WebLocalFrameImpl
;
52
virtual void didCreateScriptContext(
WebLocalFrameImpl
*, int worldId) = 0;
EditorClientImpl.cpp
34
#include "web/
WebLocalFrameImpl
.h"
52
WebLocalFrameImpl
* webFrame =
WebLocalFrameImpl
::fromFrame(frame);
65
WebLocalFrameImpl
* webFrame =
WebLocalFrameImpl
::fromFrame(frame);
73
WebLocalFrameImpl
* webFrame =
WebLocalFrameImpl
::fromFrame(frame);
AssociatedURLLoader.h
44
class
WebLocalFrameImpl
;
50
AssociatedURLLoader(PassRefPtr<
WebLocalFrameImpl
>, const WebURLLoaderOptions&);
63
RefPtr<
WebLocalFrameImpl
> m_frameImpl;
MediaKeysClientImpl.cpp
12
#include "web/
WebLocalFrameImpl
.h"
25
WebLocalFrameImpl
* webFrame =
WebLocalFrameImpl
::fromFrame(document->frame());
StorageClientImpl.cpp
33
#include "web/
WebLocalFrameImpl
.h"
50
WebLocalFrameImpl
* webFrame =
WebLocalFrameImpl
::fromFrame(frame);
UserMediaClientImpl.h
45
class
WebLocalFrameImpl
;
49
UserMediaClientImpl(
WebLocalFrameImpl
*);
WebHelperPluginImpl.h
48
class
WebLocalFrameImpl
;
68
bool initialize(const String& pluginType,
WebLocalFrameImpl
*);
WebLocalFrameImpl.cpp
69
// Thie client is expected to be set whenever the
WebLocalFrameImpl
is attached to
73
#include "web/
WebLocalFrameImpl
.h"
271
WebPluginContainerImpl*
WebLocalFrameImpl
::pluginContainerFromFrame(LocalFrame* frame)
281
WebPluginContainerImpl*
WebLocalFrameImpl
::pluginContainerFromNode(WebCore::LocalFrame* frame, const WebNode& node)
480
return
WebLocalFrameImpl
::fromFrame(toFrameIfNotDetached(context));
485
return
WebLocalFrameImpl
::fromFrameOwnerElement(PassRefPtrWillBeRawPtr<Element>(element).get());
488
bool
WebLocalFrameImpl
::isWebLocalFrame() const
493
WebLocalFrame*
WebLocalFrameImpl
::toWebLocalFrame()
498
bool
WebLocalFrameImpl
::isWebRemoteFrame() const
503
WebRemoteFrame*
WebLocalFrameImpl
::toWebRemoteFrame(
[
all
...]
IndexedDBClientImpl.cpp
39
#include "web/
WebLocalFrameImpl
.h"
59
WebLocalFrameImpl
* webFrame =
WebLocalFrameImpl
::fromFrame(document->frame());
StorageQuotaClientImpl.cpp
48
#include "web/
WebLocalFrameImpl
.h"
70
WebLocalFrameImpl
* webFrame =
WebLocalFrameImpl
::fromFrame(document->frame());
86
WebLocalFrameImpl
* webFrame =
WebLocalFrameImpl
::fromFrame(document->frame());
TextFinder.h
51
class
WebLocalFrameImpl
;
57
static PassOwnPtr<TextFinder> create(
WebLocalFrameImpl
& ownerFrame);
77
WebLocalFrameImpl
* activeMatchFrame() const { return m_currentActiveMatchFrame; }
114
explicit TextFinder(
WebLocalFrameImpl
& ownerFrame);
156
int ordinalOfFirstMatchForFrame(
WebLocalFrameImpl
*) const;
193
WebLocalFrameImpl
& m_ownerFrame;
197
WebLocalFrameImpl
* m_currentActiveMatchFrame;
ColorChooserUIController.cpp
35
#include "web/
WebLocalFrameImpl
.h"
85
WebLocalFrameImpl
* frame =
WebLocalFrameImpl
::fromFrame(m_frame);
DatabaseClientImpl.cpp
38
#include "web/
WebLocalFrameImpl
.h"
60
WebLocalFrameImpl
* webFrame =
WebLocalFrameImpl
::fromFrame(document->frame());
LocalFileSystemClient.cpp
40
#include "web/
WebLocalFrameImpl
.h"
78
WebLocalFrameImpl
* webFrame =
WebLocalFrameImpl
::fromFrame(document->frame());
WorkerGlobalScopeProxyProviderImpl.cpp
47
#include "web/
WebLocalFrameImpl
.h"
59
WebLocalFrameImpl
* webFrame =
WebLocalFrameImpl
::fromFrame(document->frame());
WebPageSerializerImpl.h
58
class
WebLocalFrameImpl
;
94
WebLocalFrameImpl
* m_specifiedWebLocalFrameImpl;
115
Vector<
WebLocalFrameImpl
*> m_frames;
UserMediaClientImpl.cpp
38
#include "web/
WebLocalFrameImpl
.h"
45
UserMediaClientImpl::UserMediaClientImpl(
WebLocalFrameImpl
* webFrame)
ChromeClientImpl.cpp
100
#include "web/
WebLocalFrameImpl
.h"
217
WebLocalFrameImpl
* webframe =
WebLocalFrameImpl
::fromFrame(frame);
236
m_webView->client()->createView(
WebLocalFrameImpl
::fromFrame(frame), WrappedResourceRequest(r.resourceRequest()), features, r.frameName(), policy, shouldSendReferrer == NeverSendReferrer));
340
WebLocalFrameImpl
* webFrame = toWebLocalFrameImpl(m_webView->mainFrame());
367
WebLocalFrameImpl
* webframe = m_webView->mainFrameImpl();
373
WebLocalFrameImpl
* frame =
WebLocalFrameImpl
::fromFrame(localFrame);
390
WebLocalFrameImpl
* webframe =
WebLocalFrameImpl
::fromFrame(frame)
[
all
...]
WebLocalFrameImpl.h
77
class
WebLocalFrameImpl
FINAL
79
, public RefCounted<
WebLocalFrameImpl
> {
234
static
WebLocalFrameImpl
* create(WebFrameClient*);
235
virtual ~
WebLocalFrameImpl
();
247
static
WebLocalFrameImpl
* fromFrame(WebCore::LocalFrame*);
248
static
WebLocalFrameImpl
* fromFrame(WebCore::LocalFrame&);
249
static
WebLocalFrameImpl
* fromFrameOwnerElement(WebCore::Element*);
272
WebLocalFrameImpl
* activeMatchFrame() const;
288
// Sets whether the
WebLocalFrameImpl
allows its document to be scrolled.
322
explicit
WebLocalFrameImpl
(WebFrameClient*)
[
all
...]
TextFinder.cpp
49
#include "web/
WebLocalFrameImpl
.h"
100
WebLocalFrameImpl
* mainFrameImpl = m_ownerFrame.viewImpl()->mainFrameImpl();
144
WebLocalFrameImpl
* oldActiveFrame = mainFrameImpl->ensureTextFinder().m_currentActiveMatchFrame;
235
WebLocalFrameImpl
* mainFrameImpl = m_ownerFrame.viewImpl()->mainFrameImpl();
363
WebLocalFrameImpl
* mainFrameImpl = m_ownerFrame.viewImpl()->mainFrameImpl();
431
WebLocalFrameImpl
* mainFrameImpl = m_ownerFrame.viewImpl()->mainFrameImpl();
432
WebLocalFrameImpl
* activeMatchFrame = mainFrameImpl->activeMatchFrame();
487
for (
WebLocalFrameImpl
* frame = &m_ownerFrame; frame; frame = toWebLocalFrameImpl(frame->traverseNext(false)))
509
for (
WebLocalFrameImpl
* frame = &m_ownerFrame; frame; frame = toWebLocalFrameImpl(frame->traverseNext(false))) {
556
WebLocalFrameImpl
* activeMatchFrame = mainFrameTextFinder.m_currentActiveMatchFrame
[
all
...]
ContextFeaturesClientImpl.cpp
38
#include "web/
WebLocalFrameImpl
.h"
142
WebLocalFrameImpl
* frame =
WebLocalFrameImpl
::fromFrame(document->frame());
WebDevToolsAgentImpl.h
61
class
WebLocalFrameImpl
;
83
virtual void didCreateScriptContext(
WebLocalFrameImpl
*, int worldId) OVERRIDE;
FrameLoaderClientImpl.h
42
class
WebLocalFrameImpl
;
48
FrameLoaderClientImpl(
WebLocalFrameImpl
* webFrame);
51
WebLocalFrameImpl
* webFrame() const { return m_webFrame; }
173
WebLocalFrameImpl
* m_webFrame;
WebHelperPluginImpl.cpp
38
#include "web/
WebLocalFrameImpl
.h"
64
bool WebHelperPluginImpl::initialize(const String& pluginType,
WebLocalFrameImpl
* frame)
/external/chromium_org/third_party/WebKit/Source/web/tests/
FrameTestHelpers.h
44
class
WebLocalFrameImpl
;
Completed in 2242 milliseconds
1
2
3