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

1 2 3 4 5 6

  /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/browser/ui/views/passwords/
manage_password_item_view.h 41 void Refresh();
manage_passwords_bubble_view.h 75 void Refresh();
86 // undo the action and refresh to PendingView.
  /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...]
strings_data_source.py 22 def Refresh(self, path):
chroot_file_system.py 41 def Refresh(self):
42 return self._file_system.Refresh()
data_source.py 10 DataSources must have two public methods, get and Refresh. A DataSource is
13 when DataSources are created for Refresh.
25 to refresh this DataSource's data set. Any paths listed here will be
26 routed to the DataSource Refresh method in a taskqueue task request.
30 def Refresh(self, path=None):
32 indicating the success or failure of the refresh.'''
empty_dir_file_system.py 23 def Refresh(self):
  /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() {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.h 59 void Refresh();
network_dropdown.cc 123 Refresh();
159 Refresh();
164 Refresh();
168 Refresh();
175 void NetworkDropdown::Refresh() {
204 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 69 Refresh();
97 void NetworkScreen::Refresh() {
network_screen.h 52 // forces refresh of current network state.
53 virtual void Refresh();
  /external/chromium_org/chrome/browser/task_manager/
task_manager_unittest.cc 52 virtual void Refresh() OVERRIDE { refresh_called_ = true; }
112 // Tests that the model is calling Refresh() on its resources.
122 model->Refresh();
renderer_resource.cc 36 void RendererResource::Refresh() {
renderer_resource.h 43 virtual void Refresh() OVERRIDE;
63 // process and so it is updated asynchronously by the Refresh() call.
  /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

Completed in 445 milliseconds

1 2 3 4 5 6