OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_contents
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/ui/
browser_navigator.h
50
// The URL/referrer to be loaded. Ignored if |
target_contents
| is non-NULL.
66
TabContentsWrapper*
target_contents
;
member in struct:browser::NavigateParams
94
// when
target_contents
is specified in the constructor.
/external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_api.cc
79
content::WebContents*
target_contents
=
local
81
if (!
target_contents
) {
89
const int tab_id = SessionID::IdForTab(
target_contents
);
106
content::RenderViewHost* const rvh =
target_contents
->GetRenderViewHost();
/external/chromium_org/chrome/browser/extensions/
extension_tab_util.cc
250
WebContents*
target_contents
= target_tab_strip->GetWebContentsAt(i);
local
251
if (SessionID::IdForTab(
target_contents
) == tab_id) {
257
*contents =
target_contents
;
/external/chromium_org/chrome/browser/ui/
browser_navigator.cc
91
if (params->
target_contents
!= NULL ||
249
void LoadURLInContents(WebContents*
target_contents
,
276
target_contents
->GetController().LoadURLWithParams(load_url_params);
303
// avoid a leak and the params->
target_contents
field is set to NULL.
311
params_->
target_contents
= NULL;
314
// Assumes ownership of |params_|'
target_contents
until ReleaseOwnership
317
target_contents_owner_.reset(params_->
target_contents
);
320
// Relinquishes ownership of |params_|'
target_contents
.
353
WebContents*
target_contents
= WebContents::Create(create_params);
local
358
BrowserNavigatorWebContentsAdoption::AttachTabHelpers(
target_contents
);
[
all
...]
browser_navigator.h
64
// The URL/referrer to be loaded. Ignored if |
target_contents
| is non-NULL.
101
content::WebContents*
target_contents
;
member in struct:chrome::NavigateParams
129
// content::PAGE_TRANSITION_LINK when
target_contents
is specified in the
231
// |
target_contents
|.
/external/chromium/chrome/browser/extensions/
extension_tabs_module.cc
234
TabContentsWrapper*
target_contents
=
local
236
if (
target_contents
->controller().session_id().id() == tab_id) {
242
*contents =
target_contents
;
755
params.
target_contents
->view()->SetInitialFocus();
760
params.
target_contents
->tab_contents(),
763
params.
target_contents
)));
[
all
...]
/external/chromium/chrome/browser/
aeropeek_manager.cc
1078
TabContents*
target_contents
= (*iterator)->tab_contents();
local
[
all
...]
/external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc
860
views::View*
target_contents
= (
local
865
if (
target_contents
->parent() != target_area) {
868
target_area->AddChildView(
target_contents
);
[
all
...]
Completed in 169 milliseconds