OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basebubblecontroller
(Results
1 - 25
of
50
) sorted by null
1
2
/external/chromium_org/chrome/browser/ui/cocoa/browser/
avatar_button_controller.h
14
@class
BaseBubbleController
;
33
__weak
BaseBubbleController
* menuController_;
61
- (
BaseBubbleController
*)menuController;
password_generation_bubble_controller.h
38
BaseBubbleController
<NSTextFieldDelegate> {
profile_chooser_controller.h
18
@interface ProfileChooserController :
BaseBubbleController
{
zoom_bubble_controller.h
33
@interface ZoomBubbleController :
BaseBubbleController
{
avatar_button_controller_unittest.mm
76
BaseBubbleController
* menu = [controller() menuController];
avatar_menu_bubble_controller.h
20
@interface AvatarMenuBubbleController :
BaseBubbleController
{
/external/chromium/chrome/browser/ui/cocoa/
first_run_bubble_controller.h
12
@interface FirstRunBubbleController :
BaseBubbleController
{
base_bubble_controller.mm
19
@interface
BaseBubbleController
(Private)
29
explicit Bridge(
BaseBubbleController
* controller) : controller_(controller) {
42
BaseBubbleController
* controller_; // Weak, owns this.
48
@implementation
BaseBubbleController
200
@end //
BaseBubbleController
base_bubble_controller.h
24
// 2. Create a subclass of
BaseBubbleController
.
27
@interface
BaseBubbleController
: NSWindowController<NSWindowDelegate> {
page_info_bubble_controller.h
14
@interface PageInfoBubbleController :
BaseBubbleController
{
speech_input_window_controller.h
16
@interface SpeechInputWindowController :
BaseBubbleController
{
/external/chromium_org/chrome/browser/ui/cocoa/
first_run_bubble_controller.h
13
@interface FirstRunBubbleController :
BaseBubbleController
{
global_error_bubble_controller.h
26
@interface GlobalErrorBubbleController :
BaseBubbleController
{
validation_message_bubble_controller.h
12
@interface ValidationMessageBubbleController :
BaseBubbleController
base_bubble_controller.h
20
// 2. Create a subclass of
BaseBubbleController
.
23
@interface
BaseBubbleController
: NSWindowController<NSWindowDelegate> {
88
@interface
BaseBubbleController
(Protected)
base_bubble_controller_unittest.mm
32
controller_ = [[
BaseBubbleController
alloc]
48
BaseBubbleController
* controller_;
137
base::scoped_nsobject<
BaseBubbleController
> keep_alive([controller_ retain]);
183
base::scoped_nsobject<
BaseBubbleController
> keep_alive([controller_ retain]);
one_click_signin_bubble_controller.h
19
@interface OneClickSigninBubbleController :
BaseBubbleController
{
one_click_signin_bubble_controller.mm
58
// -[
BaseBubbleController
windowWillClose:].
speech_recognition_window_controller.h
15
@interface SpeechRecognitionWindowController :
BaseBubbleController
{
base_bubble_controller.mm
18
@interface
BaseBubbleController
(Private)
26
@implementation
BaseBubbleController
305
@end //
BaseBubbleController
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_bubble_controller.h
14
@interface AutofillBubbleController :
BaseBubbleController
{
/external/chromium/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.h
24
@interface ContentSettingBubbleController :
BaseBubbleController
{
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller.h
21
@interface BookmarkBubbleController :
BaseBubbleController
{
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.h
39
@interface ContentSettingBubbleController :
BaseBubbleController
{
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.h
35
@interface ExtensionPopupController :
BaseBubbleController
{
Completed in 394 milliseconds
1
2