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

  /external/chromium_org/gpu/command_buffer/service/
shader_translator.cc 116 ShaderTranslator::DestructionObserver::DestructionObserver() {
119 ShaderTranslator::DestructionObserver::~DestructionObserver() {
236 DestructionObserver* observer) {
241 DestructionObserver* observer) {
246 FOR_EACH_OBSERVER(DestructionObserver,
shader_translator.h 101 class DestructionObserver {
103 DestructionObserver();
104 virtual ~DestructionObserver();
109 DISALLOW_COPY_AND_ASSIGN(DestructionObserver);
134 void AddDestructionObserver(DestructionObserver* observer);
135 void RemoveDestructionObserver(DestructionObserver* observer);
147 ObserverList<DestructionObserver> destruction_observers_;
texture_manager.cc 24 TextureManager::DestructionObserver::DestructionObserver() {}
26 TextureManager::DestructionObserver::~DestructionObserver() {}
    [all...]
texture_manager.h 463 class GPU_EXPORT DestructionObserver {
465 DestructionObserver();
466 virtual ~DestructionObserver();
475 DISALLOW_COPY_AND_ASSIGN(DestructionObserver);
689 void AddObserver(DestructionObserver* observer) {
693 void RemoveObserver(DestructionObserver* observer) {
811 std::vector<DestructionObserver*> destruction_observers_;
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h 55 class DestructionObserver {
61 virtual ~DestructionObserver() {}
132 void AddDestructionObserver(DestructionObserver* observer);
133 void RemoveDestructionObserver(DestructionObserver* observer);
260 ObserverList<DestructionObserver> destruction_observers_;
  /external/chromium_org/base/message_loop/
message_loop.cc 123 MessageLoop::DestructionObserver::~DestructionObserver() {
184 FOR_EACH_OBSERVER(DestructionObserver, destruction_observers_,
265 DestructionObserver* destruction_observer) {
271 DestructionObserver* destruction_observer) {
message_loop.h 134 // A DestructionObserver is notified when the current MessageLoop is being
142 class BASE_EXPORT DestructionObserver {
147 virtual ~DestructionObserver();
150 // Add a DestructionObserver, which will start receiving notifications
152 void AddDestructionObserver(DestructionObserver* destruction_observer);
154 // Remove a DestructionObserver. It is safe to call this method while a
155 // DestructionObserver is receiving a notification callback.
156 void RemoveDestructionObserver(DestructionObserver* destruction_observer);
477 ObserverList<DestructionObserver> destruction_observers_;
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
view_manager_unittest.cc 170 class DestructionObserver : public ViewObserver {
173 explicit DestructionObserver(std::set<Id>* views) : views_(views) {}
191 DISALLOW_COPY_AND_ASSIGN(DestructionObserver);
195 DestructionObserver observer(views);
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 302 // WebContentsImpl::DestructionObserver ----------------------------------------
304 class WebContentsImpl::DestructionObserver : public WebContentsObserver {
306 DestructionObserver(WebContentsImpl* owner, WebContents* watched_contents)
320 DISALLOW_COPY_AND_ASSIGN(DestructionObserver);
    [all...]

Completed in 150 milliseconds