HomeSort by relevance Sort by last modified time
    Searched defs:OnChange (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/search_engines/
search_provider_install_data.cc 91 void OnChange(const std::string& google_base_url);
109 void GoogleURLChangeNotifier::OnChange(const std::string& google_base_url) {
157 base::Bind(&GoogleURLChangeNotifier::OnChange,
  /external/chromium_org/base/files/
file_path_watcher_browsertest.cc 49 void OnChange(TestDelegate* delegate) {
120 collector_->OnChange(this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledbdep.h 401 virtual HRESULT WINAPI OnChange(IRowset *pRowset,DBWATCHNOTIFY eChangeReason) = 0;
409 HRESULT (WINAPI *OnChange)(IRowsetWatchNotify *This,IRowset *pRowset,DBWATCHNOTIFY eChangeReason);
419 #define IRowsetWatchNotify_OnChange(This,pRowset,eChangeReason) (This)->lpVtbl->OnChange(This,pRowset,eChangeReason)
    [all...]

Completed in 74 milliseconds