OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_history
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/page/
DOMWindow.h
346
History* optionalHistory() const { return
m_history
.get(); }
459
mutable RefPtr<History>
m_history
;
member in class:WebCore::DOMWindow
DOMWindow.cpp
437
if (
m_history
)
438
m_history
->disconnectFrame();
439
m_history
= 0;
535
if (!
m_history
)
536
m_history
= History::create(m_frame);
537
return
m_history
.get();
[
all
...]
/external/webkit/Source/WebCore/loader/
FrameLoader.h
102
HistoryController* history() const { return &
m_history
; }
436
mutable HistoryController
m_history
;
member in class:WebCore::FrameLoader
FrameLoader.cpp
187
,
m_history
(frame)
[
all
...]
/external/webkit/Source/WebKit/android/jni/
WebViewCore.h
686
CachedHistory
m_history
;
member in class:android::WebViewCore
WebViewCore.cpp
[
all
...]
Completed in 143 milliseconds