Searched refs:type (Results 901 - 925 of 19236) sorted by relevance

<<31323334353637383940>>

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_data_model.cc19 const AutofillType& type,
22 return GetInfo(type, app_locale);
18 GetInfoForVariant( const AutofillType& type, size_t variant, const std::string& app_locale) const argument
H A Dcontact_info.h31 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE;
32 virtual void SetRawInfo(ServerFieldType type,
34 virtual base::string16 GetInfo(const AutofillType& type,
36 virtual bool SetInfo(const AutofillType& type,
71 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE;
72 virtual void SetRawInfo(ServerFieldType type,
92 virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE;
93 virtual void SetRawInfo(ServerFieldType type,
/external/chromium_org/components/sync_driver/
H A Dmodel_associator_mock.h15 ACTION_P(SetSyncError, type) {
16 arg0->Reset(FROM_HERE, "test", type);
/external/chromium_org/components/webdata/common/
H A Dweb_data_results.h47 // Return the result type.
56 explicit WDTypedResult(WDResultType type) argument
57 : type_(type) {
68 WDResult(WDResultType type, const T& v) argument
69 : WDTypedResult(type), value_(v) {
89 WDResultType type,
92 : WDTypedResult(type),
121 explicit WDObjectResult(WDResultType type) argument
122 : WDTypedResult(type) {
88 WDDestroyableResult( WDResultType type, const T& v, const DestroyCallback& callback) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_blob_info.cc18 const base::string16& type,
22 type_(type),
27 IndexedDBBlobInfo::IndexedDBBlobInfo(const base::string16& type, argument
30 : is_file_(false), type_(type), size_(size), key_(key) {
36 const base::string16& type)
39 type_(type),
47 const base::string16& type,
49 : is_file_(true), type_(type), size_(-1), file_name_(file_name), key_(key) {
17 IndexedDBBlobInfo(const std::string& uuid, const base::string16& type, int64 size) argument
33 IndexedDBBlobInfo(const std::string& uuid, const base::FilePath& file_path, const base::string16& file_name, const base::string16& type) argument
46 IndexedDBBlobInfo(int64 key, const base::string16& type, const base::string16& file_name) argument
/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/renderer/resources/
H A Dextension.css111 input[type='button'],
112 input[type='submit']):not(.custom-appearance):not(.link-button),
114 input[type='checkbox'],
115 input[type='radio'] {
131 input[type='button'],
132 input[type='submit']):not(.custom-appearance):not(.link-button),
145 input[type='button'],
146 input[type='submit']):not(.custom-appearance):not(.link-button) {
166 input[type='checkbox'] {
174 input[type
[all...]
/external/chromium_org/media/filters/
H A Dstream_parser_factory.h21 // Checks to see if the specified |type| and |codecs| list are supported.
22 // Returns true if |type| and all codecs listed in |codecs| are supported.
24 const std::string& type, const std::vector<std::string>& codecs);
26 // Creates a new StreamParser object if the specified |type| and |codecs| list
28 // wrong with |type| or the codec IDs in |codecs|.
29 // Returns a new StreamParser object if |type| and all codecs listed in
36 const std::string& type, const std::vector<std::string>& codecs,
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DMessageHeaderTest.java25 final int type = 6;
29 ServiceMessage message = p.serializeWithHeader(null, new MessageHeader(type));
32 assertTrue(header.validateHeader(type, 0));
33 assertEquals(type, header.getType());
49 final int type = 6;
55 new MessageHeader(type, MessageHeader.MESSAGE_EXPECTS_RESPONSE_FLAG, 0));
59 assertTrue(header.validateHeader(type, MessageHeader.MESSAGE_EXPECTS_RESPONSE_FLAG));
60 assertEquals(type, header.getType());
/external/chromium_org/net/socket/
H A Dsocket_descriptor.h39 virtual SocketDescriptor CreateSocket(int family, int type, int protocol) = 0;
44 int type,
/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
H A Dppb_mouse_cursor_thunk.cc19 enum PP_MouseCursor_Type type,
26 return enter.functions()->SetCursor(instance, type, image, hot_spot);
18 SetCursor(PP_Instance instance, enum PP_MouseCursor_Type type, PP_Resource image, const struct PP_Point* hot_spot) argument
/external/chromium_org/sandbox/win/src/
H A Dsid.cc15 Sid::Sid(WELL_KNOWN_SID_TYPE type) { argument
17 BOOL result = ::CreateWellKnownSid(type, NULL, sid_, &size_sid);
/external/chromium_org/storage/browser/fileapi/
H A Disolated_file_system_backend.h22 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
27 virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE;
28 virtual WatcherManager* GetWatcherManager(FileSystemType type) OVERRIDE;
30 FileSystemType type,
38 storage::FileSystemType type) const OVERRIDE;
51 FileSystemType type) const OVERRIDE;
53 FileSystemType type) const OVERRIDE;
55 FileSystemType type) const OVERRIDE;
H A Dsandbox_file_system_backend.h35 virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
40 virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE;
41 virtual WatcherManager* GetWatcherManager(FileSystemType type) OVERRIDE;
43 FileSystemType type,
51 storage::FileSystemType type) const OVERRIDE;
64 FileSystemType type) const OVERRIDE;
66 FileSystemType type) const OVERRIDE;
68 FileSystemType type) const OVERRIDE;
/external/chromium_org/storage/browser/fileapi/quota/
H A Dquota_backend_impl.h48 FileSystemType type,
53 FileSystemType type,
57 FileSystemType type,
61 FileSystemType type) OVERRIDE;
64 FileSystemType type) OVERRIDE;
70 QuotaReservationInfo(const GURL& origin, FileSystemType type, int64 delta);
74 FileSystemType type; member in struct:storage::QuotaBackendImpl::QuotaReservationInfo
88 FileSystemType type,
/external/chromium_org/sync/api/
H A Dsync_change_processor_wrapper_for_test.cc24 syncer::ModelType type) const {
25 return wrapped_->GetAllSyncData(type);
/external/chromium_org/sync/internal_api/public/
H A Dsync_context.h33 // a proxy for the specified non-blocking sync type that lives on the data
34 // type's thread.
36 syncer::ModelType type,
42 // Disconnects the syncer from the model and stops syncing the type.
48 // This is the sync thread's chance to clear state associated with the type.
49 // It also causes the syncer to stop requesting updates for this type, and to
51 virtual void DisconnectSyncWorker(ModelType type) = 0;
H A Dsync_context_proxy.h25 // Attempts to connect a non-blocking type to the sync context.
27 // Must be called from the thread where the data type lives.
29 syncer::ModelType type,
34 // Tells the syncer that we're no longer interested in syncing this type.
37 // receive commit requests for this type. It should also stop requesting
38 // and applying updates for this type, too.
39 virtual void Disconnect(syncer::ModelType type) = 0;
/external/chromium_org/sync/internal_api/public/test/
H A Dnull_sync_context_proxy.h25 syncer::ModelType type,
29 virtual void Disconnect(syncer::ModelType type) OVERRIDE;
/external/chromium_org/sync/internal_api/
H A Dsync_manager_factory.cc13 SyncManagerFactory::SyncManagerFactory(SyncManagerFactory::MANAGER_TYPE type) argument
14 : type_(type) {
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataTransferItem.idl36 readonly attribute DOMString type;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DthemeChromiumLinux.css40 input[type=range i] {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DViewportDescription.h48 } type; member in struct:blink::ViewportDescription
63 ViewportDescription(Type type = UserAgentStyleSheet)
64 : type(type)
102 // thus we are not taking type into account.
124 bool isLegacyViewportType() const { return type >= HandheldFriendlyMeta && type <= ViewportMeta; }
125 bool isMetaViewportType() const { return type == ViewportMeta; }
126 bool isSpecifiedByAuthor() const { return type != UserAgentStyleSheet; }
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DResourceProgressEvent.cpp36 ResourceProgressEvent::ResourceProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url) argument
37 : ProgressEvent(type, lengthComputable, loaded, total)

Completed in 630 milliseconds

<<31323334353637383940>>