/external/chromium/chrome/browser/ui/cocoa/ |
speech_input_window_controller.h | 30 - (id)initWithParentWindow:(NSWindow*)parentWindow 35 - (IBAction)cancel:(id)sender; 38 - (IBAction)tryAgain:(id)sender; 41 - (IBAction)micSettings:(id)sender;
|
/external/chromium/net/spdy/ |
spdy_settings_storage.cc | 35 spdy::SettingsFlagsAndId id = it->first; local 36 if (id.flags() & spdy::SETTINGS_FLAG_PLEASE_PERSIST) { 37 id.set_flags(spdy::SETTINGS_FLAG_PERSISTED); 38 persistent_settings.push_back(std::make_pair(id, it->second));
|
/external/chromium/testing/gtest/test/ |
gtest_stress_test.cc | 65 String IdToKey(int id, const char* suffix) { 67 key << "key_" << id << "_" << suffix; 71 String IdToString(int id) { 73 id_message << id; local 79 int id, const char* suffix) { 80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); 84 << "expecting " << suffix << " value for id " << id; local 85 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 90 void ManyAsserts(int id) { [all...] |
/external/chromium/testing/ |
gtest_mac.h | 22 id<NSObject> expected, 23 id<NSObject> actual); 29 id<NSObject> expected, 30 id<NSObject> actual);
|
/external/chromium_org/base/threading/ |
thread_id_name_manager.h | 26 // Register the mapping between a thread |id| and |handle|. 27 void RegisterThread(PlatformThreadHandle::Handle handle, PlatformThreadId id); 29 // Set the name for the given id. 30 void SetName(PlatformThreadId id, const char* name); 32 // Get the name for the given id. 33 const char* GetName(PlatformThreadId id); 35 // Remove the name for the given id. 36 void RemoveName(PlatformThreadHandle::Handle handle, PlatformThreadId id);
|
/external/chromium_org/cc/output/ |
software_frame_data.h | 19 unsigned id; member in class:cc::SoftwareFrameData
|
/external/chromium_org/cc/resources/ |
scoped_resource.cc | 21 DCHECK(!id()); 31 return id() != 0; 35 if (id()) { 39 resource_provider_->DeleteResource(id());
|
/external/chromium_org/chrome/browser/component_updater/ |
crx_update_item.h | 67 std::string id; member in struct:CrxUpdateItem 104 explicit FindById(const std::string& id) : id_(id) {} 107 return (item->id == id_);
|
/external/chromium_org/chrome/browser/extensions/ |
app_icon_loader_impl.h | 29 virtual void FetchImage(const std::string& id) OVERRIDE; 30 virtual void ClearImage(const std::string& id) OVERRIDE; 31 virtual void UpdateImage(const std::string& id) OVERRIDE; 40 // Builds image for given |id| and |icon|. 41 void BuildImage(const std::string& id, const gfx::ImageSkia& icon); 48 // Maps from IconImage pointer to the extension id.
|
external_provider_interface.h | 27 // caller what extensions are registered, and which |id|, |version| and |path| 30 // ensure that |id| is a valid extension id (use Extension::IdIsValid(id)). 37 const std::string& id, 48 const std::string& id, 74 // Test if this provider has an extension with id |id| registered. 75 virtual bool HasExtension(const std::string& id) const = 0; 77 // Gets details of an extension by its id. Output params will be set onl [all...] |
/external/chromium_org/chrome/browser/geolocation/ |
chrome_geolocation_permission_context.h | 54 void NotifyPermissionSet(const PermissionRequestID& id, 64 virtual void DecidePermission(const PermissionRequestID& id, 73 virtual void PermissionDecided(const PermissionRequestID& id, 85 void CancelPendingInfoBarRequest(const PermissionRequestID& id);
|
/external/chromium_org/chrome/browser/notifications/ |
notification_delegate.h | 22 // Returns unique id of the notification. 23 virtual std::string id() const = 0; 25 // Returns the id of renderer process which creates the notification, or -1.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_button_cell.h | 18 + (id)buttonCellForNode:(const BookmarkNode*)node
|
bookmark_bar_folder_view.h | 18 // mentation comment for - (id<BookmarkButtonControllerProtocol>)controller. 19 id<BookmarkButtonControllerProtocol> controller_;
|
bookmark_name_folder_controller.h | 45 - (id)initWithParentWindow:(NSWindow*)window 48 - (id)initWithParentWindow:(NSWindow*)window 53 - (IBAction)cancel:(id)sender; 54 - (IBAction)ok:(id)sender;
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
zoom_bubble_controller.h | 44 - (id)initWithParentWindow:(NSWindow*)parentWindow 59 - (void)resetToDefault:(id)sender; 62 - (void)zoomIn:(id)sender; 65 - (void)zoomOut:(id)sender;
|
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
constrained_window_custom_window.h | 25 - (id)initWithContentRect:(NSRect)contentRect;
|
constrained_window_sheet_info.h | 19 base::scoped_nsprotocol<id<ConstrainedWindowSheet>> sheet_; 25 @property(nonatomic, readonly) id<ConstrainedWindowSheet> sheet; 32 - (id)initWithSheet:(id<ConstrainedWindowSheet>)sheet
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
external_protocol_dialog.h | 17 - (id)initWithGURL:(const GURL*)url;
|
nine_part_button_cell.h | 27 - (id)initWithResourceIds:(const int[9])ids;
|
speech_recognition_window_controller.h | 29 - (id)initWithParentWindow:(NSWindow*)parentWindow 34 - (IBAction)cancel:(id)sender; 37 - (IBAction)tryAgain:(id)sender; 40 - (IBAction)micSettings:(id)sender;
|
/external/chromium_org/chrome/browser/ui/cocoa/notifications/ |
balloon_controller.h | 60 - (id)initWithBalloon:(Balloon*)balloon; 63 - (IBAction)closeButtonPressed:(id)sender; 66 - (IBAction)optionsButtonPressed:(id)sender; 69 - (IBAction)permissionRevoked:(id)sender;
|
/external/chromium_org/chrome/renderer/extensions/ |
page_actions_custom_bindings.cc | 36 std::string id = ActionInfo::GetPageActionInfo(extension)->id; local 38 v8::String::New(id.c_str(), id.size()));
|
/external/chromium_org/cloud_print/common/win/ |
cloud_print_utils.h | 22 string16 LoadLocalString(DWORD id);
|
/external/chromium_org/content/public/browser/ |
session_storage_namespace.h | 20 // Returns the ID of the |SessionStorageNamespace|. The ID is unique among all 22 virtual int64 id() const = 0; 24 // Returns the persistent ID for the |SessionStorageNamespace|. The ID is
|