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

  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_context.h 57 UpdateObserverList* update_observers() { return &update_observers_; } function in class:fileapi::FileSystemOperationContext
sandbox_file_system_backend_delegate.cc 285 const UpdateObserverList* update_observers = GetUpdateObservers(url.type()); local
287 DCHECK(update_observers);
291 operation_context->set_update_observers(*update_observers);

Completed in 98 milliseconds