OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebFrameImpl
(Results
26 - 44
of
44
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/web/
WebHelperPluginImpl.cpp
37
#include "
WebFrameImpl
.h"
181
m_mainFrame =
WebFrameImpl
::create(m_frameClient.get());
WebViewImpl.h
102
class
WebFrameImpl
;
379
WebFrameImpl
* mainFrameImpl();
413
void layoutUpdated(
WebFrameImpl
*);
[
all
...]
ContextMenuClientImpl.cpp
39
#include "
WebFrameImpl
.h"
134
WebFrameImpl
::selectWordAroundPosition(selectedFrame, pos);
369
WebFrame* selected_web_frame =
WebFrameImpl
::fromFrame(selectedFrame);
WebDocument.cpp
39
#include "
WebFrameImpl
.h"
107
return
WebFrameImpl
::fromFrame(constUnwrap<Document>()->frame());
WebSharedWorkerImpl.cpp
38
#include "
WebFrameImpl
.h"
134
WebFrameImpl
* webFrame = toWebFrameImpl(m_webView->mainFrame());
WebViewImpl.cpp
60
#include "
WebFrameImpl
.h"
304
// NOTE: The
WebFrameImpl
takes a reference to itself within
317
// should call
WebFrameImpl
::create() to construct their own mainframe,
319
// mainframe, and call
WebFrameImpl
::close() on it when closing the
321
RefPtr<
WebFrameImpl
> frame = adoptRef(
WebFrameImpl
::create(frameClient));
489
WebFrameImpl
* WebViewImpl::mainFrameImpl()
491
return m_page ?
WebFrameImpl
::fromFrame(m_page->mainFrame()) : 0;
[
all
...]
WebMediaPlayerClientImpl.cpp
10
#include "
WebFrameImpl
.h"
55
WebFrameImpl
* webFrame =
WebFrameImpl
::fromFrame(frame);
AssociatedURLLoader.cpp
36
#include "
WebFrameImpl
.h"
293
AssociatedURLLoader::AssociatedURLLoader(PassRefPtr<
WebFrameImpl
> frameImpl, const WebURLLoaderOptions& options)
WebPageSerializer.cpp
36
#include "
WebFrameImpl
.h"
242
WebFrameImpl
* mainFrame = toWebFrameImpl(view->mainFrame());
WebDevToolsAgentImpl.cpp
40
#include "
WebFrameImpl
.h"
276
void WebDevToolsAgentImpl::didCreateScriptContext(
WebFrameImpl
* webframe, int worldId)
FrameLoaderClientImpl.cpp
45
#include "
WebFrameImpl
.h"
103
FrameLoaderClientImpl::FrameLoaderClientImpl(
WebFrameImpl
* frame)
750
source =
WebFrameImpl
::fromFrame(event->source()->toDOMWindow()->document()->frame());
webkit.target.darwin-arm.mk
183
third_party/WebKit/Source/web/
WebFrameImpl
.cpp \
webkit.target.darwin-mips.mk
183
third_party/WebKit/Source/web/
WebFrameImpl
.cpp \
webkit.target.darwin-x86.mk
183
third_party/WebKit/Source/web/
WebFrameImpl
.cpp \
webkit.target.linux-arm.mk
183
third_party/WebKit/Source/web/
WebFrameImpl
.cpp \
webkit.target.linux-mips.mk
183
third_party/WebKit/Source/web/
WebFrameImpl
.cpp \
webkit.target.linux-x86.mk
183
third_party/WebKit/Source/web/
WebFrameImpl
.cpp \
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp
44
#include "
WebFrameImpl
.h"
317
WebFrameImpl
* frame = toWebFrameImpl(webView->mainFrame());
386
WebFrameImpl
* frame = toWebFrameImpl(webView->mainFrame());
525
WebFrameImpl
* frame = toWebFrameImpl(webView->mainFrame());
[
all
...]
WebFrameTest.cpp
47
#include "
WebFrameImpl
.h"
[
all
...]
Completed in 2033 milliseconds
1
2