OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:controller
(Results
126 - 150
of
1585
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebKit/mac/WebView/
WebDeviceOrientationProviderMock.mm
48
- (void)setController:(DeviceOrientationController*)
controller
50
m_core->setController(
controller
);
72
- (void)setController:(WebCore::DeviceOrientationController*)
controller
74
[m_internal setController:
controller
];
/packages/apps/Browser/src/com/android/browser/
NetworkStateHandler.java
37
Controller
mController;
44
public NetworkStateHandler(Activity activity,
Controller
controller
) {
46
mController =
controller
;
/packages/apps/Email/src/com/android/email/activity/
NfcHandler.java
45
public static NfcHandler register(UIControllerBase
controller
, Activity activity) {
50
NfcHandler nfcHandler = new NfcHandler(
controller
, activity);
55
public NfcHandler(UIControllerBase
controller
, Activity activity) {
56
mUiController =
controller
;
/packages/apps/Email/tests/src/com/android/email/activity/
MailboxFinderTest.java
24
import com.android.email.
Controller
;
67
Controller
.injectMockControllerForTest(mMockController);
81
Controller
.injectMockControllerForTest(null);
85
* Make sure no {@link MailboxFinder.Callback} is left registered to the
controller
.
87
private static void checkControllerResultRemoved(
Controller
controller
) {
88
for (
Controller
.Result callback :
controller
.getResultCallbacksForTest()) {
137
* {@link
Controller
#updateMailboxList} is called.
218
//
Controller
.updateMailboxList() should have been called, with the account id
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
BasicEditor.java
22
import com.android.gallery3d.filtershow.
controller
.Control;
23
import com.android.gallery3d.filtershow.
controller
.FilterView;
24
import com.android.gallery3d.filtershow.
controller
.Parameter;
25
import com.android.gallery3d.filtershow.
controller
.ParameterInteger;
ParametricEditor.java
31
import com.android.gallery3d.filtershow.
controller
.ActionSlider;
32
import com.android.gallery3d.filtershow.
controller
.BasicSlider;
33
import com.android.gallery3d.filtershow.
controller
.Control;
34
import com.android.gallery3d.filtershow.
controller
.Parameter;
35
import com.android.gallery3d.filtershow.
controller
.ParameterActionAndInt;
36
import com.android.gallery3d.filtershow.
controller
.ParameterInteger;
37
import com.android.gallery3d.filtershow.
controller
.ParameterStyles;
38
import com.android.gallery3d.filtershow.
controller
.StyleChooser;
39
import com.android.gallery3d.filtershow.
controller
.TitledSlider;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.cpp
565
return QCoreApplication::translate("QWebPage", "Loading...", "Media
controller
status message when the media is loading");
570
return QCoreApplication::translate("QWebPage", "Live Broadcast", "Media
controller
status message when watching a live broadcast");
578
return QCoreApplication::translate("QWebPage", "Audio Element", "Media
controller
element");
580
return QCoreApplication::translate("QWebPage", "Video Element", "Media
controller
element");
582
return QCoreApplication::translate("QWebPage", "Mute Button", "Media
controller
element");
584
return QCoreApplication::translate("QWebPage", "Unmute Button", "Media
controller
element");
586
return QCoreApplication::translate("QWebPage", "Play Button", "Media
controller
element");
588
return QCoreApplication::translate("QWebPage", "Pause Button", "Media
controller
element");
590
return QCoreApplication::translate("QWebPage", "Slider", "Media
controller
element");
592
return QCoreApplication::translate("QWebPage", "Slider Thumb", "Media
controller
element")
[
all
...]
DeviceMotionClientQt.cpp
45
void DeviceMotionClientQt::setController(DeviceMotionController*
controller
)
47
m_controller =
controller
;
/external/chromium/chrome/browser/download/
download_request_limiter.cc
21
NavigationController*
controller
,
24
controller_(
controller
),
28
Source<NavigationController> notification_source(
controller
);
34
originating_controller->GetActiveEntry() :
controller
->GetActiveEntry();
187
TabDownloadState* state = GetDownloadState(&tab->
controller
(), NULL, false);
206
TabDownloadState* state = GetDownloadState(&tab->
controller
(), NULL, false);
219
GetDownloadState(NavigationController*
controller
,
222
DCHECK(
controller
);
223
StateMap::iterator i = state_map_.find(
controller
);
231
new TabDownloadState(this,
controller
, originating_controller)
[
all
...]
/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.
289
* The media router obtains a route
controller
for a route whenever it needs
291
* the {@link #onSelect} method of its route
controller
. While selected,
292
* the media router may call other methods of the route
controller
to
295
* route
controller
. When the media route no longer needs the route
controller
296
* it will invoke the {@link #onRelease} method to allow the route
controller
[
all
...]
/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-trace/trace-viewer/src/
find_control.js
38
this.
controller
.findPrevious();
46
this.
controller
.findNext();
55
this.
controller
.filterText = this.filterEl_.value;
86
get
controller
() {
90
set
controller
(c) {
102
if (!this.
controller
|| document.activeElement != this.filterEl_) {
106
var i = this.
controller
.currentHitIndex;
107
var n = this.
controller
.filterHits.length;
/external/clang/tools/scan-view/
startfile.py
27
class
Controller
(BaseController):
28
'''
Controller
for a generic open program.'''
31
super(
Controller
, self).__init__(os.path.basename(args[0]))
85
'''
Controller
for the win32 start progam through os.startfile.'''
103
_controllers['open']=
Controller
('open')
115
class KfmClient(
Controller
):
116
'''
Controller
for the KDE kfmclient program.'''
173
_controllers[command] =
Controller
(command)
/external/kernel-headers/original/asm-mips/
floppy.h
34
#define N_FDC 1 /* do you *really* want a second
controller
? */
38
* The DMA channel used by the floppy
controller
cannot access data at
/external/protobuf/python/google/protobuf/internal/
service_reflection_test.py
47
def CallMethod(self, method,
controller
, request, response, callback):
49
self.
controller
=
controller
104
def CallMethod(self, method,
controller
, request,
107
self.
controller
=
controller
118
rpc_controller = '
controller
'
131
self.assertEqual(rpc_controller, channel.
controller
)
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbelo.h
34
Convert the raw coordinates from the ELO
controller
40
Initialize the ELO serial touchscreen
controller
/external/webkit/Source/WebCore/manual-tests/
plugin-visible-rect-change.html
3
The orange video should completely fill the box, with the
controller
visible and touching the bottom of the box. There should be
14
<param name="
controller
" value="true">
/external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainerCheck.mm
51
- (id)initWithRequest:(NSURLRequest *)request target:(NSString *)target resultObject:(id)obj selector:(SEL)selector
controller
:(id <WebPluginContainerCheckController>)
controller
contextInfo:(id)contextInfo /*optional*/
62
//
controller
owns us so don't retain, to avoid cycle
63
_controller =
controller
;
68
+ (id)checkWithRequest:(NSURLRequest *)request target:(NSString *)target resultObject:(id)obj selector:(SEL)selector
controller
:(id <WebPluginContainerCheckController>)
controller
contextInfo:(id)contextInfo /*optional*/
70
return [[[self alloc] initWithRequest:request target:target resultObject:obj selector:selector
controller
:
controller
contextInfo:contextInfo] autorelease];
Completed in 266 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>