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

1234567891011>>

/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_window_features.cpp34 WebCore::WindowFeatures* core; member in struct:_Ewk_Window_Features
45 delete windowFeatures->core;
46 windowFeatures->core = 0;
59 EINA_SAFETY_ON_NULL_RETURN(windowFeatures->core);
62 *toolbarVisible = windowFeatures->core->toolBarVisible;
65 *statusbarVisible = windowFeatures->core->statusBarVisible;
68 *scrollbarsVisible = windowFeatures->core->scrollbarsVisible;
71 *menubarVisible = windowFeatures->core->menuBarVisible;
74 *locationbarVisible = windowFeatures->core->locationBarVisible;
77 *fullScreen = windowFeatures->core
109 ewk_window_features_new_from_core(const WebCore::WindowFeatures* core) argument
[all...]
H A Dewk_history.cpp39 WebCore::BackForwardListImpl* core; member in struct:_Ewk_History
47 if (!(history)->core) { \
48 CRITICAL("history->core is NULL."); \
51 if (!(history)->core->enabled()) { \
52 ERR("history->core is disabled!."); \
55 WebCore::BackForwardListImpl* core_ = (history)->core
59 WebCore::HistoryItem* core; member in struct:_Ewk_History_Item
72 if (!(item)->core) { \
73 CRITICAL("item->core is NULL."); \
76 WebCore::HistoryItem* core_ = (item)->core
235 ewk_history_item_new_from_core(WebCore::HistoryItem* core) argument
257 WTF::RefPtr<WebCore::HistoryItem> core = WebCore::HistoryItem::create(historyUri, historyTitle, 0); local
262 _ewk_history_item_free(Ewk_History_Item* item, WebCore::HistoryItem* core) argument
390 ewk_history_new(WebCore::BackForwardListImpl* core) argument
[all...]
H A Dewk_window_features_private.h24 Ewk_Window_Features* ewk_window_features_new_from_core(const WebCore::WindowFeatures* core);
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebbackforwardlistprivate.h30 WebCore::BackForwardListImpl* core(WebKitWebBackForwardList*);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Doc/06tutorial/step12-src/
H A Dsetup.py1 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Doc/06tutorial/
H A Dstep5-setup.py1 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Doc/07tutorial_embed/src/
H A Dsetup.py1 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Automator/Examples/AutoSample/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ControlledPreferences/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ManualBindings/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/MutableTableModel/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModel/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TemperatureTransformer/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CurrencyConverter/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/DatePicker/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/DotView/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Formatter/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Grady/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PredicateEditorSample/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/RoundTransparentWindow/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TableModel/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-InstantMessage/Examples/ABPresence/
H A Dsetup.py7 from distutils.core import setup
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGRotation/
H A Dsetup.py7 from distutils.core import setup

Completed in 304 milliseconds

1234567891011>>