OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dispatchDidReceiveTitle
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp
367
void WebFrameLoaderClient::
dispatchDidReceiveTitle
(const StringWithDirection& title)
[
all
...]
/external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.cpp
579
void FrameLoaderClientEfl::
dispatchDidReceiveTitle
(const StringWithDirection& title)
641
// no need for,
dispatchDidReceiveTitle
is the right callback
646
// no need for,
dispatchDidReceiveTitle
is the right callback
715
// no need for,
dispatchDidReceiveTitle
is the right callback
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp
240
void FrameLoaderClientHaiku::
dispatchDidReceiveTitle
(const StringWithTitle& title)
/external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.cpp
374
void FrameLoaderClientWinCE::
dispatchDidReceiveTitle
(const StringWithDirection&)
/external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.cpp
298
void FrameLoaderClientWx::
dispatchDidReceiveTitle
(const StringWithDirection& title)
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp
405
void WebFrameLoaderClient::
dispatchDidReceiveTitle
(const StringWithDirection& title)
[
all
...]
/external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp
290
void FrameLoaderClientAndroid::
dispatchDidReceiveTitle
(const StringWithDirection& title) {
903
// Not needed.
dispatchDidReceiveTitle
is called immediately after this.
[
all
...]
/external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.cpp
745
void FrameLoaderClientImpl::
dispatchDidReceiveTitle
(const StringWithDirection& title)
[
all
...]
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp
952
void FrameLoaderClient::
dispatchDidReceiveTitle
(const StringWithDirection& title)
[
all
...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp
449
void FrameLoaderClientQt::
dispatchDidReceiveTitle
(const StringWithDirection& title)
486
// We should assume first the frame has no title. If it has, then the above
dispatchDidReceiveTitle
()
620
// No need for,
dispatchDidReceiveTitle
is the right callback.
626
// No need for,
dispatchDidReceiveTitle
is the right callback.
[
all
...]
/external/webkit/Source/WebCore/loader/
EmptyClients.h
274
virtual void
dispatchDidReceiveTitle
(const StringWithDirection&) { }
Completed in 204 milliseconds