Searched refs:type (Results 751 - 775 of 19236) sorted by relevance

<<31323334353637383940>>

/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_start_util.cc19 syncer::ModelType type) {
38 service->OnDataTypeRequestsSyncStartup(type);
42 syncer::ModelType type) {
45 base::Bind(&StartSyncOnUIThread, profile, type));
18 StartSyncOnUIThread(const base::FilePath& profile, syncer::ModelType type) argument
41 StartSyncProxy(const base::FilePath& profile, syncer::ModelType type) argument
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_operation_type.h23 const char* SyncOperationTypeToString(SyncOperationType type);
/external/chromium_org/chrome/browser/ui/android/
H A Dsimple_message_box_android.cc14 MessageBoxType type) {
11 ShowMessageBox(gfx::NativeWindow parent, const base::string16& title, const base::string16& message, MessageBoxType type) argument
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_proxy.cc105 void QuotaInternalsProxy::DidGetGlobalQuota(storage::StorageType type, argument
109 GlobalStorageInfo info(type);
115 void QuotaInternalsProxy::DidGetGlobalUsage(storage::StorageType type, argument
118 GlobalStorageInfo info(type);
123 RequestPerOriginInfo(type);
132 PerHostStorageInfo info(itr->host, itr->type);
147 PerOriginStorageInfo info(itr->origin, itr->type);
159 storage::StorageType type,
161 DCHECK(type == storage::kStorageTypeTemporary ||
162 type
158 DidGetHostUsage(const std::string& host, storage::StorageType type, int64 usage) argument
180 RequestPerOriginInfo(storage::StorageType type) argument
209 VisitHost(const std::string& host, storage::StorageType type) argument
219 GetHostUsage(const std::string& host, storage::StorageType type) argument
[all...]
/external/chromium_org/chromeos/dbus/
H A Daudio_node.cc23 std::string type,
30 type(type),
48 "type = %s ",
49 type.c_str());
20 AudioNode(bool is_input, uint64 id, std::string device_name, std::string type, std::string name, bool active, uint64 plugged_time) argument
/external/chromium_org/components/autofill/core/browser/
H A Dform_group.h17 // This class is an interface for collections of form fields, grouped by type.
22 // Used to determine the type of a field based on the text that a user enters
35 // Returns the string associated with |type|, without canonicalizing the
37 virtual base::string16 GetRawInfo(ServerFieldType type) const = 0;
39 // Sets this FormGroup object's data for |type| to |value|, without
42 virtual void SetRawInfo(ServerFieldType type,
46 // type of that field, localized to the given |app_locale| if appropriate.
47 virtual base::string16 GetInfo(const AutofillType& type,
52 virtual bool SetInfo(const AutofillType& type,
58 // non-AutofillProfile type, fo
[all...]
/external/chromium_org/components/sync_driver/
H A Dshared_change_processor_ref.cc24 syncer::ModelType type) const {
25 return change_processor_->GetAllSyncData(type);
29 syncer::ModelType type,
33 type, refresh_status, context);
28 UpdateDataTypeContext( syncer::ModelType type, syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status, const std::string& context) argument
/external/chromium_org/content/browser/android/
H A Dsystem_ui_resource_manager_impl.h31 virtual void PreloadResource(ResourceType type) OVERRIDE;
32 virtual cc::UIResourceId GetUIResourceId(ResourceType type) OVERRIDE;
39 virtual void BuildResource(ResourceType type);
41 Entry* GetEntry(ResourceType type);
/external/chromium_org/content/browser/power_profiler/
H A Dpower_event.h25 Type type; member in struct:content::PowerEvent
/external/chromium_org/content/browser/
H A Dpower_save_blocker_win.cc20 HANDLE CreatePowerRequest(POWER_REQUEST_TYPE type, const std::string& reason) { argument
24 if (type == PowerRequestExecutionRequired &&
52 if (PowerSetRequestFn(handle.Get(), type))
60 void DeletePowerRequest(POWER_REQUEST_TYPE type, HANDLE handle) { argument
65 if (type == PowerRequestExecutionRequired &&
79 BOOL success = PowerClearRequestFn(request_handle.Get(), type);
83 void ApplySimpleBlock(PowerSaveBlocker::PowerSaveBlockerType type, argument
85 g_blocker_count[type] += delta;
86 DCHECK_GE(g_blocker_count[type], 0);
88 if (g_blocker_count[type] >
113 Delegate(PowerSaveBlockerType type, const std::string& reason) argument
160 PowerSaveBlockerImpl(PowerSaveBlockerType type, const std::string& reason) argument
[all...]
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_readback_support.h22 // For a given color type retrieve whether readback is supported and if so
23 // how it should be performed. The |format|, |type| and |bytes_per_pixel| are
33 GLenum* type,
35 // Provides the additional readback format/type pairing for a render target
36 // of a given format/type pairing
37 void GetAdditionalFormat(GLenum format, GLenum type, GLenum *format_out,
42 GLenum type; member in struct:content::GLHelperReadbackSupport::FormatCacheEntry
60 bool SupportsFormat(GLenum format, GLenum type);
/external/chromium_org/content/renderer/
H A Dcursor_utils.cc20 webkit_cursor_info->type = cursor_info.type;
34 web_cursor_info.type = webkit_cursor_info.type;
/external/chromium_org/extensions/browser/
H A Dview_type_utils.h16 // Get/Set the type of a WebContents.
20 void SetViewType(content::WebContents* tab, ViewType type);
/external/chromium_org/ipc/
H A Dstruct_constructor_macros.h17 #define IPC_STRUCT_MEMBER(type, name, ...) , name(__VA_ARGS__)
/external/chromium_org/net/base/
H A Dconnection_type_histograms.h35 // Update the connection type histograms. |type| is the connection type.
36 void UpdateConnectionTypeHistograms(ConnectionType type);
/external/chromium_org/net/ftp/
H A Dftp_server_type_histograms.h15 // a server type we don't recognize, a security attack (when what we're
28 void UpdateFtpServerTypeHistograms(FtpServerType type);
/external/chromium_org/ppapi/cpp/
H A Dmouse_cursor.h20 /// <code>PP_MOUSECURSOR_TYPE_NONE</code> type.
23 /// custom cursors. To set a system-defined cursor, pass the type you want
25 /// To set a custom cursor, set the type to
32 /// @param[in] type A <code>PP_MouseCursor_Type</code> identifying the type
36 /// custom image to set when the type is
46 /// @return true on success, or false if the instance or cursor type
49 PP_MouseCursor_Type type,
/external/chromium_org/ppapi/shared_impl/
H A Dppb_device_ref_shared.h24 return type == other.type && name == other.name && id == other.id;
27 PP_DeviceType_Dev type; member in struct:ppapi::DeviceRefData
36 PPB_DeviceRef_Shared(ResourceObjectType type,
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DClientExtension.java22 public boolean onExtensionMessage(String type, String data); argument
/external/chromium_org/sync/api/
H A Dsync_change_processor.cc14 ModelType type,
13 UpdateDataTypeContext( ModelType type, syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status, const std::string& context) argument
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFaceSetLoadEvent.h54 static PassRefPtrWillBeRawPtr<FontFaceSetLoadEvent> create(const AtomicString& type, const FontFaceSetLoadEventInit& initializer) argument
56 return adoptRefWillBeNoop(new FontFaceSetLoadEvent(type, initializer));
59 static PassRefPtrWillBeRawPtr<FontFaceSetLoadEvent> createForFontFaces(const AtomicString& type, const FontFaceArray& fontfaces = FontFaceArray()) argument
61 return adoptRefWillBeNoop(new FontFaceSetLoadEvent(type, fontfaces));
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementRegistrationContext.h61 void registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState&);
64 static void setIsAttributeAndTypeExtension(Element*, const AtomicString& type);
65 static void setTypeExtension(Element*, const AtomicString& type);
75 void didGiveTypeExtension(Element*, const AtomicString& type);
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DCustomEvent.h47 static PassRefPtrWillBeRawPtr<CustomEvent> create(const AtomicString& type, const CustomEventInit& initializer) argument
49 return adoptRefWillBeNoop(new CustomEvent(type, initializer));
52 void initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue>);
68 CustomEvent(const AtomicString& type, const CustomEventInit& initializer);
H A DEvent.h86 static PassRefPtrWillBeRawPtr<Event> create(const AtomicString& type) argument
88 return adoptRefWillBeNoop(new Event(type, false, false));
90 static PassRefPtrWillBeRawPtr<Event> createCancelable(const AtomicString& type) argument
92 return adoptRefWillBeNoop(new Event(type, false, true));
94 static PassRefPtrWillBeRawPtr<Event> createBubble(const AtomicString& type) argument
96 return adoptRefWillBeNoop(new Event(type, true, false));
98 static PassRefPtrWillBeRawPtr<Event> createCancelableBubble(const AtomicString& type) argument
100 return adoptRefWillBeNoop(new Event(type, true, true));
103 static PassRefPtrWillBeRawPtr<Event> create(const AtomicString& type, const EventInit& initializer) argument
105 return adoptRefWillBeNoop(new Event(type, initialize
112 const AtomicString& type() const { return m_type; } function in class:blink::Event
113 setType(const AtomicString& type) argument
[all...]
H A DTransitionEvent.cpp42 TransitionEvent::TransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement) argument
43 : Event(type, true, true)
50 TransitionEvent::TransitionEvent(const AtomicString& type, const TransitionEventInit& initializer) argument
51 : Event(type, initializer)

Completed in 539 milliseconds

<<31323334353637383940>>