OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
(ChromeUIThreadExtensionFunction* function,
windows_util.cc
19
bool
GetWindowFromWindowID
(ChromeUIThreadExtensionFunction* function,
tabs_api.cc
217
if (!windows_util::
GetWindowFromWindowID
(this,
240
if (!windows_util::
GetWindowFromWindowID
(this,
620
if (!windows_util::
GetWindowFromWindowID
(this, params->window_id,
740
if (!windows_util::
GetWindowFromWindowID
(this, params->window_id,
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.cc
421
if (!windows_util::
GetWindowFromWindowID
(this, window_id, &controller)) {
422
// error_ is set by
GetWindowFromWindowId
function call.
Completed in 127 milliseconds