HomeSort by relevance Sort by last modified time
    Searched full:filecontent (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
ChromiumDataObject.h 86 PassRefPtr<SharedBuffer> fileContent() const { return m_fileContent; }
87 void setFileContent(PassRefPtr<SharedBuffer> fileContent) { m_fileContent = fileContent; }
ChromiumDataObjectLegacy.h 86 PassRefPtr<SharedBuffer> fileContent() const { return m_fileContent; }
87 void setFileContent(PassRefPtr<SharedBuffer> fileContent) { m_fileContent = fileContent; }
WritableDataObject.h 68 PassRefPtr<SharedBuffer> fileContent() const { return m_fileContent; }
71 void setFileContent(PassRefPtr<SharedBuffer> fileContent) { m_fileContent = fileContent; }
  /external/webkit/Source/WebKit/chromium/src/
WebDragData.cpp 197 WebData WebDragData::fileContent() const
200 return WebData(m_private->fileContent());
203 void WebDragData::setFileContent(const WebData& fileContent)
206 m_private->setFileContent(fileContent);
  /external/webkit/Tools/Scripts/
split-file-by-class 49 my $fileContent = "";
62 $fileContent .= "###CLASS###$currentClassName\n";
64 $fileContent .= $line;
95 my @lines = split("\n", $fileContent);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistantTest.java 62 String fileContent = AdtPlugin.readFile(file);
67 int caretContextIndex = fileContent.indexOf(caretContext);
AdtProjectTest.java 276 String fileContent = AdtPlugin.readFile(file);
277 return getCaretOffset(fileContent, caretLocation);
280 protected int getCaretOffset(String fileContent, String caretLocation) {
301 int caretContextIndex = fileContent.indexOf(caretContext);
  /external/chromium/webkit/glue/
webdropdata.cc 33 WebData contents = drag_data.fileContent();
  /external/webkit/Source/WebKit/chromium/public/
WebDragData.h 98 WEBKIT_API WebData fileContent() const;
  /external/webkit/Source/WebCore/platform/win/
ClipboardWin.cpp 296 // writeFileToDataObject takes ownership of fileDescriptor and fileContent
297 static HRESULT writeFileToDataObject(IDataObject* dataObject, HGLOBAL fileDescriptor, HGLOBAL fileContent, HGLOBAL hDropContent)
304 if (!fileDescriptor || !fileContent)
317 medium.hGlobal = fileContent;
333 if (fileContent)
334 GlobalFree(fileContent);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 172 String fileContent = AdtPlugin.readFile(file);
173 document.set(fileContent);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java 86 protected int getCaretOffset(String fileContent, String caretLocation) {
92 int caretContextIndex = fileContent.indexOf(caretContext);
  /external/webkit/Source/WebKit/chromium/
ChangeLog-2011-02-16     [all...]

Completed in 403 milliseconds