OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebContents
(Results
1526 - 1550
of
1633
) sorted by null
<<
61
62
63
64
65
66
/external/chromium_org/chrome/browser/download/
download_browsertest.cc
104
using content::
WebContents
;
308
content::
WebContents
* web_contents)
874
WebContents
* web_contents =
[
all
...]
save_page_browsertest.cc
49
using content::
WebContents
;
315
WebContents
* GetCurrentTab(Browser* browser) const {
316
WebContents
* current_tab =
/external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc
181
void OmniboxViewViews::SaveStateToTab(content::
WebContents
* tab) {
199
void OmniboxViewViews::OnTabChanged(const content::
WebContents
* web_contents) {
565
content::
WebContents
* web_contents) const {
[
all
...]
/external/chromium_org/content/browser/android/
content_view_core_impl.cc
161
// Enables a callback when the underlying
WebContents
is destroyed, to enable
173
// would own
WebContents
. That effectively implies making the
WebContents
189
content::
WebContents
* web_contents) {
198
content::
WebContents
* web_contents) {
212
WebContents
* web_contents,
226
"A ContentViewCoreImpl should be created with a valid
WebContents
.";
237
// Automatically set it for all
WebContents
so that it is available when a
912
WebContents
* ContentViewCoreImpl::GetWebContents() const
[
all
...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc
182
void SetAppID(content::
WebContents
* tab, const std::string& id) {
187
bool HasAppID(content::
WebContents
* tab) const {
192
virtual std::string GetAppID(content::
WebContents
* tab) OVERRIDE {
211
typedef std::map<content::
WebContents
*, std::string> TabToStringMap;
669
// Watches
WebContents
and blocks until it is destroyed. This is needed for
673
explicit WebContentsDestroyedWatcher(content::
WebContents
* web_contents)
680
// Waits until the
WebContents
is destroyed.
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc
58
using content::
WebContents
;
109
void SetID(
WebContents
* web_contents, int id) {
124
WebContents
* contents = model->GetWebContentsAt(i);
851
void DeleteWhileDetachedStep2(
WebContents
* tab) {
874
WebContents
* to_delete =
893
void DeleteSourceDetachedStep2(
WebContents
* tab,
923
WebContents
* to_delete = browser()->tab_strip_model()->GetWebContentsAt(1);
[
all
...]
/external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager_unittest.cc
34
using content::
WebContents
;
428
virtual content::
WebContents
* GetWebContents() const OVERRIDE {
722
// * one "frozen" tab with no
WebContents
and a tab_id change
723
// * one "frozen" tab with no
WebContents
and no tab_id change
754
t1_override.SetSyncId(1); // No
WebContents
by default.
755
t2_override.SetSyncId(2); // No
WebContents
by default.
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc
487
content::
WebContents
* web_contents =
488
content::
WebContents
::FromRenderViewHost(host);
520
content::
WebContents
* web_contents = (*it)->web_contents();
[
all
...]
/external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry_unittest.cc
254
scoped_ptr<content::
WebContents
> single_web_contents_;
255
scoped_ptr<content::
WebContents
> shared_web_contents1_;
256
scoped_ptr<content::
WebContents
> shared_web_contents2_;
258
// The RenderProcessHosts are freed when their respective
WebContents
/
[
all
...]
/external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc
58
using content::
WebContents
;
583
WebContents
* source_web_contents = NULL;
[
all
...]
/external/chromium_org/chrome/browser/task_manager/
task_manager.cc
57
using content::
WebContents
;
944
WebContents
* TaskManagerModel::GetResourceWebContents(int index) const {
[
all
...]
/external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc
62
using content::
WebContents
;
790
WebContents
* selected_tab =
811
WebContents
* selected_tab =
[
all
...]
/external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc
43
using content::
WebContents
;
/external/chromium_org/chrome/browser/extensions/
active_tab_unittest.cc
151
const content::
WebContents
* web_contents) {
bookmark_app_helper.cc
173
content::
WebContents
* contents)
/external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api.cc
125
content::
WebContents
* web_contents,
/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
webrtc_audio_private_api.cc
137
content::
WebContents
* contents = NULL;
/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
webrtc_logging_private_api.cc
40
content::
WebContents
* contents = NULL;
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_apitest.cc
216
content::
WebContents
* GetWebContents() {
/external/chromium_org/chrome/browser/media/
media_stream_devices_controller.cc
117
content::
WebContents
* web_contents,
/external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc
374
content::
WebContents
* contents = notification.GetWebContents();
376
LOG(WARNING) << "Notification needs an image but has no
WebContents
";
/external/chromium_org/chrome/browser/printing/
printing_layout_browsertest.cc
68
content::
WebContents
* web_contents =
/external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc
132
using content::
WebContents
;
407
source_web_contents_(
WebContents
::FromRenderFrameHost(render_frame_host)),
746
WebContents
* RenderViewContextMenu::GetWebContents() const {
[
all
...]
/external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc
445
content::
WebContents
* web_contents = service->GetStartPageContents();
Completed in 1689 milliseconds
<<
61
62
63
64
65
66