Searched defs:can_dock (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc928 const bool can_dock = local
931 if (!can_dock) {
938 if (!can_snap && !can_dock) {
953 const bool should_dock = can_dock &&
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window.cc666 bool can_dock)
674 can_dock_(can_dock),
678 life_stage_(can_dock ? kNotLoaded : kIsDockedSet),
727 bool can_dock,
736 can_dock = false;
744 can_dock, settings));
745 return new DevToolsWindow(profile, url, inspected_web_contents, can_dock);
753 bool can_dock,
769 if (can_dock)
770 url_string += "&can_dock
663 DevToolsWindow(Profile* profile, const GURL& url, content::WebContents* inspected_web_contents, bool can_dock) argument
721 Create( Profile* profile, const GURL& frontend_url, content::WebContents* inspected_web_contents, bool shared_worker_frontend, bool external_frontend, bool can_dock, const std::string& settings) argument
749 GetDevToolsURL(Profile* profile, const GURL& base_url, bool shared_worker_frontend, bool external_frontend, bool can_dock, const std::string& settings) argument
[all...]

Completed in 71 milliseconds