OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebContents
(Results
176 - 200
of
1805
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/components/web_modal/
popup_manager.cc
13
using content::
WebContents
;
21
// This class provides a hook to get a PopupManager from a
WebContents
.
23
// to attach to each
WebContents
in that browser.
44
content::
WebContents
* web_contents = manager->GetBoundWebContents();
60
content::
WebContents
* web_contents) {
69
const content::
WebContents
* web_contents) const {
78
void PopupManager::WasFocused(const content::
WebContents
* web_contents) {
91
void PopupManager::RegisterWith(content::
WebContents
* web_contents) {
98
void PopupManager::UnregisterWith(content::
WebContents
* web_contents) {
105
content::
WebContents
* web_contents)
[
all
...]
/external/chromium_org/android_webview/native/
aw_pdf_exporter.h
18
class
WebContents
;
31
content::
WebContents
* web_contents);
48
content::
WebContents
* web_contents_;
state_serializer.h
16
class
WebContents
;
22
// Write and restore a
WebContents
to and from a pickle. Return true on
26
bool WriteToPickle(const content::
WebContents
& web_contents,
31
content::
WebContents
* web_contents) WARN_UNUSED_RESULT;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
DataReductionProxyInfoBarDelegate.java
9
import org.chromium.content_public.browser.
WebContents
;
17
* @param
webContents
The {@link
WebContents
} in which to launch the {@link InfoBar}.
19
static void launch(
WebContents
webContents
, String linkUrl) {
20
nativeLaunch(
webContents
, linkUrl);
46
protected static native void nativeLaunch(
WebContents
webContents
, String linkUrl);
/external/chromium_org/chrome/browser/android/
voice_search_tab_helper.cc
15
using content::
WebContents
;
32
WebContents
* web_contents =
WebContents
::FromJavaWebContents(j_web_contents);
/external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper_impl.h
14
class
WebContents
;
21
GoogleURLTrackerNavigationHelperImpl(content::
WebContents
* web_contents,
42
content::
WebContents
* web_contents_;
/external/chromium_org/chrome/browser/printing/
background_printing_manager.cc
20
using content::
WebContents
;
27
Observer(BackgroundPrintingManager* manager,
WebContents
* web_contents);
37
BackgroundPrintingManager* manager,
WebContents
* web_contents)
58
// preview
WebContents
trying to print). In such a case it will fail to print,
65
WebContents
* preview_dialog) {
76
content::Source<
WebContents
>(preview_dialog));
83
WebContents
* initiator = dialog_controller->GetInitiator(preview_dialog);
94
DeletePreviewContents(content::Source<
WebContents
>(source).ptr());
98
WebContents
* preview_contents) {
110
content::Source<
WebContents
>(preview_contents))
[
all
...]
/external/chromium_org/chrome/browser/renderer_context_menu/
spelling_bubble_model.h
15
class
WebContents
;
23
content::
WebContents
* web_contents,
42
content::
WebContents
* web_contents_;
/external/chromium_org/chrome/browser/sessions/
session_tab_helper.h
27
// If the specified
WebContents
has a SessionTabHelper (probably because it
31
// for a NULL
WebContents
or if the
WebContents
has no SessionTabHelper.
32
static SessionID::id_type IdForTab(const content::
WebContents
* tab);
34
// If the specified
WebContents
has a SessionTabHelper (probably because it
38
// If the
WebContents
has a SessionTabHelper but has never been attached to a
40
// Browser. Returns -1 for a NULL
WebContents
or if the
WebContents
has no
43
const content::
WebContents
* tab);
53
explicit SessionTabHelper(content::
WebContents
* contents)
[
all
...]
/external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate.h
17
class
WebContents
;
23
// directly on
WebContents
, NavigationController, and the extensions TabHelper.
56
virtual content::
WebContents
* GetWebContents() const = 0;
61
// Returns the SyncedTabDelegate associated with
WebContents
.
63
content::
WebContents
* web_contents);
/external/chromium_org/chrome/browser/tab_contents/
tab_util.cc
21
using content::
WebContents
;
25
content::
WebContents
* GetWebContentsByID(int render_process_id,
31
return
WebContents
::FromRenderViewHost(render_view_host);
/external/chromium_org/chrome/browser/ui/
browser_tabrestore.h
16
class
WebContents
;
34
// the regular user agent is overridden. Returns the
WebContents
of the restored
36
content::
WebContents
* AddRestoredTab(
49
// history restored from the SessionRestore system. Returns the
WebContents
of
51
content::
WebContents
* ReplaceRestoredTab(
certificate_dialogs.h
12
class
WebContents
;
22
void ShowCertExportDialog(content::
WebContents
* web_contents,
29
content::
WebContents
* web_contents,
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_sign_in_container.h
18
class
WebContents
;
26
scoped_ptr<content::
WebContents
> webContents_;
44
- (content::
WebContents
*)
webContents
;
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_mac.h
14
class
WebContents
;
33
content::
WebContents
* web_contents,
50
// The
WebContents
that owns and constrains this ConstrainedWindowMac. Weak.
51
content::
WebContents
* web_contents_;
/external/chromium_org/chrome/browser/ui/views/
constrained_window_views.h
11
class
WebContents
;
38
content::
WebContents
* initiator_web_contents);
42
content::
WebContents
* web_contents);
/external/chromium_org/chrome/test/remoting/
pin_browsertest.cc
15
content::
WebContents
* content = app_web_content();
28
content::
WebContents
* content = app_web_content();
42
content::
WebContents
* content = app_web_content();
/external/chromium_org/components/navigation_interception/
intercept_navigation_delegate.h
16
class
WebContents
;
33
// Associate method) with a
WebContents
for which URLRequests are to be
43
// Associates the InterceptNavigationDelegate with a
WebContents
using the
45
// As implied by the use of scoped_ptr, the
WebContents
will assume ownership
47
static void Associate(content::
WebContents
* web_contents,
49
// Gets the InterceptNavigationDelegate associated with the
WebContents
,
51
static InterceptNavigationDelegate* Get(content::
WebContents
* web_contents);
/external/chromium_org/components/web_contents_delegate_android/
color_chooser_android.h
19
class
WebContents
;
28
ColorChooserAndroid(content::
WebContents
* tab,
44
content::
WebContents
* web_contents_;
/external/chromium_org/content/browser/download/
download_request_handle.h
17
class
WebContents
;
30
virtual
WebContents
* GetWebContents() const = 0;
66
virtual
WebContents
* GetWebContents() const OVERRIDE;
/external/chromium_org/content/public/browser/
browser_plugin_guest_delegate.h
24
//
WebContents
and to provide necessary functionality.
32
virtual void WillAttach(content::
WebContents
* embedder_web_contents,
35
virtual
WebContents
* CreateNewGuestWindow(
36
const
WebContents
::CreateParams& create_params);
61
//
WebContents
.
web_contents.cc
11
WebContents
::CreateParams::CreateParams(BrowserContext* context)
22
WebContents
::CreateParams::CreateParams(
34
WebContents
::CreateParams::~CreateParams() {
web_contents_user_data.h
15
//
WebContents
. For example:
23
// explicit FooTabHelper(content::
WebContents
* contents);
33
// Creates an object of type T, and attaches it to the specified
WebContents
.
35
static void CreateForWebContents(
WebContents
* contents) {
42
//
WebContents
(via CreateForWebContents above) and returns it. If no instance
44
static T* FromWebContents(
WebContents
* contents) {
48
static const T* FromWebContents(const
WebContents
* contents) {
/external/chromium_org/content/public/test/
web_contents_tester.h
18
class
WebContents
;
23
// test version of
WebContents
. This interface can be retrieved from any
24
//
WebContents
that was retrieved via a call to
28
// Tests within content/ can directly static_cast
WebContents
objects retrieved
34
// a) Define a TestWebContents interface that inherits from
WebContents
, and
38
//
WebContents
to WebContentsImpl using static_cast.
40
// b) Define a TestWebContents interface that inherits from
WebContents
, and
43
// there is a fundamental assumption in content/ that a
WebContents
* can be
48
// Retrieves a WebContentsTester to drive tests of the specified
WebContents
.
52
static WebContentsTester* For(
WebContents
* contents)
[
all
...]
/external/chromium_org/extensions/browser/api/declarative_content/
content_rules_registry.h
15
class
WebContents
;
42
content::
WebContents
* contents,
47
content::
WebContents
* tab,
Completed in 380 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>