OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_controller
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainerCheck.mm
63
_controller
= controller;
95
[
_controller
_webPluginContainerCancelCheckIfAllowedToLoadRequest:self];
100
Frame* coreFrame = core([
_controller
webFrame]);
121
WebView *webView = [
_controller
webView];
125
targetFrame = [[
_controller
webFrame] findFrameNamed:_target];
127
targetFrame = [
_controller
webFrame];
180
_controller
= nil;
WebPluginContainerCheck.h
47
id <WebPluginContainerCheckController>
_controller
;
variable
/packages/apps/Email/src/com/android/email/
MessagingController.java
148
protected MessagingController(Context _context, Controller
_controller
) {
150
mController =
_controller
;
160
Controller
_controller
) {
162
sInstance = new MessagingController(_context,
_controller
);
[
all
...]
Completed in 809 milliseconds