HomeSort by relevance Sort by last modified time
    Searched refs:hasURL (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
DataObjectGtk.h 50 bool hasURL() { return !m_url.isEmpty() && m_url.isValid(); }
DragDataGtk.cpp 76 if (!m_platformDragData->hasURL())
DataObjectGtk.cpp 140 if (hasURL())
PasteboardHelper.cpp 174 } else if (info == getIdForTargetType(TargetTypeNetscapeURL) && dataObject->hasURL()) {
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHistoryItemPrivate.idl 46 HRESULT hasURLString([out, retval] BOOL* hasURL);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 260 boolean hasURL= bar.url != null;
262 if (hasURL) {
268 if (hasURL)
274 if (hasURL) {
  /external/webkit/Source/WebKit/win/
WebHistoryItem.h 89 virtual HRESULT STDMETHODCALLTYPE hasURLString(BOOL* hasURL);
WebHistoryItem.cpp 296 HRESULT STDMETHODCALLTYPE WebHistoryItem::hasURLString(BOOL *hasURL)
298 *hasURL = m_historyItem->urlString().isEmpty() ? FALSE : TRUE;
WebHistory.cpp 324 BOOL hasURL;
325 hr = item->hasURLString(&hasURL);
329 if (hasURL) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 691 milliseconds