OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_tab_url_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/
bug_report_data.h
50
const std::string& target_tab_url() const { return
target_tab_url_
; }
69
std::string
target_tab_url_
;
member in class:BugReportData
bug_report_data.cc
38
target_tab_url_
= target_tab_url;
/external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc
220
std::string
target_tab_url_
;
member in class:BugReportHandler
510
target_tab_url_
= target_tab->GetURL().spec();
545
if (
target_tab_url_
.length())
546
dialog_defaults.Append(new StringValue(
target_tab_url_
));
665
,
target_tab_url_
Completed in 100 milliseconds