/external/chromium_org/ash/wm/ |
H A D | cursor_manager_chromeos.cc | 15 scoped_ptr< ::wm::NativeCursorManager> delegate) 16 : ::wm::CursorManager(delegate.Pass()) { 14 CursorManager( scoped_ptr< ::wm::NativeCursorManager> delegate) argument
|
H A D | immersive_revealed_lock.cc | 10 const base::WeakPtr<Delegate>& delegate, 12 : delegate_(delegate) { 9 ImmersiveRevealedLock( const base::WeakPtr<Delegate>& delegate, Delegate::AnimateReveal animate_reveal) argument
|
H A D | window_state_util.cc | 15 WindowStateDelegate* delegate) { 22 if (delegate && delegate->ToggleFullscreen(window_state)) 14 ToggleFullScreen(wm::WindowState* window_state, WindowStateDelegate* delegate) argument
|
/external/chromium_org/cc/blink/ |
H A D | web_to_cc_animation_delegate_adapter.cc | 11 blink::WebCompositorAnimationDelegate* delegate) 12 : delegate_(delegate) { 10 WebToCCAnimationDelegateAdapter( blink::WebCompositorAnimationDelegate* delegate) argument
|
/external/chromium_org/chrome/browser/extensions/api/page_capture/ |
H A D | page_capture_apitest.cc | 45 PageCaptureSaveAsMHTMLDelegate delegate; local 47 ASSERT_FALSE(delegate.temp_file_.empty()); 51 ASSERT_FALSE(base::PathExists(delegate.temp_file_));
|
/external/chromium_org/chrome/browser/extensions/updater/ |
H A D | chrome_extension_downloader_factory.cc | 26 ExtensionDownloaderDelegate* delegate) { 28 new ExtensionDownloader(delegate, request_context)); 46 ExtensionDownloaderDelegate* delegate) { 52 CreateForRequestContext(profile->GetRequestContext(), delegate); 24 CreateForRequestContext( net::URLRequestContextGetter* request_context, ExtensionDownloaderDelegate* delegate) argument 44 CreateForProfile( Profile* profile, ExtensionDownloaderDelegate* delegate) argument
|
/external/chromium_org/chrome/browser/install_verification/win/ |
H A D | loaded_module_verification.cc | 23 ModuleVerificationDelegate* delegate) { 29 ReportModuleMatches(module_name_digests, module_ids, delegate); 21 VerifyLoadedModules(const std::set<ModuleInfo>& loaded_modules, const ModuleIDs& module_ids, ModuleVerificationDelegate* delegate) argument
|
/external/chromium_org/chrome/browser/local_discovery/ |
H A D | privet_confirm_api_flow_unittest.cc | 45 StrictMock<MockDelegate> delegate; local 47 "123", base::Bind(&MockDelegate::Callback, base::Unretained(&delegate))); 48 EXPECT_CALL(delegate, Callback(GCDApiFlow::SUCCESS)).Times(1); 55 EXPECT_CALL(delegate, Callback(GCDApiFlow::ERROR_FROM_SERVER)).Times(1);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
H A D | animatable_view.h | 18 // AnimatableView sends an |animationDidEnd:| message to its delegate when the 32 @property(assign, nonatomic) id delegate; variable
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
H A D | bookmark_sub_menu_model.cc | 10 // For views and cocoa, we have complex delegate systems to handle 20 ui::SimpleMenuModel::Delegate* delegate, Browser* browser) 21 : SimpleMenuModel(delegate) { 33 if (delegate()->IsCommandIdVisible(IDC_BOOKMARK_PAGE) || 34 delegate()->IsCommandIdVisible(IDC_BOOKMARK_ALL_TABS) || 35 delegate()->IsCommandIdVisible(IDC_PIN_TO_START_SCREEN)) { 19 BookmarkSubMenuModel( ui::SimpleMenuModel::Delegate* delegate, Browser* browser) argument
|
/external/chromium_org/chrome/browser/ui/views/ |
H A D | chrome_web_dialog_view.cc | 16 ui::WebDialogDelegate* delegate) { 19 new views::WebDialogView(context, delegate, new ChromeWebContentsHandler); 14 ShowWebDialog(gfx::NativeWindow parent, content::BrowserContext* context, ui::WebDialogDelegate* delegate) argument
|
/external/chromium_org/content/browser/devtools/ |
H A D | devtools_manager.h | 30 DevToolsManagerDelegate* delegate() const { return delegate_.get(); } function in class:content::DevToolsManager
|
/external/chromium_org/content/renderer/browser_plugin/ |
H A D | mock_browser_plugin.cc | 14 scoped_ptr<BrowserPluginDelegate> delegate) 15 : BrowserPlugin(render_view, frame, delegate.Pass()) { 12 MockBrowserPlugin(RenderViewImpl* render_view, blink::WebFrame* frame, scoped_ptr<BrowserPluginDelegate> delegate) argument
|
/external/chromium_org/content/renderer/media/ |
H A D | webrtc_logging.cc | 16 void InitWebRtcLoggingDelegate(WebRtcLogMessageDelegate* delegate) { argument 18 CHECK(delegate); 20 g_webrtc_logging_delegate = delegate;
|
/external/chromium_org/content/shell/app/ |
H A D | shell_main.cc | 29 content::ShellMainDelegate delegate; local 31 content::ContentMainParams params(&delegate); 41 // Do the delegate work in shell_content_main to avoid having to export the 42 // delegate types. 45 content::ShellMainDelegate delegate; 46 content::ContentMainParams params(&delegate);
|
/external/chromium_org/gin/ |
H A D | shell_runner_unittest.cc | 27 ShellRunnerDelegate delegate; local 29 ShellRunner runner(&delegate, isolate);
|
/external/chromium_org/gin/test/ |
H A D | run_js_tests.cc | 20 FileRunnerDelegate delegate; local 21 RunTestFromFile(path, &delegate);
|
/external/chromium_org/ui/accessibility/platform/ |
H A D | ax_platform_node.cc | 14 AXPlatformNode* AXPlatformNode::Create(AXPlatformNodeDelegate* delegate) { argument
|
/external/chromium_org/ui/base/ime/ |
H A D | input_method_factory.cc | 34 internal::InputMethodDelegate* delegate, 40 return scoped_ptr<InputMethod>(new MockInputMethod(delegate)); 43 return scoped_ptr<InputMethod>(new InputMethodChromeOS(delegate)); 46 return CreateRemoteInputMethodWin(delegate); 47 return scoped_ptr<InputMethod>(new InputMethodWin(delegate, widget)); 49 return scoped_ptr<InputMethod>(new InputMethodMac(delegate)); 51 return scoped_ptr<InputMethod>(new InputMethodAuraLinux(delegate)); 53 return scoped_ptr<InputMethod>(new InputMethodMinimal(delegate)); 33 CreateInputMethod( internal::InputMethodDelegate* delegate, gfx::AcceleratedWidget widget) argument
|
/external/chromium_org/ui/views/test/ |
H A D | desktop_test_views_delegate_aura.cc | 21 internal::NativeWidgetDelegate* delegate) { 31 params->native_widget = new views::NativeWidgetAura(delegate); 33 params->native_widget = new views::DesktopNativeWidgetAura(delegate); 19 OnBeforeWidgetInit( Widget::InitParams* params, internal::NativeWidgetDelegate* delegate) argument
|
/external/chromium_org/ui/wm/public/ |
H A D | activation_delegate.cc | 18 void SetActivationDelegate(Window* window, ActivationDelegate* delegate) { argument 19 window->SetProperty(kActivationDelegateKey, delegate);
|
H A D | drag_drop_delegate.cc | 18 void SetDragDropDelegate(Window* window, DragDropDelegate* delegate) { argument 19 window->SetProperty(kDragDropDelegateKey, delegate);
|
/external/guava/guava/src/com/google/common/collect/ |
H A D | ForwardingObject.java | 26 * The {@link #delegate()} method must be overridden to return the instance 45 * <p>The {@code toString} method is forwarded to the delegate. Although this 59 * Returns the backing delegate instance that methods are forwarded to. 62 * ForwardingSet#delegate}. Concrete subclasses override this method to supply 65 protected abstract Object delegate(); method in class:ForwardingObject 68 * Returns the string representation generated by the delegate's 72 return delegate().toString();
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
H A D | ImmutableAsList.java | 27 ImmutableAsList(List<E> delegate) { argument 28 super(delegate);
|
H A D | ImmutableEnumSet.java | 28 public ImmutableEnumSet(Set<E> delegate) { argument 29 super(delegate);
|