OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NavigatorContentUtilsClientImpl
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl.cpp
6
#include "web/
NavigatorContentUtilsClientImpl
.h"
13
PassOwnPtr<
NavigatorContentUtilsClientImpl
>
NavigatorContentUtilsClientImpl
::create(WebViewImpl* webView)
15
return adoptPtr(new
NavigatorContentUtilsClientImpl
(webView));
18
NavigatorContentUtilsClientImpl
::
NavigatorContentUtilsClientImpl
(WebViewImpl* webView)
23
void
NavigatorContentUtilsClientImpl
::registerProtocolHandler(const String& scheme, const KURL& url, const String& title)
28
NavigatorContentUtilsClient::CustomHandlersState
NavigatorContentUtilsClientImpl
::isProtocolHandlerRegistered(const String& scheme, const KURL& url)
33
void
NavigatorContentUtilsClientImpl
::unregisterProtocolHandler(const String& scheme, const KURL& url)
NavigatorContentUtilsClientImpl.h
15
class
NavigatorContentUtilsClientImpl
FINAL : public NavigatorContentUtilsClient {
17
static PassOwnPtr<
NavigatorContentUtilsClientImpl
> create(WebViewImpl*);
18
virtual ~
NavigatorContentUtilsClientImpl
() { }
25
explicit
NavigatorContentUtilsClientImpl
(WebViewImpl*);
blink_web.target.darwin-arm.mk
59
third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl
.cpp \
blink_web.target.darwin-arm64.mk
59
third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl
.cpp \
blink_web.target.darwin-mips.mk
59
third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl
.cpp \
blink_web.target.darwin-mips64.mk
59
third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl
.cpp \
blink_web.target.darwin-x86.mk
59
third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl
.cpp \
blink_web.target.darwin-x86_64.mk
59
third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl
.cpp \
blink_web.target.linux-arm.mk
59
third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl
.cpp \
blink_web.target.linux-arm64.mk
59
third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl
.cpp \
blink_web.target.linux-mips.mk
59
third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl
.cpp \
blink_web.target.linux-mips64.mk
59
third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl
.cpp \
blink_web.target.linux-x86.mk
59
third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl
.cpp \
blink_web.target.linux-x86_64.mk
59
third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl
.cpp \
WebViewImpl.cpp
147
#include "web/
NavigatorContentUtilsClientImpl
.h"
437
provideNavigatorContentUtilsTo(*m_page,
NavigatorContentUtilsClientImpl
::create(this));
[
all
...]
Completed in 82 milliseconds