OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isViewWindowActive
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.h
58
virtual bool
isViewWindowActive
();
PageClientImpl.mm
155
bool PageClientImpl::
isViewWindowActive
()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage_p.h
57
virtual bool
isViewWindowActive
();
qwkpage.cpp
162
bool QWKPagePrivate::
isViewWindowActive
()
/external/webkit/Source/WebKit2/UIProcess/
PageClient.h
69
virtual bool
isViewWindowActive
() = 0;
WebPageProxy.h
245
bool
isViewWindowActive
() const;
[
all
...]
WebPageProxy.cpp
602
process()->send(Messages::WebPage::SetActive(m_pageClient->
isViewWindowActive
()), m_pageID);
622
m_drawingArea->setBackingStoreIsDiscardable(!m_pageClient->
isViewWindowActive
() || !isViewVisible());
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.h
84
virtual bool
isViewWindowActive
();
WebView.cpp
384
bool WebView::
isViewWindowActive
()
/external/webkit/Source/WebKit2/UIProcess/win/
WebView.h
153
virtual bool
isViewWindowActive
();
WebView.cpp
956
bool WebView::
isViewWindowActive
()
[
all
...]
Completed in 116 milliseconds