HomeSort by relevance Sort by last modified time
    Searched full:controller (Results 476 - 500 of 1585) sorted by null

<<11121314151617181920>>

  /sdk/apps/SdkController/assets/
intro_help.html 35 <li>On the computer in a shell, run: <br/><i>adb forward tcp:1970 localabstract:android.sdk.controller</i> </li>
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalServiceActivities.java 43 public static class Controller extends Activity {
64 startService(new Intent(Controller.this,
74 stopService(new Intent(Controller.this,
  /external/bluetooth/bluedroid/stack/avrc/
avrc_opt.c 85 ** function can only be called for controller role connections.
126 ** function can only be called for controller role connections.
172 ** function can only be called for controller role connections.
  /external/chromium/base/
message_pump_libevent.h 103 // an event, then the effect is cumulative i.e. after the call |controller|
106 // event previously attached to |controller| is aborted.
112 FileDescriptorWatcher *controller,
  /external/chromium/chrome/browser/autocomplete/
keyword_provider.h 8 // instance of it gets created and managed by the autocomplete controller.
12 // the autocomplete controller and autocomplete providers work, see
31 // After construction, the autocomplete controller repeatedly calls Start()
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.h 50 // These are the possible layout modes that this controller can be
54 // and the user interacts with it, and this controller hides the
61 // controller.
  /external/chromium/chrome/browser/
external_tab_container_win.cc 149 tab_contents_->controller().set_profile(profile);
167 NavigationController* controller = &tab_contents_->controller(); local
169 Source<NavigationController>(controller));
171 Source<NavigationController>(controller));
173 Source<NavigationController>(controller));
181 Source<NavigationController>(controller),
223 Source<NavigationController>(&tab_contents_->controller()),
759 tab_contents_->controller().last_committed_entry_index()))
876 NavigationEntry* entry = tab_contents_->controller().GetActiveEntry()
    [all...]
  /external/chromium/chrome/browser/net/gaia/
token_service.h 6 // needs it, such as sync. Whenever the user logs in, a controller watching
9 // updated with new credentials. The controller should then start fetching
13 // A token service controller like the ChromiumOS login is expected to:
  /external/chromium/chrome/browser/prefs/
pref_value_store.cc 131 PrefStoreType controller = ControllingPrefStoreForPref(path); local
132 if (controller == INVALID_STORE || controller >= new_store)
  /external/chromium/chrome/browser/tabs/
tab_finder.cc 115 NavigationController* controller = local
117 TrackTab(controller->tab_contents());
216 NavigationEntry* committed_entry = tab->controller().GetLastCommittedEntry();
  /external/chromium/chrome/browser/ui/cocoa/
base_bubble_controller.mm 29 explicit Bridge(BaseBubbleController* controller) : controller_(controller) {
164 // The controller is the delegate of the window so it receives did resign key
  /external/chromium/chrome/browser/ui/cocoa/download/
download_started_animation_mac.mm 180 DownloadStartedAnimationMac* controller =
183 if (!controller)
187 [controller->animation_ startAnimation];
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.h 39 explicit BaseTab(TabController* controller);
105 TabController* controller() const { return controller_; } function in class:BaseTab
170 // The controller.
  /external/protobuf/java/src/main/java/com/google/protobuf/
Service.java 64 * <li>{@code controller} is of the correct type for the RPC implementation
81 * querying {@code controller}.
85 RpcController controller,
  /external/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.cpp 56 void GeolocationClientMock::setController(GeolocationController *controller)
58 ASSERT(controller && !m_controller);
59 m_controller = controller;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginController.h 44 // Tells the controller that the plug-in wants the given rect to be repainted. The rect is in the plug-in's coordinate system.
83 // Tells the controller that the plug-in process has crashed.
92 // Tells the controller that complex text input be enabled or disabled for the plug-in.
  /packages/apps/Browser/src/com/android/browser/
XLargeUi.java 57 * @param controller
59 public XLargeUi(Activity browser, UiController controller) {
60 super(browser, controller);
  /packages/apps/Email/src/com/android/email/activity/
ActivityHelper.java 27 import com.android.email.Controller;
96 Controller.getInstance(context).deleteMessage(messageId);
103 Controller.getInstance(context).moveMessages(messageIds, newMailboxId);
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageViewTests.java 74 // // configure a mock controller
100 // * Tests that various UI calls can be made safely even before the messaging controller
147 // * Mock Messaging controller, so we can drive its callbacks. This probably should be
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fdreg.h 4 * This file contains some defines for the floppy disk controller.
17 /* Fd controller regs. S&C, about page 340 */
124 * SCSI/EIDE/Floppy controller) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fdreg.h 4 * This file contains some defines for the floppy disk controller.
17 /* Fd controller regs. S&C, about page 340 */
124 * SCSI/EIDE/Floppy controller) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fdreg.h 4 * This file contains some defines for the floppy disk controller.
17 /* Fd controller regs. S&C, about page 340 */
124 * SCSI/EIDE/Floppy controller) */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
ActivityLaunchAction.java 40 * @param controller the {@link ILaunchController} that performs launch
42 public ActivityLaunchAction(String activity, ILaunchController controller) {
44 mLaunchController = controller;
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 1315 CandidateWindowController::Impl* controller = local
1324 CandidateWindowController::Impl* controller = local
1336 CandidateWindowController::Impl* controller = local
1361 CandidateWindowController::Impl* controller = local
1376 CandidateWindowController::Impl* controller = local
1400 CandidateWindowController::Impl* controller = local
    [all...]
  /external/chromium/chrome/browser/instant/
instant_loader.cc 74 unique_id_(tab_contents_->controller().pending_entry()->unique_id()) {
119 tab_contents_->controller().GetActiveEntry();
275 Source<NavigationController>(&loader->preview_contents()->controller()));
313 NavigationEntry* active_entry = tab->controller().GetActiveEntry();
412 source->controller().entry_count()) {
565 if (!source->controller().GetActiveEntry() ||
566 page_id != source->controller().GetActiveEntry()->page_id())
579 if (!source->controller().GetActiveEntry() ||
580 page_id != source->controller().GetActiveEntry()->page_id())
712 preview_contents_->controller().LoadURL
    [all...]

Completed in 378 milliseconds

<<11121314151617181920>>