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

  /external/chromium_org/chrome/browser/devtools/
devtools_ui_bindings.h 36 class DevToolsUIBindings : public content::NotificationObserver,
63 DevToolsUIBindings(content::WebContents* web_contents, const GURL& url);
64 virtual ~DevToolsUIBindings();
183 base::WeakPtrFactory<DevToolsUIBindings> weak_factory_;
185 DISALLOW_COPY_AND_ASSIGN(DevToolsUIBindings);
devtools_ui_bindings.cc 178 class DefaultBindingsDelegate : public DevToolsUIBindings::Delegate {
229 // DevToolsUIBindings::FrontendWebContentsObserver ----------------------------
231 class DevToolsUIBindings::FrontendWebContentsObserver
234 explicit FrontendWebContentsObserver(DevToolsUIBindings* ui_bindings);
245 DevToolsUIBindings* devtools_bindings_;
249 DevToolsUIBindings::FrontendWebContentsObserver::FrontendWebContentsObserver(
250 DevToolsUIBindings* devtools_ui_bindings)
255 DevToolsUIBindings::FrontendWebContentsObserver::
259 void DevToolsUIBindings::FrontendWebContentsObserver::WebContentsDestroyed() {
263 void DevToolsUIBindings::FrontendWebContentsObserver::RenderProcessGone
    [all...]

Completed in 48 milliseconds