Advertisement
diogogmt

inspecting geolocation 1

Nov 28th, 2011
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Open website:
  2. nsGeolocation::nsGeolocation
  3.  
  4. nsGeolocation::Init
  5.  
  6. nsGeolocationService::GetInstance
  7.  
  8. nsGeolocationService::Init
  9.  
  10. GeoIgnoreLocationFilterChangeCallback
  11.  
  12. GeoEnabledChangedCallback
  13.  
  14. nsGeolocationService::AddLocator
  15.  
  16.  
  17. Call geolocation.getCurrentPosition():
  18. nsGeolocation::GetCurrentPosition
  19.  
  20. nsGeolocationRequest::nsGeolocationRequest()
  21.  
  22. nsGeolocationRequest::Init()
  23.  
  24. nsGeolocation::RegisterRequestWithPrompt
  25.  
  26. RequestPromptEvent::RequestPromptEvent
  27.  
  28. RequestPromptEvent::Run()
  29.  
  30. nsGeolocationRequest::GetType()
  31.  
  32. nsGeolocationRequest::GetUri()
  33.  
  34. nsGeolocationRequest::GetWindow()
  35.  
  36.  
  37. Confirm Share Geolocation:
  38. nsGeolocationRequest::Allow()
  39.  
  40. nsGeolocationService::GetInstance
  41.  
  42. nsGeolocationService::StartDevice
  43.  
  44. nsGeolocationService::SetDisconnectTimer
  45.  
  46. nsGeolocationService::GetCachedPosition
  47.  
  48. nsGeolocationRequest::SetTimeoutTimer()
  49.  
  50. nsGeolocationService::GetGetolocationService
  51.  
  52. nsGeolocationService::GetInstance
  53.  
  54. nsGeolocationService::Update
  55.  
  56. nsGeolocationService::SetCachedPosition
  57.  
  58. nsGeolocation::Update
  59.  
  60. nsGeolocation::WindowOwnerStillExists
  61.  
  62. nsGeolocationRequest::Update()
  63.  
  64. RequestSendLocationEvent::RequestSendLocationEvent()
  65.  
  66. nsGeolocationRequest::Update - Dispatch to Main Thread
  67.  
  68. RequestSendLocationEvent::Run()
  69.  
  70. nsGeolocationRequest::SendLocation()
  71.  
  72. nsGeolocation::RemoveRequest
  73.  
  74. nsGeolocationRequest::MarkCleared()
  75.  
  76.  
  77. 3 Seconds after callback is fired:
  78. nsGeolocation::HasActiveCallbacks
  79.  
  80. nsGeolocationService::StopDevice
  81.  
  82. nsGeolocationService::Update
  83.  
  84. nsGeolocationService::SetCachedPosition
  85.  
  86. nsGeolocation::Update
  87.  
  88. nsGeolocation::WindowOwnerStillExists
  89.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement