Searched defs:type (Results 151 - 175 of 7457) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sync/test/integration/
H A Denable_disable_test.cc29 syncer::ModelType type) {
32 return node.InitTypeRoot(type) == syncer::BaseNode::INIT_OK;
36 syncer::ModelType type) {
37 return data_type_status_table.GetUnreadyErrorTypes().Has(type);
28 DoesTopLevelNodeExist(syncer::UserShare* user_share, syncer::ModelType type) argument
35 IsUnready(const sync_driver::DataTypeStatusTable& data_type_status_table, syncer::ModelType type) argument
H A Dsync_extension_installer.cc26 int type,
29 DCHECK_EQ(extensions::NOTIFICATION_EXTENSION_UPDATING_STARTED, type);
25 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_content_setting_bubble_model_delegate.cc33 ContentSettingsType type) {
34 switch (type) {
46 chrome::ShowContentSettings(browser_, type);
52 ContentSettingsType type) {
53 if (type != CONTENT_SETTINGS_TYPE_PLUGINS)
32 ShowContentSettingsPage( ContentSettingsType type) argument
51 ShowLearnMorePage( ContentSettingsType type) argument
H A Dmedia_utils.cc51 content::MediaStreamType type) {
60 web_contents, security_origin, type, extension);
63 ->CheckMediaAccessPermission(web_contents, security_origin, type);
66 ->CheckMediaAccessPermission(web_contents, security_origin, type);
49 CheckMediaAccessPermission(content::WebContents* web_contents, const GURL& security_origin, content::MediaStreamType type) argument
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
H A Dback_forward_menu_controller.h34 @property(readonly, nonatomic) BackForwardMenuType type; variable
37 modelType:(BackForwardMenuType)type
/external/chromium_org/chrome/browser/ui/panels/
H A Dtest_panel_notification_observer.cc33 int type,
32 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_service.cc44 void PinnedTabService::Observe(int type, argument
64 switch (type) {
/external/chromium_org/chrome/browser/ui/views/
H A Dload_complete_listener.cc30 int type,
33 DCHECK_EQ(content::NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME, type);
29 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_linux.cc18 StatusIconType type,
17 CreatePlatformStatusIcon( StatusIconType type, const gfx::ImageSkia& image, const base::string16& tool_tip) argument
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_utils_chromeos.cc40 LOG(WARNING) << "Can't parse connection type #" << i;
49 base::string16 GetConnectionTypeAsUTF16(const std::string& type) { argument
50 if (chromeos::NetworkTypePattern::Ethernet().MatchesType(type))
52 if (type == shill::kTypeWifi)
54 if (type == shill::kTypeWimax)
56 if (type == shill::kTypeBluetooth)
58 if (type == shill::kTypeCellular)
60 if (type == shill::kTypeVPN)
/external/chromium_org/components/storage_monitor/
H A Dstorage_info_unittest.cc27 StorageInfo::Type type; local
29 ASSERT_TRUE(StorageInfo::CrackDeviceId(kMtpDeviceId, &type, &id));
31 EXPECT_EQ(StorageInfo::MTP_OR_PTP, type);
35 StorageInfo::Type type; local
37 ASSERT_TRUE(StorageInfo::CrackDeviceId(kImageCaptureDeviceId, &type, &id));
38 EXPECT_EQ(StorageInfo::MAC_IMAGE_CAPTURE, type);
/external/chromium_org/content/browser/
H A Dnet_info_browsertest.cc39 net::NetworkChangeNotifier::ConnectionType type) {
41 type);
60 // Make sure that type changes in the browser make their way to
61 // navigator.connection.type.
70 // Make sure that type changes in the browser make their way to
38 SetConnectionType( net::NetworkChangeNotifier::ConnectionType type) argument
H A Dpower_save_blocker_ozone.cc26 PowerSaveBlockerImpl::PowerSaveBlockerImpl(PowerSaveBlockerType type, argument
/external/chromium_org/content/browser/power_profiler/
H A Dpower_event.h25 Type type; member in struct:content::PowerEvent
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_key_path.h28 blink::WebIDBKeyPathType type() const { return type_; } function in class:content::IndexedDBKeyPath
/external/chromium_org/content/common/input/
H A Dgesture_event_stream_validator_unittest.cc19 blink::WebGestureEvent Build(WebInputEvent::Type type) { argument
20 return SyntheticWebGestureEventBuilder::Build(type, kDefaultGestureDevice);
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder_factory.cc25 webrtc::VideoCodecType type) {
28 RTCVideoDecoder::Create(type, gpu_factories_);
24 CreateVideoDecoder( webrtc::VideoCodecType type) argument
/external/chromium_org/extensions/browser/api/system_cpu/
H A Dcpu_info_provider_mac.cc20 mach_msg_type_number_t type; local
27 &type) == KERN_SUCCESS) {
/external/chromium_org/extensions/browser/
H A Dview_type_utils.cc20 explicit ViewTypeUserData(ViewType type) : type_(type) {} argument
22 ViewType type() { return type_; } function in class:extensions::__anon8197::ViewTypeUserData
37 return user_data ? user_data->type() : VIEW_TYPE_INVALID;
40 void SetViewType(WebContents* tab, ViewType type) { argument
41 tab->SetUserData(&kViewTypeUserDataKey, new ViewTypeUserData(type));
/external/chromium_org/extensions/common/permissions/
H A Dsocket_permission.h20 CheckParam(content::SocketPermissionRequest::OperationType type, argument
23 : request(type, host, port) {}
/external/chromium_org/extensions/test/
H A Dresult_catcher.cc49 void ResultCatcher::Observe(int type, argument
58 switch (type) {
/external/chromium_org/gpu/gles2_conform_support/native/
H A Degl_native_x11.cc16 GLenum format, GLenum type) {
30 if (type != GL_UNSIGNED_BYTE)
43 type,
15 GTFCreateEGLImage(int width, int height, GLenum format, GLenum type) argument
/external/chromium_org/net/android/javatests/src/org/chromium/net/
H A DAndroidKeyStoreTestUtil.java28 * @param type The key type, accoding to PrivateKeyType.
32 public static AndroidPrivateKey createPrivateKeyFromPKCS8(int type, byte[] encodedKey) { argument
34 switch (type) {
/external/chromium_org/ppapi/cpp/private/
H A Disolated_file_system_private.cc25 PP_IsolatedFileSystemType_Private type)
26 : instance_(instance.pp_instance()), type_(type) {
23 IsolatedFileSystemPrivate( const InstanceHandle& instance, PP_IsolatedFileSystemType_Private type) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_isolated_file_system_private_thunk.cc22 PP_IsolatedFileSystemType_Private type,
31 type,
21 Open(PP_Instance instance, PP_IsolatedFileSystemType_Private type, PP_Resource* file_system, struct PP_CompletionCallback callback) argument

Completed in 454 milliseconds

1234567891011>>