OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValidationMessageClientImpl
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.h
43
class
ValidationMessageClientImpl
FINAL : public NoBaseWillBeGarbageCollectedFinalized<
ValidationMessageClientImpl
>, public WebCore::ValidationMessageClient {
44
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(
ValidationMessageClientImpl
);
46
static PassOwnPtrWillBeRawPtr<
ValidationMessageClientImpl
> create(WebViewImpl&);
47
virtual ~
ValidationMessageClientImpl
();
52
ValidationMessageClientImpl
(WebViewImpl&);
53
void checkAnchorStatus(WebCore::Timer<
ValidationMessageClientImpl
>*);
68
WebCore::Timer<
ValidationMessageClientImpl
> m_timer;
ValidationMessageClientImpl.cpp
27
#include "web/
ValidationMessageClientImpl
.h"
44
ValidationMessageClientImpl
::
ValidationMessageClientImpl
(WebViewImpl& webView)
49
, m_timer(this, &
ValidationMessageClientImpl
::checkAnchorStatus)
53
PassOwnPtrWillBeRawPtr<
ValidationMessageClientImpl
>
ValidationMessageClientImpl
::create(WebViewImpl& webView)
55
return adoptPtrWillBeNoop(new
ValidationMessageClientImpl
(webView));
58
ValidationMessageClientImpl
::~
ValidationMessageClientImpl
()
62
FrameView*
ValidationMessageClientImpl
::currentView(
[
all
...]
blink_web.target.darwin-arm.mk
140
third_party/WebKit/Source/web/
ValidationMessageClientImpl
.cpp \
blink_web.target.darwin-arm64.mk
140
third_party/WebKit/Source/web/
ValidationMessageClientImpl
.cpp \
blink_web.target.darwin-mips.mk
140
third_party/WebKit/Source/web/
ValidationMessageClientImpl
.cpp \
blink_web.target.darwin-x86.mk
140
third_party/WebKit/Source/web/
ValidationMessageClientImpl
.cpp \
blink_web.target.darwin-x86_64.mk
140
third_party/WebKit/Source/web/
ValidationMessageClientImpl
.cpp \
blink_web.target.linux-arm.mk
140
third_party/WebKit/Source/web/
ValidationMessageClientImpl
.cpp \
blink_web.target.linux-arm64.mk
140
third_party/WebKit/Source/web/
ValidationMessageClientImpl
.cpp \
blink_web.target.linux-mips.mk
140
third_party/WebKit/Source/web/
ValidationMessageClientImpl
.cpp \
blink_web.target.linux-x86.mk
140
third_party/WebKit/Source/web/
ValidationMessageClientImpl
.cpp \
blink_web.target.linux-x86_64.mk
140
third_party/WebKit/Source/web/
ValidationMessageClientImpl
.cpp \
WebViewImpl.cpp
142
#include "web/
ValidationMessageClientImpl
.h"
427
m_page->setValidationMessageClient(
ValidationMessageClientImpl
::create(*this));
[
all
...]
Completed in 312 milliseconds