HomeSort by relevance Sort by last modified time
    Searched full:_refresh (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RequestTimingView.js 47 this._request.addEventListener(WebInspector.NetworkRequest.Events.TimingChanged, this._refresh, this);
63 this._refresh();
68 this._request.removeEventListener(WebInspector.NetworkRequest.Events.TimingChanged, this._refresh, this);
71 _refresh: function()
FileSystemView.js 55 this._refreshButton.addEventListener("click", this._refresh, this);
92 _refresh: function()
CookiesTable.js 81 this._refresh();
277 this._refresh();
280 _refresh: function()
TimelinePanel.js 721 this._refresh();
763 this._refresh();
766 this._refreshTimeout = setTimeout(this._refresh.bind(this), 300);
770 _refresh: function()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 702 self._box._refresh()
708 self._box._refresh()
714 # Issue #13254: Call _refresh after the "file system safety
716 # updated because this is the first call to _refresh.
724 # skew factor to make _refresh think that the filesystem
729 self._box._refresh()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 702 self._box._refresh()
708 self._box._refresh()
714 # Issue #13254: Call _refresh after the "file system safety
716 # updated because this is the first call to _refresh.
724 # skew factor to make _refresh think that the filesystem
729 self._box._refresh()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 377 self._refresh()
387 self._refresh()
392 self._refresh()
495 def _refresh(self): member in class:Maildir
497 # If it has been less than two seconds since the last _refresh() call,
501 # results in a few unnecessary re-reads when _refresh() is called
538 self._refresh()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 377 self._refresh()
387 self._refresh()
392 self._refresh()
495 def _refresh(self): member in class:Maildir
497 # If it has been less than two seconds since the last _refresh() call,
501 # results in a few unnecessary re-reads when _refresh() is called
538 self._refresh()
    [all...]

Completed in 730 milliseconds