OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NavigationController
(Results
1 - 25
of
311
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
WebContents.java
14
NavigationController
getNavigationController();
NavigationController.java
8
* The
NavigationController
Java wrapper to allow communicating with the native
9
*
NavigationController
object.
11
public interface
NavigationController
{
/external/chromium_org/content/browser/android/
load_url_params.cc
17
using content::
NavigationController
;
21
NavigationController
::LOAD_TYPE_DEFAULT,
22
NavigationController
::LOAD_TYPE_BROWSER_INITIATED_HTTP_POST,
23
NavigationController
::LOAD_TYPE_DATA,
24
NavigationController
::UA_OVERRIDE_INHERIT,
25
NavigationController
::UA_OVERRIDE_FALSE,
26
NavigationController
::UA_OVERRIDE_TRUE);
/external/chromium/chrome/browser/automation/
automation_tab_tracker.h
14
class
NavigationController
;
18
: public AutomationResourceTracker<
NavigationController
*> {
23
virtual void AddObserver(
NavigationController
* resource);
24
virtual void RemoveObserver(
NavigationController
* resource);
34
std::map<
NavigationController
*, base::Time> last_navigation_times_;
automation_tab_tracker.cc
12
: AutomationResourceTracker<
NavigationController
*>(automation) {
18
void AutomationTabTracker::AddObserver(
NavigationController
* resource) {
22
Source<
NavigationController
>(resource));
24
Source<
NavigationController
>(resource));
28
Source<
NavigationController
>(resource));
31
void AutomationTabTracker::RemoveObserver(
NavigationController
* resource) {
33
Source<
NavigationController
>(resource));
35
Source<
NavigationController
>(resource));
37
Source<
NavigationController
>(resource));
45
last_navigation_times_[Source<
NavigationController
>(source).ptr()]
[
all
...]
/external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper.h
13
class
NavigationController
;
34
//
NavigationController
. OnNavigationCommitted will be called for each
37
const content::
NavigationController
* nav_controller,
41
// commits for the given
NavigationController
.
43
const content::
NavigationController
* nav_controller) = 0;
46
//
NavigationController
. OnTabClosed will be called on tab destruction if
49
const content::
NavigationController
* nav_controller,
53
// destruction for the given
NavigationController
.
55
const content::
NavigationController
* nav_controller) = 0;
google_url_tracker_map_entry.h
16
class
NavigationController
;
24
const content::
NavigationController
* navigation_controller);
33
const content::
NavigationController
* navigation_controller() const {
51
const content::
NavigationController
* const navigation_controller_;
google_url_tracker_navigation_helper_impl.h
25
const content::
NavigationController
* nav_controller,
28
const content::
NavigationController
* nav_controller) OVERRIDE;
30
const content::
NavigationController
* nav_controller,
33
const content::
NavigationController
* nav_controller) OVERRIDE;
44
// the given
NavigationController
NotificationSource.
google_url_tracker_navigation_helper_impl.cc
46
const content::
NavigationController
* nav_controller,
49
content::Source<content::
NavigationController
>(nav_controller);
60
const content::
NavigationController
* nav_controller) {
62
content::Source<content::
NavigationController
>(nav_controller);
69
const content::
NavigationController
* nav_controller,
72
content::Source<content::
NavigationController
>(nav_controller);
83
const content::
NavigationController
* nav_controller) {
85
content::Source<content::
NavigationController
>(nav_controller);
95
content::
NavigationController
* controller =
96
content::Source<content::
NavigationController
>(
[
all
...]
/external/chromium_org/chrome/browser/automation/
automation_tab_tracker.cc
12
using content::
NavigationController
;
15
: AutomationResourceTracker<
NavigationController
*>(automation) {
21
void AutomationTabTracker::AddObserver(
NavigationController
* resource) {
25
content::Source<
NavigationController
>(resource));
27
content::Source<
NavigationController
>(resource));
30
void AutomationTabTracker::RemoveObserver(
NavigationController
* resource) {
32
content::Source<
NavigationController
>(resource));
34
content::Source<
NavigationController
>(resource));
48
AutomationResourceTracker<
NavigationController
*>::Observe(
automation_tab_tracker.h
13
class
NavigationController
;
17
: public AutomationResourceTracker<content::
NavigationController
*> {
22
virtual void AddObserver(content::
NavigationController
* resource);
23
virtual void RemoveObserver(content::
NavigationController
* resource);
/external/chromium/chrome/browser/sessions/
session_id.h
11
class
NavigationController
;
29
friend class
NavigationController
;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/webcontents/
WebContentsImpl.java
9
import org.chromium.content.browser.
NavigationController
;
22
private
NavigationController
mNavigationController;
25
long nativeWebContentsAndroid,
NavigationController
navigationController
) {
27
mNavigationController =
navigationController
;
32
long nativeWebContentsAndroid,
NavigationController
navigationController
) {
33
return new WebContentsImpl(nativeWebContentsAndroid,
navigationController
);
48
public
NavigationController
getNavigationController() {
/external/chromium_org/content/public/browser/
navigation_controller.cc
11
NavigationController
::LoadURLParams::LoadURLParams(const GURL& url)
24
NavigationController
::LoadURLParams::~LoadURLParams() {
27
NavigationController
::LoadURLParams::LoadURLParams(
28
const
NavigationController
::LoadURLParams& other)
45
NavigationController
::LoadURLParams&
46
NavigationController
::LoadURLParams::operator=(
47
const
NavigationController
::LoadURLParams& other) {
load_notification_details.h
22
NavigationController
* controller,
42
// The
NavigationController
for the load.
43
NavigationController
* controller;
/external/chromium_org/content/browser/frame_host/
navigation_controller_android.h
17
class
NavigationController
;
19
// Android wrapper around
NavigationController
that provides safer passage
27
NavigationController
* navigation_controller);
30
NavigationController
* navigation_controller() const {
45
NavigationController
* navigation_controller_;
/external/chromium/chrome/browser/ui/toolbar/
toolbar_model.h
14
class
NavigationController
;
61
NavigationController
* GetNavigationController() const;
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate.h
17
class
NavigationController
;
44
// Returns the
NavigationController
for the current page.
45
virtual content::
NavigationController
& GetNavigationController() const = 0;
/external/chromium_org/chrome/test/remoting/
page_load_notification_observer.cc
24
content::
NavigationController
* controller =
25
content::Source<content::
NavigationController
>(source()).ptr();
/external/chromium/chrome/browser/
repost_form_warning_controller.cc
14
NavigationController
* controller = &tab_contents->controller();
16
Source<
NavigationController
>(controller));
18
Source<
NavigationController
>(controller));
20
Source<
NavigationController
>(controller));
60
DCHECK_EQ(Source<
NavigationController
>(source).ptr(),
load_notification_details.h
24
NavigationController
* controller,
38
NavigationController
* controller() const { return controller_; }
45
NavigationController
* controller_; // tells us which tab the load was in
/external/chromium/chrome/browser/tab_contents/
language_state.h
25
explicit LanguageState(
NavigationController
* nav_controller);
30
void DidNavigate(const
NavigationController
::LoadCommittedDetails& details);
81
NavigationController
* navigation_controller_;
/external/chromium_org/chrome/browser/extensions/
navigation_observer.h
19
class
NavigationController
;
46
content::
NavigationController
* nav_controller);
61
content::
NavigationController
* in_progress_prompt_navigation_controller_;
/external/chromium/chrome/browser/download/
download_request_limiter.h
18
class
NavigationController
;
31
// . Each
NavigationController
initially starts out allowing a download
80
NavigationController
* controller,
81
NavigationController
* originating_controller);
113
//
NavigationController
we're tracking.
114
NavigationController
* controller() const { return controller_; }
143
NavigationController
* controller_;
158
// Used to remove observers installed on
NavigationController
.
213
NavigationController
* controller,
214
NavigationController
* originating_controller
[
all
...]
/external/chromium/chrome/browser/ssl/
ssl_policy_backend.h
16
class
NavigationController
;
21
explicit SSLPolicyBackend(
NavigationController
* controller);
Completed in 1895 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>