HomeSort by relevance Sort by last modified time
    Searched refs:DevToolsUIBindings (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/devtools/
devtools_ui_bindings.cc 64 typedef std::vector<DevToolsUIBindings*> DevToolsUIBindingsList;
177 class DefaultBindingsDelegate : public DevToolsUIBindings::Delegate {
226 // DevToolsUIBindings::FrontendWebContentsObserver ----------------------------
228 class DevToolsUIBindings::FrontendWebContentsObserver
231 explicit FrontendWebContentsObserver(DevToolsUIBindings* ui_bindings);
241 DevToolsUIBindings* devtools_bindings_;
245 DevToolsUIBindings::FrontendWebContentsObserver::FrontendWebContentsObserver(
246 DevToolsUIBindings* devtools_ui_bindings)
251 DevToolsUIBindings::FrontendWebContentsObserver::
255 void DevToolsUIBindings::FrontendWebContentsObserver::RenderProcessGone
    [all...]
devtools_ui_bindings.h 35 class DevToolsUIBindings : public content::NotificationObserver,
41 static DevToolsUIBindings* ForWebContents(
63 explicit DevToolsUIBindings(content::WebContents* web_contents);
64 virtual ~DevToolsUIBindings();
195 base::WeakPtrFactory<DevToolsUIBindings> weak_factory_;
197 DISALLOW_COPY_AND_ASSIGN(DevToolsUIBindings);
devtools_window.h 29 class DevToolsWindow : public DevToolsUIBindings::Delegate,
270 // content::DevToolsUIBindings::Delegate overrides
299 DevToolsUIBindings* bindings_;
devtools_window.cc 686 DevToolsUIBindings::ApplyThemeToURL(profile, url), content::Referrer(),
689 bindings_ = DevToolsUIBindings::ForWebContents(main_web_contents_);
876 // DevToolsUIBindings destruction.
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
devtools_ui.h 33 DevToolsUIBindings bindings_;
inspect_ui.cc 211 DevToolsUIBindings* GetBindings();
219 DevToolsUIBindings bindings_;
232 DevToolsUIBindings* DevToolsUIBindingsEnabler::GetBindings() {
devtools_ui.cc 403 GURL url = DevToolsUIBindings::ApplyThemeToURL(profile,

Completed in 268 milliseconds