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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
sourcesView.css 82 .source-frame-unsaved-committed-changes {
86 .editor-container-unsaved-committed-changes-icon {
  /external/clang/tools/c-index-test/
c-index-test.c 167 struct CXUnsavedFile *unsaved = *unsaved_files + i; local
196 unsaved->Length = ftell(to_file);
200 contents = (char *)malloc(unsaved->Length + 1);
201 if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) {
211 contents[unsaved->Length] = 0;
212 unsaved->Contents = contents;
222 unsaved->Filename = filename;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SourcesView.js 71 event.returnValue = WebInspector.UIString("DevTools have unsaved changes that will be permanently lost.");
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java     [all...]

Completed in 95 milliseconds