HomeSort by relevance Sort by last modified time
    Searched full:controller (Results 326 - 350 of 2800) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_browsertest.cc 95 // Test the CreateNewWindow function of the controller delegate.
99 AppListControllerDelegate* controller(service->GetControllerDelegate());
100 ASSERT_TRUE(controller);
106 controller->CreateNewWindow(browser()->profile(), false);
109 controller->CreateNewWindow(browser()->profile(), true);
146 AppListControllerDelegate* controller(service->GetControllerDelegate());
147 ASSERT_TRUE(controller);
151 controller->ShowForProfileByPath(browser()->profile()->GetPath());
161 controller->ShowForProfileByPath(profile2_->GetPath());
169 controller->DismissView()
    [all...]
extension_uninstaller.cc 16 AppListControllerDelegate* controller)
19 controller_(controller) {
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProvider.java 238 * Called by the media router to obtain a route controller for a particular route.
241 * controller when it is no longer needed to allow it to free its resources.
245 * @return The route controller. Returns null if there is no such route or if the route
246 * cannot be controlled using the route controller interface.
292 * The media router obtains a route controller for a route whenever it needs
294 * the {@link #onSelect} method of its route controller. While selected,
295 * the media router may call other methods of the route controller to
298 * route controller. When the media route no longer needs the route controller
299 * it will invoke the {@link #onRelease} method to allow the route controller
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
new_credit_card_bubble_cocoa.mm 39 // Controller that drives this bubble. Never NULL; outlives this class.
48 controller:
49 (autofill::NewCreditCardBubbleController*)controller
73 controller:
74 (autofill::NewCreditCardBubbleController*)controller
86 controller_ = controller;
251 NewCreditCardBubbleController* controller) {
252 NewCreditCardBubbleCocoa* bubble = new NewCreditCardBubbleCocoa(controller);
257 NewCreditCardBubbleController* controller)
259 controller_(controller),
    [all...]
autofill_layout.h 14 // * Subview indicates by calling -requestRelayout on the window controller.
15 // * Window controller queries subviews for preferredSize to determine the
autofill_popup_view_bridge.h 26 explicit AutofillPopupViewBridge(AutofillPopupController* controller);
41 // The controller for this view.
  /external/chromium/chrome/browser/chromeos/login/
base_login_display_host.h 64 // Sign in screen controller.
67 // OOBE and some screens (camera, recovery) controller.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_unittest_helper.h 17 // Return the bookmark button from this bar controller with the given
26 // Return the bookmark button from this folder controller with the given
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_mac.h 33 DownloadItemController* controller);
55 // The objective-c controller object.
download_shelf_mac.mm 13 DownloadShelfController* controller)
15 shelf_controller_(controller) {
  /external/chromium/chrome/browser/ui/cocoa/
encoding_menu_controller_delegate_mac.mm 41 EncodingMenuController controller;
42 controller.GetEncodingMenuItems(profile, &menuItems);
window_size_autosaver.h 15 // controller and initialize it in the window controller's init method, passing
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.mm 31 explicit TabContentsNotificationBridge(TabContentsController* controller);
45 TabContentsController* controller)
46 : controller_(controller) {
68 Source<NavigationController>(&contents->controller()));
73 // A custom view that notifies |controller| that view's frame is changing.
78 - (id)initWithController:(TabContentsController*)controller;
83 - (id)initWithController:(TabContentsController*)controller {
85 controller_ = controller;
  /external/chromium/net/disk_cache/
in_flight_io.h 23 // |callback| that must be notified at the end), we need the controller that
24 // is keeping track of all operations. When done, we notify the controller
27 explicit BackgroundIO(InFlightIO* controller);
29 // This method signals the controller that this operation is finished, in the
34 // Allows the cancellation of the task to notify the controller (step number 8
35 // in the diagram below). In practice, if the controller waits for the
51 InFlightIO* controller_; // The controller that tracks all operations.
57 // Notifies the controller about the end of the operation, from the background
  /external/chromium_org/ash/desktop_background/
desktop_background_controller_unittest.cc 58 explicit TestObserver(DesktopBackgroundController* controller)
59 : controller_(controller) {
89 ui::LayerAnimatorTestController controller(layer->GetAnimator());
93 while (controller.animator()->is_animating()) {
94 controller.StartThreadedAnimationsIfNeeded();
95 base::TimeTicks step_time = controller.animator()->last_step_time();
149 internal::DesktopBackgroundWidgetController* controller = local
152 ASSERT_NO_FATAL_FAILURE(RunAnimationForWidget(controller->widget()));
280 DesktopBackgroundController* controller = local
282 controller->CreateEmptyWallpaper()
313 DesktopBackgroundController* controller = local
345 DesktopBackgroundController* controller = local
393 DesktopBackgroundController* controller = local
    [all...]
  /external/chromium_org/ash/display/
virtual_keyboard_window_controller_unittest.cc 36 internal::VirtualKeyboardWindowController* controller) {
37 virtual_keyboard_window_controller_ = controller;
  /external/chromium_org/chrome/browser/prerender/
prerender_pending_swap_throttle.cc 58 controller()->Resume();
65 controller()->Cancel();
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item_v2app.h 18 // A menu item controller for a running V2 application. It gets created when an
34 // The owning class which can be used to validate the controller.
  /external/chromium_org/chrome/browser/ui/autofill/
test_generated_credit_card_bubble_controller.h 23 // Whether this controller is installed on |web_contents()|.
43 // How many bubbles have been shown via this controller.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_unittest_helper.h 16 // Return the bookmark button from this bar controller with the given
25 // Return the bookmark button from this folder controller with the given
bookmark_bar_view.h 31 - (BookmarkBarController*)controller;
39 - (void)setController:(id)controller;
bookmark_sync_promo_controller.h 15 // Controller of the bookmark sync promo displayed at the bottom of the
23 // the controller and its view.
  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_bubble_controller.h 14 // A view controller that manages a bubble view and becomes a proxy between
26 // controller takes the ownership of the passed-in ConfirmBubbleModel.
confirm_quit_panel_controller.h 20 // The content view of the window that this controller manages.
24 // Returns a singleton instance of the Controller. This will create one if it
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_mac.h 29 DownloadItemController* controller);
51 // The objective-c controller object.

Completed in 662 milliseconds

<<11121314151617181920>>