HomeSort by relevance Sort by last modified time
    Searched refs:contents (Results 276 - 300 of 1022) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/status_icons/
status_icon_unittest.cc 23 const string16& contents) {}
  /external/chromium/chrome/browser/tab_contents/
web_drop_target_win.h 24 WebDropTarget(HWND source_hwnd, TabContents* contents);
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.h 45 // the user switches tabs in the Browser window. |contents| can be NULL.
46 void ChangeTabContents(TabContentsWrapper* contents);
63 // Sents an update to the find bar with the tab contents' current result. The
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.h 31 // contents.
32 void ChangeTabContents(TabContents* contents);
  /external/chromium/chrome/browser/ui/omnibox/
location_bar.h 54 // Focuses the location bar. Optionally also selects its contents.
73 virtual void SaveStateToContents(TabContents* contents) = 0;
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.h 13 // an Bubble that has its contents pinned to a specific location. See
30 // The location of the pinned contents (in screen coordinates).
44 // order to anchor its contents. Once the Bubble has been anchored its
52 views::View* contents,
63 // The location of the pinned contents (in screen coordinates).
  /external/chromium/chrome/browser/ui/views/status_icons/
status_icon_win.h 30 virtual void DisplayBalloon(const string16& title, const string16& contents);
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 106 TabContentsWrapper* contents; member in struct:DraggedTabController::TabDragData
108 // The original TabContentsDelegate of |contents|, before it was detached
143 virtual void ActivateContents(TabContents* contents) OVERRIDE;
144 virtual void DeactivateContents(TabContents* contents) OVERRIDE;
246 // any dragged contents (as happens when a TabContents is deleted out from
283 // Convenience for |source_tab_drag_data()->contents|.
285 return source_tab_drag_data()->contents;
  /external/chromium/chrome/browser/ui/webui/
conflicts_ui.cc 199 ConflictsUI::ConflictsUI(TabContents* contents) : WebUI(contents) {
201 UserMetricsAction("ViewAboutConflicts"), contents->profile());
208 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
  /external/chromium/chrome/browser/ui/webui/options/
options_ui.h 87 explicit OptionsUI(TabContents* contents);
  /external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
css_checker.py 51 def alphabetize_props(contents):
53 for rule in re.finditer(r'{(.*?)}', contents, re.DOTALL):
103 def one_selector_per_line(contents):
105 for b in re.finditer(multi_sels, re.sub(any_reg, '', contents)):
130 def zero_length_values(contents):
132 for z in re.finditer(re.compile(zeros, re.MULTILINE), contents):
  /external/doclava/res/assets/templates/
sample.cs 22 <!-- begin file contents -->
24 <!-- end file contents -->
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
lexer.ml 37 [< 'Token.Number (float_of_string (Buffer.contents buffer)); stream >]
44 match Buffer.contents buffer with
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
lexer.ml 37 [< 'Token.Number (float_of_string (Buffer.contents buffer)); stream >]
44 match Buffer.contents buffer with
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
lexer.ml 37 [< 'Token.Number (float_of_string (Buffer.contents buffer)); stream >]
44 match Buffer.contents buffer with
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
lexer.ml 37 [< 'Token.Number (float_of_string (Buffer.contents buffer)); stream >]
44 match Buffer.contents buffer with
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
lexer.ml 37 [< 'Token.Number (float_of_string (Buffer.contents buffer)); stream >]
44 match Buffer.contents buffer with
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
lexer.ml 37 [< 'Token.Number (float_of_string (Buffer.contents buffer)); stream >]
44 match Buffer.contents buffer with
  /external/protobuf/src/google/protobuf/testing/
file.cc 85 void File::WriteStringToFileOrDie(const string& contents, const string& name) {
89 GOOGLE_CHECK_EQ(fwrite(contents.data(), 1, contents.size(), file),
90 contents.size())
  /external/quake/quake/src/QW/client/
r_efrag.c 98 if (node->contents == CONTENTS_SOLID)
105 if ( node->contents < 0)
171 if (node->contents < 0)
173 if (node->contents != CONTENTS_SOLID)
  /external/quake/quake/src/WinQuake/
r_efrag.cpp 98 if (node->contents == CONTENTS_SOLID)
105 if ( node->contents < 0)
171 if (node->contents < 0)
173 if (node->contents != CONTENTS_SOLID)
  /external/srec/shared/include/
IntArrayListImpl.h 38 * IntArrayList contents.
40 int* contents; member in struct:IntArrayListImpl_t
  /external/tremolo/Tremolo/
ivorbiscodec.h 96 char *tag, char *contents);
  /external/webkit/PerformanceTests/SunSpider/
make-hosted 103 my $contents = "var testContents = [ " . join(", ", map { '"' . $_ . '"' } @testContents) . " ];\n";
105 open CONTENTS, ">hosted/${suite}/sunspider-test-contents.js";
106 print CONTENTS $contents;
107 close CONTENTS;
  /external/chromium/chrome/browser/
shell_integration_linux.cc 111 const std::string& contents) {
134 ssize_t bytes_written = file_util::WriteFileDescriptor(fd, contents.data(),
135 contents.length());
139 if (bytes_written != static_cast<ssize_t>(contents.length())) {
152 const std::string& contents) {
160 int bytes_written = file_util::WriteFile(temp_file_path, contents.data(),
161 contents.length());
163 if (bytes_written != static_cast<int>(contents.length()))
454 std::string contents = GetDesktopFileContents( local
463 CreateShortcutOnDesktop(shortcut_filename, contents);
    [all...]

Completed in 591 milliseconds

<<11121314151617181920>>