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

  /external/chromium_org/chrome/browser/extensions/api/tabs/
windows_util.h 18 bool GetWindowFromWindowID(ChromeAsyncExtensionFunction* function,
windows_util.cc 18 bool GetWindowFromWindowID(ChromeAsyncExtensionFunction* function,
tabs_api.cc 229 if (!windows_util::GetWindowFromWindowID(this,
252 if (!windows_util::GetWindowFromWindowID(this,
637 if (!windows_util::GetWindowFromWindowID(this, params->window_id,
765 if (!windows_util::GetWindowFromWindowID(this, params->window_id,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.cc 408 if (!windows_util::GetWindowFromWindowID(this, window_id, &controller)) {
409 // error_ is set by GetWindowFromWindowId function call.

Completed in 48 milliseconds