HomeSort by relevance Sort by last modified time
    Searched defs:fileContent (Results 1 - 11 of 11) 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/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);
  /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/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);
  /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);
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /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/
AndroidContentAssistTest.java     [all...]

Completed in 2016 milliseconds