Searched refs:flags_ui (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dflags_ui.cc5 #include "chrome/browser/ui/webui/flags_ui.h"
253 void FinishInitialization(base::WeakPtr<FlagsUI> flags_ui, argument
257 // If the flags_ui has gone away, there's nothing to do.
258 if (!flags_ui)
263 // Note that |dom_handler| is owned by the web ui that owns |flags_ui|, so
264 // it is still alive if |flags_ui| is.

Completed in 73 milliseconds