OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnLoad
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome_frame/test/
chrome_frame_automation_mock.h
107
virtual void
OnLoad
(const GURL& url) {
178
virtual void
OnLoad
(const GURL& url) {
179
Base::
OnLoad
(url);
196
virtual void
OnLoad
(const GURL& url) {
197
Base::
OnLoad
(url);
233
virtual void
OnLoad
(const GURL& url) {
234
Base::
OnLoad
(url);
ie_event_sink.h
49
virtual void
OnLoad
(const wchar_t* url) {}
218
HRESULT
OnLoad
(const VARIANT* param);
mock_ie_event_sink_test.h
86
// Convenience
OnLoad
method which is called once when a page is loaded with
88
MOCK_METHOD2(
OnLoad
, void (bool is_cf, const wchar_t* url)); // NOLINT
130
// Override IE's OnDocumentComplete to call our
OnLoad
, iff it is IE actually
134
// Override CF's
OnLoad
to call our
OnLoad
.
135
virtual void
OnLoad
(const wchar_t* url) {
136
OnLoad
(IN_CF, url);
ie_event_sink.cc
209
onload_(this, &IEEventSink::
OnLoad
),
559
base::win::ScopedVariant
onload
(onload_.ToDispatch());
562
EXPECT_HRESULT_SUCCEEDED(chrome_frame_->put_onload(
onload
));
722
HRESULT IEEventSink::
OnLoad
(const VARIANT* param) {
727
listener_->
OnLoad
(param->bstrVal);
/external/chromium_org/chrome_frame/
chrome_frame_delegate.h
102
virtual void
OnLoad
(const GURL& url) {}
chrome_frame_activex.cc
215
void ChromeFrameActivex::
OnLoad
(const GURL& gurl) {
222
Base::
OnLoad
(gurl);
336
(L"
onload
"),
chrome_frame_activex_base.h
407
void
OnLoad
(const GURL& url) {
604
// Property setter for the
onload
attribute, which contains a
608
DLOG(WARNING) << "Invalid
onload
handler type: "
[
all
...]
/external/chromium_org/tools/stats_viewer/
stats_viewer.cs
30
protected override void
OnLoad
(EventArgs e) {
31
base.
OnLoad
(e);
Completed in 86 milliseconds