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

  /external/webkit/Source/WebCore/platform/chromium/
WritableDataObject.h 68 PassRefPtr<SharedBuffer> fileContent() const { return m_fileContent; }
71 void setFileContent(PassRefPtr<SharedBuffer> fileContent) { m_fileContent = fileContent; }
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; }
  /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);
  /external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
SimpleDirectoryPersistentCache.java 144 String fileContent = null;
150 fileContent = dis.readUTF();
154 if (fileContent == null)
157 Reader reader = new StringReader(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/chromium/webkit/glue/
webdropdata.cc 33 WebData contents = drag_data.fileContent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistantTest.java 61 String fileContent = AdtPlugin.readFile(file);
66 int caretContextIndex = fileContent.indexOf(caretContext);
AdtProjectTest.java 335 String fileContent = AdtPlugin.readFile(file);
336 return getCaretOffset(fileContent, caretLocation);
  /external/webkit/Source/WebKit/chromium/public/
WebDragData.h 98 WEBKIT_API WebData fileContent() const;
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java 103 protected int getCaretOffset(String fileContent, String caretLocation) {
109 int caretContextIndex = fileContent.indexOf(caretContext);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 175 String fileContent = AdtPlugin.readFile(file);
176 document.set(fileContent);
  /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);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp     [all...]

Completed in 1999 milliseconds