/external/chromium_org/chrome/browser/ui/ |
fast_unload_controller.cc | 27 // DetachedWebContentsDelegate will delete web contents when they close. 66 bool FastUnloadController::CanCloseContents(content::WebContents* contents) { 75 content::WebContents* contents) { 76 // If |contents| is being inspected, devtools needs to intercept beforeunload 79 contents->GetRenderViewHost()) != NULL; 84 content::WebContents* contents) { 85 // If there's a devtools window attached to |contents|, 87 // and then call beforeunload handlers for |contents|. 89 if (DevToolsWindow::InterceptPageBeforeUnload(contents)) { 96 if (contents->NeedToFireBeforeUnload()) 209 content::WebContents* contents = local 234 content::WebContents* contents = local 338 content::WebContents* contents = *it; local 372 content::WebContents* contents = *current; local 429 content::WebContents* contents = *it; local [all...] |
unload_controller.cc | 35 bool UnloadController::CanCloseContents(content::WebContents* contents) { 39 ClearUnloadState(contents, true); 46 content::WebContents* contents) { 47 // If |contents| is being inspected, devtools needs to intercept beforeunload 50 contents->GetRenderViewHost()) != NULL; 54 bool UnloadController::RunUnloadEventsHelper(content::WebContents* contents) { 55 // If there's a devtools window attached to |contents|, 57 // and then call beforeunload handlers for |contents|. 59 if (DevToolsWindow::InterceptPageBeforeUnload(contents)) { 66 if (contents->NeedToFireBeforeUnload()) 170 content::WebContents* contents = local [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
panel_host.cc | 59 // Needed to give the web contents a Tab ID. Extension APIs 60 // expect web contents to have a Tab ID. 77 // we get called back in the middle of web contents destruction, which 78 // WebView might do when it detects the web contents is destroyed). 79 content::WebContents* contents = web_contents_.release(); local 80 delete contents; 155 void PanelHost::ActivateContents(content::WebContents* contents) { 159 void PanelHost::DeactivateContents(content::WebContents* contents) { 191 void PanelHost::WebContentsFocused(content::WebContents* contents) { 192 panel_->WebContentsFocused(contents); [all...] |
/external/chromium_org/chrome/browser/ui/search/ |
search_ipc_router_unittest.cc | 132 content::WebContents* contents = web_contents(); local 133 ASSERT_NE(static_cast<content::WebContents*>(NULL), contents); local 134 SearchTabHelper* search_tab_helper = GetSearchTabHelper(contents); 165 content::WebContents* contents = web_contents(); local 166 EXPECT_NE(static_cast<content::WebContents*>(NULL), contents); local 167 SearchTabHelper* search_tab_helper = GetSearchTabHelper(contents); 181 bool IsActiveTab(content::WebContents* contents) { 182 return GetSearchTabHelper(contents)->ipc_router().is_active_tab_; 198 content::WebContents* contents = web_contents(); local 201 contents->GetRoutingID() 215 content::WebContents* contents = web_contents(); local 230 content::WebContents* contents = web_contents(); local 249 content::WebContents* contents = web_contents(); local 264 content::WebContents* contents = web_contents(); local 288 content::WebContents* contents = web_contents(); local 309 content::WebContents* contents = web_contents(); local 332 content::WebContents* contents = web_contents(); local 348 content::WebContents* contents = web_contents(); local 365 content::WebContents* contents = web_contents(); local 383 content::WebContents* contents = web_contents(); local 401 content::WebContents* contents = web_contents(); local 418 content::WebContents* contents = web_contents(); local 436 content::WebContents* contents = web_contents(); local 454 content::WebContents* contents = web_contents(); local 472 content::WebContents* contents = web_contents(); local 489 content::WebContents* contents = web_contents(); local 505 content::WebContents* contents = web_contents(); local 518 content::WebContents* contents = web_contents(); local 574 content::WebContents* contents = web_contents(); local 594 content::WebContents* contents = web_contents(); local 712 content::WebContents* contents = web_contents(); local 726 content::WebContents* contents = web_contents(); local [all...] |
search_tab_helper_unittest.cc | 222 explicit TabTitleObserver(content::WebContents* contents) 223 : WebContentsObserver(contents) {} 286 content::WebContents* contents = local 288 content::NavigationController* controller = &contents->GetController(); 291 SearchTabHelper::FromWebContents(contents); 306 content::WebContents* contents = local 308 content::NavigationController* controller = &contents->GetController(); 311 SearchTabHelper::FromWebContents(contents); 326 content::WebContents* contents = local 328 content::NavigationController* controller = &contents->GetController() [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
edit_search_engine_dialog.cc | 60 EditSearchEngineDialog* contents = local 64 CreateBrowserModalDialogViews(contents, parent); 65 contents->GetWidget()->Show(); 66 contents->GetDialogClientView()->UpdateDialogButtons(); 67 contents->title_tf_->SelectAll(true); 68 contents->title_tf_->RequestFocus(); 173 // Add the contents.
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
immersive_mode_controller_ash.cc | 30 // steal touch events targetted at the web contents while in immersive 32 // web contents consumes all touch events. 158 content::WebContents* contents = browser_view_->GetActiveWebContents(); local 159 if (contents) { 160 aura::Window* window = contents->GetView()->GetContentNativeView();
|
/external/chromium_org/chrome/test/perf/ |
tab_switching_test.cc | 114 std::string contents; local 117 log_has_been_dumped = base::ReadFileToString(log_file_name_, &contents); 123 // Parse the contents to get average. 126 std::string::size_type pos = contents.find( 133 contents; 136 pos = contents.find(average_str, pos); 137 comma_pos = contents.find(",", pos); 140 average = atoi(contents.substr(pos, number_length).c_str());
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_flash_file_message_filter.cc | 229 ppapi::DirContents contents; local 241 contents.push_back(entry); 244 context->reply_msg = PpapiPluginMsg_FlashFile_GetDirContentsReply(contents);
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
mount_html5fs_test.cc | 209 char contents[] = "contents"; local 211 EXPECT_EQ(0, node->Write(HandleAttr(), &contents[0], strlen(contents), 213 EXPECT_EQ(strlen(contents), bytes_written); 221 EXPECT_EQ(strlen(contents), size); 238 const char contents[] = "contents"; local 240 ppapi_html5_.filesystem_template()->AddFile("/file", contents, NULL)); 253 ASSERT_EQ(strlen(contents), bytes_read) 281 const char contents[] = "contents"; local 323 const char contents[] = "contents"; local 385 const char contents[] = "contents"; local 421 const char contents[] = "contents"; local [all...] |
mount_http_test.cc | 96 const char contents[] = "0123456789abcdefg"; local 97 ASSERT_TRUE(ppapi_.server_template()->AddEntity("file", contents, NULL)); 126 const char contents[] = "0123456789abcdefg"; local 127 ASSERT_TRUE(ppapi_.server_template()->AddEntity("file", contents, NULL)); 156 const char contents[] = "contents"; local 157 ASSERT_TRUE(ppapi_.server_template()->AddEntity("file", contents, NULL)); 171 const char contents[] = "contents"; local 172 ASSERT_TRUE(ppapi_.server_template()->AddEntity("file", contents, NULL)) 189 const char contents[] = "contents"; local [all...] |
/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...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSStyleSheet.h | 110 StyleSheetContents* contents() const { return m_contents.get(); } function in class:WebCore::CSSStyleSheet
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
sessiondescription.h | 70 // This class provides a mechanism to aggregate different media contents into a 96 const ContentInfos& contents, const std::string& name); 98 const ContentInfos& contents, const std::string& type); 100 // Describes a collection of contents, each with its own name and 102 // contents are unique be name, but doesn't enforce that. 106 explicit SessionDescription(const ContentInfos& contents) : 107 contents_(contents) {} 108 SessionDescription(const ContentInfos& contents, 110 contents_(contents), 112 SessionDescription(const ContentInfos& contents, 128 const ContentInfos& contents() const { return contents_; } function in class:cricket::SessionDescription 129 ContentInfos& contents() { return contents_; } function in class:cricket::SessionDescription [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
bytecode.h | 61 * implementation-specific data is stored in #yasm_bytecode.contents. 66 * \param contents #yasm_bytecode.contents 68 void (*destroy) (/*@only@*/ void *contents); 72 * \param contents #yasm_bytecode.contents 76 void (*print) (const void *contents, FILE *f, int indent_level); 227 void *contents; member in struct:yasm_bytecode 233 * \param contents type-specific data 240 /*@only@*/ /*@null@*/ void *contents, unsigned long line) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
nasm-parser-struct.h | 38 char *contents; member in struct:__anon17266::__anon17267
|
/external/chromium_org/ui/views/controls/webview/ |
webview.cc | 142 // We need to be focusable when our contents is not a view hierarchy, as 143 // clicking on the contents needs to focus us. 269 // the of the detached contents knows to tell the renderer it's been 294 content::WebContents* contents = NULL; local 296 contents = ViewsDelegate::views_delegate->CreateWebContents( 300 if (!contents) { 306 return contents;
|
/external/elfutils/libdwfl/ |
core-file.c | 328 void *contents = elf->map_address + elf->start_offset + start; local 333 const void *eos = memchr (contents, '\0', size); 334 if (unlikely (eos == NULL) || unlikely (eos == contents)) 336 size = eos + 1 - contents; 341 *buffer = contents; 347 memcpy (*buffer, contents, *buffer_available); 406 /* Now sniff segment contents for modules. */ 450 /* Now we have NT_AUXV contents. From here on this processing could be
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableSet.java | 187 final ArrayList<E> contents = Lists.newArrayList(); field in class:ImmutableSet.Builder 192 contents.add(checkNotNull(element)); 198 contents.ensureCapacity(contents.size() + elements.length); 206 contents.ensureCapacity(contents.size() + collection.size()); 218 return copyOf(contents.iterator());
|
/external/llvm/bindings/python/llvm/ |
object.py | 100 def __init__(self, filename=None, contents=None): 104 contents can be either a native Python buffer type (like str) or a 107 if contents: 108 assert isinstance(contents, MemoryBuffer) 111 contents = MemoryBuffer(filename=filename) 113 if contents is None: 116 ptr = lib.LLVMCreateObjectFile(contents) 118 self.take_ownership(contents) 210 def contents(self): member in class:Section 272 getattr(self, 'contents') [all...] |
/frameworks/base/core/java/android/content/pm/ |
ParceledListSlice.java | 100 int contents = 0; local 102 contents |= mList.get(i).describeContents(); 104 return contents;
|
/libcore/luni/src/main/java/java/nio/ |
FloatBuffer.java | 132 * if no changes may be made to the contents of this buffer. 365 * if no changes may be made to the contents of this buffer. 382 * if no changes may be made to the contents of this buffer. 407 * if no changes may be made to the contents of this buffer. 434 * if no changes may be made to the contents of this buffer. 446 float[] contents = new float[src.remaining()]; local 447 src.get(contents); 448 put(contents); 464 * if no changes may be made to the contents of this buffer.
|
IntBuffer.java | 128 * if no changes may be made to the contents of this buffer. 351 * if no changes may be made to the contents of this buffer. 368 * if no changes may be made to the contents of this buffer. 393 * if no changes may be made to the contents of this buffer. 423 * if no changes may be made to the contents of this buffer. 435 int[] contents = new int[src.remaining()]; local 436 src.get(contents); 437 put(contents); 453 * if no changes may be made to the contents of this buffer.
|
LongBuffer.java | 130 * if no changes may be made to the contents of this buffer. 355 * if no changes may be made to the contents of this buffer. 372 * if no changes may be made to the contents of this buffer. 397 * if no changes may be made to the contents of this buffer. 424 * if no changes may be made to the contents of this buffer. 436 long[] contents = new long[src.remaining()]; local 437 src.get(contents); 438 put(contents); 454 * if no changes may be made to the contents of this buffer.
|
ShortBuffer.java | 130 * if no changes may be made to the contents of this buffer. 354 * if no changes may be made to the contents of this buffer. 371 * if no changes may be made to the contents of this buffer. 396 * if no changes may be made to the contents of this buffer. 423 * if no changes may be made to the contents of this buffer. 435 short[] contents = new short[src.remaining()]; local 436 src.get(contents); 437 put(contents); 453 * if no changes may be made to the contents of this buffer.
|