OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExternalProtocolHandler
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/ui/android/
external_protocol_dialog_android.cc
10
void
ExternalProtocolHandler
::RunExternalProtocolDialog(
/external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler_unittest.cc
38
: public
ExternalProtocolHandler
::Delegate {
41
: block_state_(
ExternalProtocolHandler
::BLOCK),
53
virtual
ExternalProtocolHandler
::BlockState GetBlockState(
59
ASSERT_TRUE(block_state_ ==
ExternalProtocolHandler
::BLOCK ||
67
ASSERT_EQ(block_state_,
ExternalProtocolHandler
::UNKNOWN);
73
ASSERT_EQ(block_state_,
ExternalProtocolHandler
::DONT_BLOCK);
86
void set_block_state(
ExternalProtocolHandler
::BlockState value) {
95
ExternalProtocolHandler
::BlockState block_state_;
114
ExternalProtocolHandler
::PermitLaunchUrl();
117
void DoTest(
ExternalProtocolHandler
::BlockState block_state
[
all
...]
external_protocol_observer.cc
21
ExternalProtocolHandler
::PermitLaunchUrl();
external_protocol_handler.cc
42
ExternalProtocolHandler
::Delegate* delegate) {
50
ExternalProtocolHandler
::BlockState GetBlockStateWithDelegate(
52
ExternalProtocolHandler
::Delegate* delegate) {
54
return
ExternalProtocolHandler
::GetBlockState(scheme);
63
ExternalProtocolHandler
::Delegate* delegate) {
65
ExternalProtocolHandler
::RunExternalProtocolDialog(url,
78
ExternalProtocolHandler
::Delegate* delegate) {
80
ExternalProtocolHandler
::LaunchUrlWithoutSecurityCheck(
97
ExternalProtocolHandler
::Delegate* delegate)
141
ExternalProtocolHandler
::Delegate* delegate_
[
all
...]
external_protocol_handler.h
19
class
ExternalProtocolHandler
{
109
DISALLOW_COPY_AND_ASSIGN(
ExternalProtocolHandler
);
/external/chromium_org/chrome/browser/ui/
external_protocol_dialog_delegate.cc
65
ExternalProtocolHandler
::SetBlockState(
66
url.scheme(),
ExternalProtocolHandler
::DONT_BLOCK);
69
ExternalProtocolHandler
::LaunchUrlWithoutSecurityCheck(
77
ExternalProtocolHandler
::SetBlockState(
78
url.scheme(),
ExternalProtocolHandler
::BLOCK);
/external/chromium_org/chrome/browser/chromeos/
external_protocol_dialog.cc
30
//
ExternalProtocolHandler
33
void
ExternalProtocolHandler
::RunExternalProtocolDialog(
68
ExternalProtocolHandler
::SetBlockState(
69
scheme_,
ExternalProtocolHandler
::DONT_BLOCK);
/external/chromium_org/chrome/browser/ui/views/
external_protocol_dialog.cc
31
//
ExternalProtocolHandler
34
void
ExternalProtocolHandler
::RunExternalProtocolDialog(
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc
200
ExternalProtocolHandler
::BlockState block_state =
201
ExternalProtocolHandler
::GetBlockState(
204
case
ExternalProtocolHandler
::DONT_BLOCK:
207
case
ExternalProtocolHandler
::BLOCK:
/external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.h
93
//
ExternalProtocolHandler
::Delegate for testing code.
95
ExternalProtocolHandler
::Delegate* delegate);
chrome_resource_dispatcher_host_delegate.cc
105
ExternalProtocolHandler
::Delegate* g_external_protocol_handler_delegate = NULL;
210
ExternalProtocolHandler
::LaunchUrlWithDelegate(
721
ExternalProtocolHandler
::Delegate* delegate) {
/external/chromium_org/chrome/browser/extensions/
chrome_extensions_browser_client.cc
229
ExternalProtocolHandler
::PermitLaunchUrl();
/external/chromium_org/chrome/browser/prefs/
browser_prefs.cc
239
ExternalProtocolHandler
::RegisterPrefs(registry);
/external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc
[
all
...]
Completed in 897 milliseconds