HomeSort by relevance Sort by last modified time
    Searched refs:contents (Results 226 - 250 of 1735) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/tabs/
tab_utils.h 25 TAB_MEDIA_STATE_CAPTURING, // Tab contents being captured.
57 // Returns whether the given |contents| is playing audio. We might choose to
59 bool IsPlayingAudio(content::WebContents* contents);
64 TabMediaState GetTabMediaStateForContents(content::WebContents* contents);
77 // Returns the text to show in a tab's tooltip: The contents |title|, followed
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc 39 void PageActionWithBadgeView::UpdateVisibility(WebContents* contents,
41 image_view_->UpdateVisibility(contents, url);
page_action_with_badge_view.h 30 void UpdateVisibility(content::WebContents* contents, const GURL& url);
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_error_handler.h 61 const std::string& contents);
68 const std::string& contents);
  /external/chromium_org/chrome/test/chromedriver/
embed_js_in_cpp.py 35 contents = f.read()
37 contents, func_name)
  /external/chromium_org/components/translate/core/language_detection/
language_detection_util_unittest.cc 97 base::string16 contents = base::ASCIIToUTF16( local
106 contents,
117 base::string16 contents = base::ASCIIToUTF16( local
126 contents,
138 base::string16 contents = base::ASCIIToUTF16( local
147 contents,
158 base::string16 contents = base::ASCIIToUTF16( local
167 contents,
  /external/chromium_org/content/browser/android/
content_settings.cc 19 WebContents* contents)
20 : WebContentsObserver(contents),
  /external/chromium_org/ppapi/thunk/
ppb_flash_file_api.h 41 PP_DirContents_Dev** contents) = 0;
43 PP_DirContents_Dev* contents) = 0;
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.h 37 // Returns the contents of the selected tab or NULL if there is none.
41 // |contents| is the view displayed when the tab is selected and is owned by
43 void AddTab(const base::string16& title, View* contents);
45 // Adds a new tab at |index| with |title|. |contents| is the view displayed
48 void AddTabAtIndex(int index, const base::string16& title, View* contents);
77 // The tab strip and contents container. The child indices of these members
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/
AdtPluginTest.java 38 String contents = AdtPlugin.readFile(new StringReader(input)); local
39 assertEquals(input, contents);
  /external/chromium-trace/trace-viewer/build/
flatten.py 23 out.write(module.contents)
24 if module.contents[-1] != '\n':
37 out.write(style_sheet.contents)
38 if style_sheet.contents[-1] != '\n':
  /external/chromium_org/chrome/browser/extensions/
extension_tab_util_android.cc 41 WebContents* contents,
58 WebContents* contents,
75 content::WebContents** contents,
87 content::WebContents** contents,
  /external/chromium_org/chrome/browser/ui/aura/tab_contents/
web_drag_bookmark_handler_aura.h 28 virtual void DragInitialize(content::WebContents* contents) OVERRIDE;
38 // Weak reference; may be NULL if the contents don't have a
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller.cc 15 content::WebContents* contents,
autofill_dialog_controller.h 37 content::WebContents* contents,
test_generated_credit_card_bubble_controller.h 20 content::WebContents* contents);
  /external/chromium_org/chrome/browser/ui/cocoa/
dev_tools_controller.h 22 // It swaps in the relevant devTools contents for a given WebContents or removes
23 // the view, if there's no devTools contents to show.
26 // A view hosting docked devTools contents.
29 // Docked devtools web contents. NULL when current tab is not inspected
41 // Depending on |contents|'s state, decides whether the docked web inspector
43 - (void)updateDevToolsForWebContents:(content::WebContents*)contents
  /external/chromium_org/chrome/browser/ui/search/
instant_controller.h 64 void TabDeactivated(content::WebContents* contents);
79 // instant support change event for the active web contents.
118 const content::WebContents* contents,
121 const content::WebContents* contents,
124 // Helper function to navigate the given contents to the local fallback
126 void RedirectToLocalNTP(content::WebContents* contents);
  /external/chromium_org/chrome/browser/ui/webui/
mojo_web_ui_controller.h 29 explicit MojoWebUIController(content::WebUI* contents);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
shared_options_browsertest.cc 114 content::WebContents* contents = local
118 CheckPreference(contents,
124 CheckBanner(contents, is_primary);
125 CheckSharedSections(contents, is_primary);
126 CheckAccountsOverlay(contents, is_owner);
145 void CheckPreference(content::WebContents* contents,
172 contents, js_expression, &success));
177 void CheckBooleanPreference(content::WebContents* contents,
182 CheckPreference(contents, pref_name, disabled, controlled_by);
189 contents, js_expression, &actual_value))
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/signin/
inline_login_handler_impl.cc 99 content::WebContents* contents = NULL; local
102 contents = handler_->web_ui()->GetWebContents();
147 contents, "",
160 contents,
203 content::WebContents* contents = web_ui()->GetWebContents(); local
204 const GURL& current_url = contents->GetURL();
208 contents->SetDelegate(this);
216 content::WebContents* contents = web_ui()->GetWebContents(); local
217 const GURL& current_url = contents->GetURL();
291 contents, can_offer_for, email_, &error_msg)
346 content::WebContents* contents = web_ui()->GetWebContents(); local
    [all...]
  /external/chromium_org/chrome/common/
auto_start_linux.h 22 // Gets the entire contents of an autostart file.
24 std::string* contents);
  /external/chromium_org/chrome/test/ispy/server/
gs_bucket.py 29 def UploadFile(self, path, contents, content_type):
32 gs_file.write(contents)
46 def UpdateFile(self, path, contents):
50 gs_file.write(contents)
  /external/chromium_org/ipc/
ipc_channel_nacl.cc 34 bool ReadDataOnReaderThread(int pipe, MessageContents* contents) {
39 contents->data.resize(Channel::kReadBufferSize);
40 contents->fds.resize(FileDescriptorSet::kMaxDescriptorsPerMessage);
42 NaClAbiNaClImcMsgIoVec iov = { &contents->data[0], contents->data.size() };
44 &iov, 1, &contents->fds[0], contents->fds.size()
52 contents->data.clear();
53 contents->fds.clear();
58 contents->data.resize(bytes_read)
    [all...]
  /external/chromium_org/mojo/services/view_manager/
view.h 30 void SetBitmap(const SkBitmap& contents);

Completed in 683 milliseconds

1 2 3 4 5 6 7 8 91011>>