HomeSort by relevance Sort by last modified time
    Searched refs:contents (Results 151 - 175 of 1767) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-org.c 46 static void bc_org_destroy(void *contents);
47 static void bc_org_print(const void *contents, FILE *f, int indent_level);
72 bc_org_destroy(void *contents)
74 yasm_xfree(contents);
78 bc_org_print(const void *contents, FILE *f, int indent_level)
80 const bytecode_org *org = (const bytecode_org *)contents;
94 bytecode_org *org = (bytecode_org *)bc->contents;
108 bytecode_org *org = (bytecode_org *)bc->contents;
128 bytecode_org *org = (bytecode_org *)bc->contents;
  /external/chromium_org/chrome/browser/ui/tabs/
tab_utils.h 29 TAB_MEDIA_STATE_CAPTURING, // Tab contents being captured.
62 // Returns whether the given |contents| is playing audio. We might choose to
64 bool IsPlayingAudio(content::WebContents* contents);
69 TabMediaState GetTabMediaStateForContents(content::WebContents* contents);
88 // Returns the text to show in a tab's tooltip: The contents |title|, followed
97 // |contents|.
98 bool CanToggleAudioMute(content::WebContents* contents);
100 // Indicates/Sets whether all audio output from |contents| is muted.
101 bool IsTabAudioMuted(content::WebContents* contents);
102 void SetTabAudioMuted(content::WebContents* contents, bool mute)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/static/js/
tabs.js 40 contents = tabs.getElementsByTagName('content'),
50 if (contents.length > i)
51 contents[i].classList.remove('unselected');
54 if (contents.length > i)
55 contents[i].classList.add('unselected');
66 var contents = tab.getElementsByTagName('content');
69 if (headers.length==0 || contents.length==0)
78 contents[j].classList.remove("unselected");
82 contents[j].classList.add("unselected");
91 contents[0].classList.remove("unselected")
    [all...]
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_font_file_host.cc 53 std::string contents; local
60 contents.resize(length);
62 reinterpret_cast<uint8_t*>(const_cast<char*>(contents.c_str()));
67 contents.clear();
73 context->reply_msg = PpapiPluginMsg_FlashFontFile_GetFontTableReply(contents);
  /external/chromium_org/net/quic/
quic_packet_generator_test.cc 77 // Simple struct for describing the contents of a packet.
164 void CheckPacketContains(const PacketContents& contents,
166 size_t num_retransmittable_frames = contents.num_connection_close_frames +
167 contents.num_goaway_frames + contents.num_rst_stream_frames +
168 contents.num_stream_frames;
169 size_t num_frames = contents.num_feedback_frames + contents.num_ack_frames +
170 contents.num_stop_waiting_frames + num_retransmittable_frames;
183 EXPECT_EQ(contents.num_ack_frames, simple_framer_.ack_frames().size())
279 PacketContents contents; local
312 PacketContents contents; local
354 PacketContents contents; local
367 PacketContents contents; local
403 PacketContents contents; local
439 PacketContents contents; local
552 PacketContents contents; local
640 PacketContents contents; local
703 PacketContents contents; local
739 PacketContents contents; local
772 PacketContents contents; local
795 PacketContents contents; local
844 PacketContents contents; local
898 PacketContents contents; local
946 PacketContents contents; local
    [all...]
  /external/chromium_org/styleguide/c++/chromium-cpp/
main.py 32 contents = memcache.get(url)
33 if not contents or self.request.get('bust'):
39 contents = base64.b64decode(result.content)
40 memcache.set(url, contents, time=5*60) # seconds
44 self.response.write(contents)
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
shared_options_browsertest.cc 117 content::WebContents* contents = local
121 CheckPreference(contents,
127 CheckBanner(contents, is_primary);
128 CheckSharedSections(contents, is_primary);
129 CheckAccountsOverlay(contents, is_owner);
148 void CheckPreference(content::WebContents* contents,
175 contents, js_expression, &success));
180 void CheckBooleanPreference(content::WebContents* contents,
185 CheckPreference(contents, pref_name, disabled, controlled_by);
192 contents, js_expression, &actual_value))
323 content::WebContents* contents = local
393 content::WebContents* contents = local
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router_unittest.cc 137 content::WebContents* contents = web_contents(); local
138 ASSERT_NE(static_cast<content::WebContents*>(NULL), contents); local
139 SearchTabHelper* search_tab_helper = GetSearchTabHelper(contents);
170 content::WebContents* contents = web_contents(); local
171 EXPECT_NE(static_cast<content::WebContents*>(NULL), contents); local
172 SearchTabHelper* search_tab_helper = GetSearchTabHelper(contents);
193 bool IsActiveTab(content::WebContents* contents) {
194 return GetSearchTabHelper(contents)->ipc_router().is_active_tab_;
208 content::WebContents* contents = web_contents(); local
209 bool is_active_tab = IsActiveTab(contents);
230 content::WebContents* contents = web_contents(); local
245 content::WebContents* contents = web_contents(); local
258 content::WebContents* contents = web_contents(); local
277 content::WebContents* contents = web_contents(); local
292 content::WebContents* contents = web_contents(); local
316 content::WebContents* contents = web_contents(); local
337 content::WebContents* contents = web_contents(); local
360 content::WebContents* contents = web_contents(); local
375 content::WebContents* contents = web_contents(); local
391 content::WebContents* contents = web_contents(); local
410 content::WebContents* contents = web_contents(); local
429 content::WebContents* contents = web_contents(); local
445 content::WebContents* contents = web_contents(); local
460 content::WebContents* contents = web_contents(); local
476 content::WebContents* contents = web_contents(); local
492 content::WebContents* contents = web_contents(); local
508 content::WebContents* contents = web_contents(); local
523 content::WebContents* contents = web_contents(); local
538 content::WebContents* contents = web_contents(); local
551 content::WebContents* contents = web_contents(); local
612 content::WebContents* contents = web_contents(); local
631 content::WebContents* contents = web_contents(); local
721 content::WebContents* contents = web_contents(); local
735 content::WebContents* contents = web_contents(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_status_monitor.cc 36 LocalWebContentsObserver(content::WebContents* contents,
38 : content::WebContentsObserver(contents),
147 content::WebContents* contents,
149 DCHECK(contents);
150 // It is possible to come here from Browser::SwapTabContent where the contents
153 Browser* browser = chrome::FindBrowserWithWebContents(contents);
156 launcher_controller_->UpdateAppState(contents, app_state);
314 void BrowserStatusMonitor::TabInsertedAt(content::WebContents* contents,
319 UpdateAppItemState(contents,
321 AddWebContentsObserver(contents);
    [all...]
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc 264 lifetime_checker_.reset(new FrameLifetimeConsistencyChecker(contents()));
293 int32 max_page_id = contents()->GetMaxPageIDForSiteInstance(
355 TestRenderFrameHost* ntp_rfh = contents()->GetMainFrame();
358 contents()->GetController().LoadURL(
360 EXPECT_TRUE(contents()->cross_navigation_pending());
368 TestRenderFrameHost* dest_rfh = contents()->GetPendingMainFrame();
411 EXPECT_FALSE(contents()->GetPendingMainFrame());
438 EXPECT_NE(contents()->GetMainFrame()->GetProcess(), dest_rfh2->GetProcess());
439 EXPECT_NE(contents()->GetMainFrame()->GetSiteInstance(),
442 contents()->GetMainFrame()->GetSiteInstance()))
    [all...]
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_list_unittest.cc 45 scoped_ptr<content::WebContents> contents(CreateTestWebContents());
48 EXPECT_EQ(NULL, TabModelList::GetTabModelForWebContents(contents.get()));
53 EXPECT_EQ(NULL, TabModelList::GetTabModelForWebContents(contents.get()));
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_command_handler_x11.cc 34 content::WebContents* contents = local
36 if (!contents)
38 content::NavigationController& controller = contents->GetController();
  /external/chromium_org/chrome/tools/build/
appid.py 23 contents = GENERATED_APPID_INCLUDE_FILE_CONTENTS % opts.appid
32 if contents != current_contents:
33 open(opts.output_file, 'w').write(contents)
  /external/chromium_org/components/nacl/browser/
nacl_validation_cache.h 45 std::vector<std::string> contents; local
50 contents.push_back(iter->first);
52 return contents;
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller.h 50 // Returns the preview dialog for |contents|.
51 // Returns |contents| if |contents| is a preview dialog.
52 // Returns NULL if no preview dialog exists for |contents|.
54 content::WebContents* contents) const;
69 // Returns true if |contents| is a print preview dialog.
70 static bool IsPrintPreviewDialog(content::WebContents* contents);
99 void OnWebContentsDestroyed(content::WebContents* contents);
103 void OnNavEntryCommitted(content::WebContents* contents,
114 // Adds/Removes observers for notifications from |contents|
    [all...]
print_preview_context_menu_observer.cc 12 content::WebContents* contents) : contents_(contents) {
  /art/compiler/llvm/tools/
gen_art_module_cc.sh 46 llc -march=cpp -cppgen=contents art_module.ll -o - >> ${OUTPUT_FILE}
  /development/tools/idegen/src/
Files.java 43 static void toFile(String contents, File file) throws IOException {
45 out.write(contents);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SerializerMessages_sv.java 28 Object[][] contents = new Object[][] { local
96 return contents;
  /external/chromium_org/chrome/browser/sessions/
session_command.cc 20 memcpy(contents(), pickle.data(), pickle.size());
31 return new Pickle(contents(), static_cast<int>(size()));
session_command.h 34 // of size |size| that must be filled via contents().
38 // id whose contents is populated from the contents of pickle.
41 // The contents of the command.
42 char* contents() { return const_cast<char*>(contents_.c_str()); } function in class:SessionCommand
43 const char* contents() const { return contents_.c_str(); } function in class:SessionCommand
55 // Returns the contents as a pickle. It is up to the caller to delete the
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc 36 void PageActionWithBadgeView::UpdateVisibility(content::WebContents* contents) {
37 image_view_->UpdateVisibility(contents);
  /external/chromium_org/chrome/test/chromedriver/
embed_user_data_dir_in_cpp.py 27 contents = f.read()
28 global_string_map[var_name] = contents
  /external/chromium_org/chrome/test/ispy/common/
cloud_bucket.py 16 def UploadFile(self, path, contents, content_type):
21 contents: the contents of the file to be uploaded.
33 String contents of the file downloaded.
40 def UpdateFile(self, path, contents):
45 contents: the contents of the file to be updated.
  /external/chromium_org/ppapi/tests/
test_flash_file.cc 36 bool WriteFile(PP_FileHandle file_handle, const std::string& contents) {
39 BOOL result = ::WriteFile(file_handle, contents.c_str(), contents.size(),
41 return result && bytes_written == static_cast<DWORD>(contents.size());
45 bytes_written = write(file_handle, contents.c_str(), contents.size());
47 return bytes_written == static_cast<ssize_t>(contents.size());
51 bool ReadFile(PP_FileHandle file_handle, std::string* contents) {
55 contents->clear();
63 contents->append(buffer, bytes_read)
135 std::string contents = "This is file."; local
158 std::string contents = "This is file."; local
190 std::string contents = "This is file."; local
239 std::string contents = "This is file."; local
278 std::string contents = "This is file."; local
312 std::string contents = "This is a temp file."; local
329 std::vector<FileModuleLocal::DirEntry> contents; local
    [all...]

Completed in 2200 milliseconds

1 2 3 4 5 67 8 91011>>