OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_coordinates
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/page/
Geoposition.h
45
return Geoposition::create(
m_coordinates
->threadSafeCopy(), m_timestamp);
49
Coordinates* coords() const { return
m_coordinates
.get(); }
53
:
m_coordinates
(coordinates)
56
ASSERT(
m_coordinates
);
59
RefPtr<Coordinates>
m_coordinates
;
member in class:WebCore::Geoposition
Completed in 38 milliseconds