OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NavigationConstraintsImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/
navigation_constraints.h
24
class
NavigationConstraintsImpl
: public NavigationConstraints {
26
NavigationConstraintsImpl
();
27
virtual ~
NavigationConstraintsImpl
() {}
navigation_constraints.cc
13
NavigationConstraintsImpl
::
NavigationConstraintsImpl
() : is_privileged_(false) {
16
//
NavigationConstraintsImpl
method definitions.
17
bool
NavigationConstraintsImpl
::AllowUnsafeUrls() {
22
bool
NavigationConstraintsImpl
::IsSchemeAllowed(const GURL& url) {
58
bool
NavigationConstraintsImpl
::IsZoneAllowed(const GURL& url) {
80
bool
NavigationConstraintsImpl
::is_privileged() const {
84
void
NavigationConstraintsImpl
::set_is_privileged(bool is_privileged) {
Completed in 42 milliseconds