OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_mockClient
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationManager.cpp
87
m_mockClient
.clear();
118
if (!
m_mockClient
) {
119
m_mockClient
.set(new GeolocationClientMock);
120
m_mockClient
->setController(m_webViewCore->mainFrame()->page()->geolocationController());
122
return
m_mockClient
.get();
GeolocationManager.h
75
mutable OwnPtr<WebCore::GeolocationClientMock>
m_mockClient
;
Completed in 83 milliseconds