HomeSort by relevance Sort by last modified time
    Searched refs:Refresh (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/chromium_org/ash/system/date/
clock_observer.h 20 // Force a refresh (e.g. after the system is resumed).
21 virtual void Refresh() = 0;
tray_date.h 66 virtual void Refresh() OVERRIDE;
  /external/chromium_org/chrome/common/extensions/docs/server2/
new_github_file_system_test.py 114 self._gfs.Refresh().Get()
123 self._gfs.Refresh().Get()
131 self._gfs.Refresh().Get()
137 self._gfs.Refresh().Get()
151 self._gfs.Refresh().Get()
162 self._gfs.Refresh().Get()
168 self._cgfs.Refresh().Get()
196 # It shouldn't fetch until Refresh does so; then it will do 2, one for the
199 gfs.Refresh().Get()
204 # Refresh is just an alias for Read('')
    [all...]
chroot_file_system.py 43 def Refresh(self):
44 return self._file_system.Refresh()
empty_dir_file_system.py 23 def Refresh(self):
caching_file_system.py 28 # updates are picked up by the stat, so it doesn't need the force-refresh
33 def Refresh(self):
34 return self._file_system.Refresh()
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon_menu.h 33 void Refresh();
app_indicator_icon_menu.cc 32 Refresh();
79 void AppIndicatorIconMenu::Refresh() {
gtk2_status_icon.cc 58 menu_->Refresh();
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.h 61 void Refresh();
network_dropdown.cc 123 Refresh();
160 Refresh();
165 Refresh();
169 Refresh();
176 void NetworkDropdown::Refresh() {
206 Refresh();
  /external/chromium_org/components/policy/core/browser/
configuration_policy_pref_store.h 59 void Refresh();
configuration_policy_pref_store.cc 25 // Refresh below.
82 Refresh();
97 void ConfigurationPolicyPrefStore::Refresh() {
  /external/chromium_org/chrome/browser/
certificate_manager_model.cc 80 void CertificateManagerModel::Refresh() {
81 DVLOG(1) << "refresh started";
84 DVLOG(1) << "refresh waiting for unlocking...";
95 DVLOG(1) << "refresh listing certs...";
99 DVLOG(1) << "refresh finished";
165 Refresh();
175 Refresh();
186 Refresh();
200 Refresh();
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen.cc 64 Refresh();
92 void NetworkScreen::Refresh() {
network_screen.h 48 // forces refresh of current network state.
49 virtual void Refresh();
  /external/chromium_org/chrome/browser/task_manager/
task_manager_unittest.cc 53 virtual void Refresh() OVERRIDE { refresh_called_ = true; }
113 // Tests that the model is calling Refresh() on its resources.
123 model->Refresh();
renderer_resource.cc 36 void RendererResource::Refresh() {
renderer_resource.h 47 virtual void Refresh() OVERRIDE;
67 // process and so it is updated asynchronously by the Refresh() call.
resource_provider.h 101 virtual void Refresh() {}
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.cc 216 if (BufferSize() == 0 && !Refresh()) return false;
226 // Reading past end of buffer. Copy what we have, then refresh.
231 if (!Refresh()) return false;
261 if (!Refresh()) return false;
367 // Call refresh.
368 if (!Refresh()) {
369 // Refresh failed. Make sure that it failed due to EOF, not because
411 // in that case we still need to call Refresh() so that it prints an
424 // need to check and refresh the buffer if and when it does.
433 if (!Refresh()) return false
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 192 if (BufferSize() == 0 && !Refresh()) return false;
202 // Reading past end of buffer. Copy what we have, then refresh.
207 if (!Refresh()) return false;
237 if (!Refresh()) return false;
343 // Call refresh.
344 if (!Refresh()) {
345 // Refresh failed. Make sure that it failed due to EOF, not because
384 // in that case we still need to call Refresh() so that it prints an
397 // need to check and refresh the buffer if and when it does.
406 if (!Refresh()) return false
    [all...]
  /external/chromium_org/chrome/browser/media/
desktop_media_list_ash.h 64 void Refresh();
native_desktop_media_list.h 59 void Refresh();
61 // Called by |worker_| to refresh the model. First it posts tasks for
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.h 62 void Refresh();

Completed in 498 milliseconds

1 2 3 4 5