Searched refs:core (Results 1 - 25 of 760) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/dom/
H A DCDATASection.idl20 module core {
H A DComment.idl20 module core {
H A DEntityReference.idl20 module core {
H A DDOMStringMap.idl26 module core {
H A DStringCallback.idl31 module core {
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_window_features.cpp35 WebCore::WindowFeatures* core; member in struct:_Ewk_Window_Features
53 delete window_features->core;
54 window_features->core = 0;
88 EINA_SAFETY_ON_NULL_RETURN(window_features->core);
91 *toolbar_visible = window_features->core->toolBarVisible;
94 *statusbar_visible = window_features->core->statusBarVisible;
97 *scrollbars_visible = window_features->core->scrollbarsVisible;
100 *menubar_visible = window_features->core->menuBarVisible;
103 *locationbar_visible = window_features->core->locationBarVisible;
106 *fullscreen = window_features->core
155 ewk_window_features_new_from_core(const WebCore::WindowFeatures* core) argument
[all...]
H A Dewk_history.cpp37 WebCore::BackForwardListImpl *core; member in struct:_Ewk_History
45 if (!(history)->core) { \
46 CRITICAL("history->core is NULL."); \
49 if (!(history)->core->enabled()) { \
50 ERR("history->core is disabled!."); \
53 WebCore::BackForwardListImpl *core_ = (history)->core
57 WebCore::HistoryItem *core; member in struct:_Ewk_History_Item
70 if (!(item)->core) { \
71 CRITICAL("item->core is NULL."); \
74 WebCore::HistoryItem *core_ = (item)->core
77 _ewk_history_item_new(WebCore::HistoryItem *core) argument
422 WTF::RefPtr<WebCore::HistoryItem> core = WebCore::HistoryItem::create(u, t, 0); local
427 _ewk_history_item_free(Ewk_History_Item* item, WebCore::HistoryItem* core) argument
676 ewk_history_new(WebCore::BackForwardListImpl* core) argument
[all...]
/external/nist-sip/java/gov/nist/core/
H A DMatch.java26 package gov.nist.core;
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebbackforwardlistprivate.h30 WebCore::BackForwardListImpl* core(WebKitWebBackForwardList*);
/external/webkit/Tools/CygwinDownloader/
H A Dsetup.py1 from distutils.core import setup
/external/zxing/core/
H A DAndroid.mk3 LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := zxing-core-1.7:core.jar
/external/webkit/Source/WebCore/html/
H A DDOMSettableTokenList.idl25 module core {
/external/webkit/Source/WebCore/page/
H A DSpeechInputEvent.idl26 module core {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DIFlyoutListener.java11 package org.eclipse.wb.core.controls.flyout;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
H A DRunnableEx.java11 package org.eclipse.wb.internal.core.utils.execution;
17 * @coverage core.util
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/complex/
H A DIComplexPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor.complex;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
20 * @coverage core.model.property.editor
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DIPropertyExceptionHandler.java11 package org.eclipse.wb.internal.core.model.property.table;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
21 * @coverage core.model.property.table
/external/qemu/audio/
H A Dcoreaudio.c175 coreaudio_voice_isPlaying (coreaudioVoice *core) argument
179 UInt32 propertySize = sizeof(core->deviceID);
181 core->deviceID, 0, core->isInput,
195 static int coreaudio_voice_lock (coreaudioVoice *core, const char *fn_name) argument
199 err = pthread_mutex_lock (&core->mutex);
209 coreaudio_voice_unlock (coreaudioVoice *core, const char *fn_name) argument
213 err = pthread_mutex_unlock (&core->mutex);
223 coreaudio_voice_ctl (coreaudioVoice* core, int cmd) argument
230 D("%s: %s started\n", __FUNCTION__, core
256 coreaudio_voice_fini(coreaudioVoice* core) argument
282 coreaudio_voice_init(coreaudioVoice* core, struct audsettings* as, int frameSize, AudioDeviceIOProc ioproc, void* hw, int input) argument
459 coreaudioVoice core[1]; member in struct:coreaudioVoiceOut
468 coreaudioVoice *core = CORE_OUT(hw); local
504 coreaudioVoice *core = CORE_OUT(hw); local
564 coreaudioVoice* core = CORE_OUT(hw); local
579 coreaudioVoice *core = CORE_OUT(hw); local
587 coreaudioVoice *core = CORE_OUT(hw); local
604 coreaudioVoice core[1]; member in struct:coreaudioVoiceIn
614 coreaudioVoice *core = CORE_IN(hw); local
642 coreaudioVoice *core = CORE_IN(hw); local
710 coreaudioVoice* core = CORE_IN(hw); local
728 coreaudioVoice* core = CORE_IN(hw); local
736 coreaudioVoice* core = CORE_IN(hw); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jar ... .html plugin.properties org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/expressions/ org/eclipse/core/expressions/ElementHandler.
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jar ... .html plugin.properties org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/databinding/ org/eclipse/core/databinding/AggregateValidationStatus. ...
/external/webkit/Source/WebCore/platform/network/mac/
H A DAuthenticationMac.h46 AuthenticationChallenge core(NSURLAuthenticationChallenge *);
47 ProtectionSpace core(NSURLProtectionSpace *);
48 Credential core(NSURLCredential *);
/external/dnsmasq/contrib/wrt/
H A DMakefile6 rm -f *~ *.o core dhcp_release dhcp_lease_time
/external/e2fsprogs/contrib/python-uuid/
H A Dsetup.py2 from distutils.core import setup, Extension
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DIValueSourcePropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
18 * @coverage core.model.property.editor
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
15 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
22 * @coverage core.model.property.editor

Completed in 1312 milliseconds

1234567891011>>